tests: replace deprecated copy_from_vm function

This commit is contained in:
ibizaman 2026-05-28 23:45:13 +02:00 committed by Pierre Penninckx
parent 508bc9844c
commit 2e253267db

View file

@ -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: