temp fix for getting right path when the testframe is remotely invoked
[tests.git] / system / TestSliver.py
index 527a519..5be0a25 100644 (file)
@@ -50,7 +50,7 @@ class TestSliver:
         for tcp_spec in tcp_param:
             #copy the tcptest file under the chroot
             path=options.path
-            localfile=path+"/tcptest.py"
+            localfile="/root/"+path+"/tcptest.py"
             remotefile="tcptest.py"
             self.test_plc.copy_in_guest(localfile, remotefile, False)
             peer_param=tcp_spec['tcp_fields']