aboutsummaryrefslogtreecommitdiff
path: root/Vland/config/test-clashing-ports.cfg
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2018-03-05 18:15:51 +0000
committerSteve McIntyre <steve.mcintyre@linaro.org>2018-03-05 18:15:51 +0000
commit6c7ca7f24ee434e9b582d1ea3dd0d7eb95e98e9e (patch)
tree95728e7ee7ce44701c2fa703edcb891383e1a918 /Vland/config/test-clashing-ports.cfg
parent7b1aa398a2ec20a84525a2a36dc0f8e3f2186dfb (diff)
Re-organise the source treeHEADmaster
Make this look more like a typical python source tree: * Move all the module code under a new Vland directory * Rename vland.py to vland * Remove lots of old hacky path-mangling code Change-Id: I6ec18ab5af69db1c213b1ceaddc6a0c4b52baad8
Diffstat (limited to 'Vland/config/test-clashing-ports.cfg')
-rw-r--r--Vland/config/test-clashing-ports.cfg33
1 files changed, 33 insertions, 0 deletions
diff --git a/Vland/config/test-clashing-ports.cfg b/Vland/config/test-clashing-ports.cfg
new file mode 100644
index 0000000..46b2f3e
--- /dev/null
+++ b/Vland/config/test-clashing-ports.cfg
@@ -0,0 +1,33 @@
+[database]
+server = foo
+port = 123
+dbname = vland
+username = vland
+password = vland
+
+[switch foo]
+name = 10.172.2.51
+driver = CiscoSX300
+username = cisco
+password = cisco
+#enable_password =
+
+[switch bar]
+name = 10.172.2.52
+driver = CiscoSX300
+username = cisco
+password = cisco
+#enable_password =
+
+[switch baz]
+name = baz
+driver = CiscoSX300
+username = cisco
+password = cisco
+
+[vland]
+port = 245
+
+[visualisation]
+enabled = yes
+port = 245