X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FTestSliceSfa.py;h=1a1397d93328b28527d2cb0616bd6ef98b631759;hb=3f6cdb521c9cf2a7db1c9123c89f99f1e92a63f9;hp=a4ad875e2264964033d44fb8139c293f07857e99;hpb=5611f7ec0794f02b1e94efa396596c76758e74ff;p=tests.git diff --git a/system/TestSliceSfa.py b/system/TestSliceSfa.py index a4ad875..1a1397d 100644 --- a/system/TestSliceSfa.py +++ b/system/TestSliceSfa.py @@ -89,8 +89,8 @@ class TestSliceSfa: # nm restart after first failure, if requested if options.forcenm and hostname not in restarted: utils.header ("forcenm option : restarting nm on %s"%hostname) - restart_test_ssh=TestSsh(hostname,key="/etc/planetlab/root_ssh_key.rsa") - access=self.test_plc.run_in_guest(restart_test_ssh.actual_command('service nm restart')) + restart_test_ssh=TestSsh(hostname,key="keys/key1.rsa") + access=restart_test_ssh.actual_command('service nm restart') if (access==0): utils.header('nm restarted on %s'%hostname) else: