X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwlaunchpad%2Fra%2Fpytest%2Ftest_start_standby.py;fp=rwlaunchpad%2Fra%2Fpytest%2Ftest_start_standby.py;h=80e4e7fffe755020f92129c9d4405f09a92567e0;hb=4870d0ee29789b859931e4e2c73e13dcb29537d5;hp=cf0e5d915b462eae9929470af46da7e625af59d8;hpb=6f1a3fe149e4a6b9803382cb299c902f4cf58ec9;p=osm%2FSO.git diff --git a/rwlaunchpad/ra/pytest/test_start_standby.py b/rwlaunchpad/ra/pytest/test_start_standby.py index cf0e5d91..80e4e7ff 100755 --- a/rwlaunchpad/ra/pytest/test_start_standby.py +++ b/rwlaunchpad/ra/pytest/test_start_standby.py @@ -51,7 +51,7 @@ def test_start_lp_remote(remote_ip): cmd_template = ("ssh_root {remote_ip} -q -o BatchMode=yes -o " " UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -- " - " \"rm -rf /tmp/corosync; cd {rift_install}; {rift_root}/rift-shell -e -- {rift_install}/usr/bin/rwmain -m /tmp/manifest.xml\"").format( + " \"rm -rf /tmp/corosync; cd {rift_install}; {rift_root}/rift-shell -- {rift_install}/usr/bin/rwmain -m /tmp/manifest.xml\"").format( remote_ip=remote_ip, rift_root=rift_root, rift_install=rift_install)