Test busybox is installed

pull/2359/head
grossmj 2 months ago
parent 84db3b9996
commit 0137688ba7
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD

@ -900,6 +900,7 @@ async def test_resources_installed(vm, manager, tmpdir):
assert vm.status == "started"
assert os.path.exists(os.path.join(docker_resources_path, "init.sh"))
assert os.path.exists(os.path.join(docker_resources_path, "run-cmd.sh"))
assert os.path.exists(os.path.join(docker_resources_path, "bin", "busybox"))
assert os.path.exists(os.path.join(docker_resources_path, "bin", "udhcpc"))
assert os.path.exists(os.path.join(docker_resources_path, "etc", "udhcpc", "default.script"))

Loading…
Cancel
Save