X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwlaunchpad%2Ftest%2Fmgmt_recovery.py;h=c2392c23b3a0a736cea2aef40e4c7d12c84a87e6;hb=aa4d4c18f40062624a3c356eb23f40279cfd4c3b;hp=29f0ab0ae4668a7a0840e89b78eefa9d807a09b3;hpb=49868d2c71eb364cee9707515be6841a568dad40;p=osm%2FSO.git diff --git a/rwlaunchpad/test/mgmt_recovery.py b/rwlaunchpad/test/mgmt_recovery.py index 29f0ab0a..c2392c23 100755 --- a/rwlaunchpad/test/mgmt_recovery.py +++ b/rwlaunchpad/test/mgmt_recovery.py @@ -266,7 +266,6 @@ class Demo(rift.vcs.demo.Demo): ConfigManagerTasklet(), UIServer(), RedisServer(), - rift.vcs.RestPortForwardTasklet(), rift.vcs.RestconfTasklet(), rift.vcs.RiftCli(), rift.vcs.uAgentTasklet(), @@ -275,7 +274,7 @@ class Demo(rift.vcs.demo.Demo): standby_procs = [ RedisServer(), - rift.vcs.uAgentTasklet(mode_active=False), + rift.vcs.uAgentTasklet() ] restart_procs = [ @@ -358,7 +357,7 @@ def main(argv=sys.argv[1:]): # Create the prepared system from the demo system = rift.vcs.demo.prepared_system_from_demo_and_args(demo, args, - northbound_listing="cli_launchpad_schema_listing.txt", + northbound_listing=["platform_schema_listing.txt", "platform_mgmt_schema_listing.txt", "cli_launchpad_schema_listing.txt"], netconf_trace_override=True) confd_ip = socket.gethostbyname(socket.gethostname())