X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Femuvim%2Fexamples%2Fsonata_y1_demo_topology_1.py;h=a21fef8e017f5b772ed6d643a65c32133de8ea99;hb=7cef04b206318f51407ae97d18f8dbbdeb2c2665;hp=b8bb4874a2d46b54e960b2bf97d1b5f42712b208;hpb=b1cf537f75bed42f384c2d3807134887c729da82;p=osm%2Fvim-emu.git diff --git a/src/emuvim/examples/sonata_y1_demo_topology_1.py b/src/emuvim/examples/sonata_y1_demo_topology_1.py index b8bb487..a21fef8 100755 --- a/src/emuvim/examples/sonata_y1_demo_topology_1.py +++ b/src/emuvim/examples/sonata_y1_demo_topology_1.py @@ -59,7 +59,7 @@ def create_topology1(): rapi1.start() # add the SONATA dummy gatekeeper to each DC - sdkg1 = SonataDummyGatekeeperEndpoint("0.0.0.0", 5000, deploy_sap=True) + sdkg1 = SonataDummyGatekeeperEndpoint("0.0.0.0", 5000, deploy_sap=False) sdkg1.connectDatacenter(dc1) sdkg1.connectDatacenter(dc2) # run the dummy gatekeeper (in another thread, don't block) @@ -68,6 +68,7 @@ def create_topology1(): # start the emulation platform net.start() net.CLI() + rapi1.stop() net.stop()