update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b second try

Signed-off-by: Jeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
diff --git a/rwlaunchpad/test/mgmt_recovery.py b/rwlaunchpad/test/mgmt_recovery.py
index 29f0ab0..c2392c2 100755
--- a/rwlaunchpad/test/mgmt_recovery.py
+++ b/rwlaunchpad/test/mgmt_recovery.py
@@ -266,7 +266,6 @@
             ConfigManagerTasklet(),
             UIServer(),
             RedisServer(),
-            rift.vcs.RestPortForwardTasklet(),
             rift.vcs.RestconfTasklet(),
             rift.vcs.RiftCli(),
             rift.vcs.uAgentTasklet(),
@@ -275,7 +274,7 @@
 
         standby_procs = [
             RedisServer(),
-            rift.vcs.uAgentTasklet(mode_active=False),
+            rift.vcs.uAgentTasklet()
             ]
 
         restart_procs = [
@@ -358,7 +357,7 @@
 
     # 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())