File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,9 @@ async def test_create_qemu_instance(mocker):
61
61
mocker .patch .object (settings , "USE_JAILER" , False )
62
62
63
63
if not settings .FAKE_INSTANCE_BASE .exists ():
64
- pytest .xfail ("Test Runtime not setup. run `cd runtimes/instance-rootfs && sudo ./create-debian-12-disk.sh`" )
64
+ pytest .xfail (
65
+ "Test Runtime not setup. run `cd runtimes/instance-rootfs && sudo ./create-debian-12-qemu-disk.sh`"
66
+ )
65
67
66
68
logging .basicConfig (level = logging .DEBUG )
67
69
@@ -121,7 +123,7 @@ async def test_create_qemu_instance_online(mocker):
121
123
122
124
if not settings .FAKE_INSTANCE_BASE .exists ():
123
125
pytest .xfail (
124
- "Test instance disk {} not setup. run `cd runtimes/instance-rootfs && sudo ./create-debian-12-disk.sh` " .format (
126
+ "Test instance disk {} not setup. run `cd runtimes/instance-rootfs && sudo ./create-debian-12-qemu- disk.sh` " .format (
125
127
settings .FAKE_QEMU_INSTANCE_BASE
126
128
)
127
129
)
You can’t perform that action at this time.
0 commit comments