X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Femuvim%2Fexamples%2Fson-monitor_test_topo.py;h=94384602f9752c20908529609e5c9f421cfb1e75;hb=bbe128904ab07e43a0386f17a500c679ff9059e0;hp=b79f7c7f5461fce07f7a7e58320d50b2b590a292;hpb=cff5ab133a9493330928b29bc1935695692e4081;p=osm%2Fvim-emu.git 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)