Added test that automatically deploys son-demo.son through the dummy GK. Closes #58
[osm/vim-emu.git] / src / emuvim / examples / sonata_y1_demo_topology_1.py
index 7731fd2..6ea568a 100644 (file)
@@ -30,7 +30,7 @@ def create_topology1():
     zapi1.start()
 
     # add the SONATA dummy gatekeeper to each DC
-    sdkg1 = SonataDummyGatekeeperEndpoint("0.0.0.0", 8000)
+    sdkg1 = SonataDummyGatekeeperEndpoint("0.0.0.0", 5000)
     sdkg1.connectDatacenter(dc1)
     sdkg1.connectDatacenter(dc2)
     # run the dummy gatekeeper (in another thread, don't block)