X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=src%2Femuvim%2Fexamples%2Fson-monitor_test_topo.py;h=94384602f9752c20908529609e5c9f421cfb1e75;hp=b79f7c7f5461fce07f7a7e58320d50b2b590a292;hb=ea1c56125cb8a37b7b1614ab0aa46f9dc8f576dc;hpb=7b16852b0363d0569b3d8cd3325f0f579a79a311 diff --git a/src/emuvim/examples/son-monitor_test_topo.py b/src/emuvim/examples/son-monitor_test_topo.py index b79f7c7..9438460 100755 --- a/src/emuvim/examples/son-monitor_test_topo.py +++ b/src/emuvim/examples/son-monitor_test_topo.py @@ -67,7 +67,7 @@ def create_topology1(): rapi1.start() # add the SONATA dummy gatekeeper to each DC - sdkg1 = SonataDummyGatekeeperEndpoint("0.0.0.0", 5000) + sdkg1 = SonataDummyGatekeeperEndpoint("0.0.0.0", 5000, deploy_sap=True) sdkg1.connectDatacenter(dc1) sdkg1.connectDatacenter(dc2) # run the dummy gatekeeper (in another thread, don't block)