From f362446a524efb4bd412cbb608d8704efd47d720 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 14 May 2016 00:24:05 +0200 Subject: WIP : First try at getting some data from lldp and ip neigh. --- tests/context.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/context.py (limited to 'tests/context.py') diff --git a/tests/context.py b/tests/context.py new file mode 100644 index 0000000..57d10fb --- /dev/null +++ b/tests/context.py @@ -0,0 +1,5 @@ +import os +import sys +sys.path.insert(0, os.path.abspath('..')) + +import haircontrol -- cgit v1.1