tests: replace deprecated copy_from_vm function
This commit is contained in:
parent
508bc9844c
commit
2e253267db
1 changed files with 2 additions and 2 deletions
|
|
@ -156,7 +156,7 @@ let
|
||||||
mkdir -p /tmp/shared/
|
mkdir -p /tmp/shared/
|
||||||
cp -r trace /tmp/shared/
|
cp -r trace /tmp/shared/
|
||||||
""")
|
""")
|
||||||
server.copy_from_vm("trace")
|
server.copy_from_machine("trace")
|
||||||
except:
|
except:
|
||||||
print("No trace found on server")
|
print("No trace found on server")
|
||||||
if code != 0:
|
if code != 0:
|
||||||
|
|
@ -171,7 +171,7 @@ let
|
||||||
mkdir -p /tmp/shared/
|
mkdir -p /tmp/shared/
|
||||||
cp -r trace /tmp/shared/
|
cp -r trace /tmp/shared/
|
||||||
""")
|
""")
|
||||||
client.copy_from_vm("trace")
|
client.copy_from_machine("trace")
|
||||||
except:
|
except:
|
||||||
print("No trace found on client")
|
print("No trace found on client")
|
||||||
if code != 0:
|
if code != 0:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue