From 62a3aa58964eeb9313d988bda3b775b61ce949d6 Mon Sep 17 00:00:00 2001 From: Komal Thareja Date: Fri, 28 Jun 2024 01:10:43 -0400 Subject: [PATCH] disable adding same vlans for child interfaces --- test/slice_topology_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/slice_topology_test.py b/test/slice_topology_test.py index b4c9903..a1ae2f2 100644 --- a/test/slice_topology_test.py +++ b/test/slice_topology_test.py @@ -24,7 +24,7 @@ class SliceTest(unittest.TestCase): neo4j = {"url": "neo4j://0.0.0.0:7687", "user": "neo4j", "pass": "password", - "import_host_dir": "/Users/kthare10/renci/code/fabric/1.6/ControlFramework/neo4j1/imports", + "import_host_dir": "neo4j/imports", "import_dir": "/imports"} def setUp(self) -> None: