We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b963f commit b97665aCopy full SHA for b97665a
nixos/tests/k3s/airgap-images.nix
@@ -31,7 +31,7 @@ import ../make-test-python.nix (
31
32
start_all()
33
machine.wait_for_unit("k3s")
34
- machine.wait_until_succeeds("journalctl -r --no-pager -u k3s | grep \"Imported images from /var/lib/rancher/k3s/agent/images/\"", timeout=120)
+ machine.wait_until_succeeds("journalctl -r --no-pager -u k3s | grep \"Imported images from /var/lib/rancher/k3s/agent/images/\"")
35
images = json.loads(machine.succeed("crictl img -o json"))
36
image_names = [i["repoTags"][0] for i in images["images"]]
37
with open("${k3s.imagesList}") as expected_images:
0 commit comments