Skip to content

Commit

Permalink
disable adding same vlans for child interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kthare10 committed Jun 28, 2024
1 parent 0f01ec6 commit 62a3aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/slice_topology_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 62a3aa5

Please sign in to comment.