From 1dbe09b428b1059b2fd37d274c29ed970d26e375 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 15 May 2024 09:37:20 +0000 Subject: [PATCH] test: Spellchecking --- test/case/infix_containers/container_basic.py | 2 +- test/case/infix_containers/container_bridge.py | 2 +- test/case/infix_containers/container_phys.py | 2 +- test/case/infix_containers/container_veth.py | 2 +- test/env | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/case/infix_containers/container_basic.py b/test/case/infix_containers/container_basic.py index 60256181..2795b493 100755 --- a/test/case/infix_containers/container_basic.py +++ b/test/case/infix_containers/container_basic.py @@ -42,7 +42,7 @@ with infamy.Test() as test: } }) - with test.step(f"Verify {NAME} continer has started"): + with test.step(f"Verify {NAME} container has started"): c = infamy.Container(target) until(lambda: c.running(NAME), attempts=10) diff --git a/test/case/infix_containers/container_bridge.py b/test/case/infix_containers/container_bridge.py index 2b4caa95..28239ac6 100755 --- a/test/case/infix_containers/container_bridge.py +++ b/test/case/infix_containers/container_bridge.py @@ -80,7 +80,7 @@ with infamy.Test() as test: } }) - with test.step(f"Verify {NAME} continer has started"): + with test.step(f"Verify {NAME} container has started"): c = infamy.Container(target) until(lambda: c.running(NAME), attempts=10) diff --git a/test/case/infix_containers/container_phys.py b/test/case/infix_containers/container_phys.py index c4f4c576..457cee6a 100755 --- a/test/case/infix_containers/container_phys.py +++ b/test/case/infix_containers/container_phys.py @@ -59,7 +59,7 @@ with infamy.Test() as test: } }) - with test.step(f"Verify {NAME} continer has started"): + with test.step(f"Verify {NAME} container has started"): c = infamy.Container(target) until(lambda: c.running(NAME), attempts=10) diff --git a/test/case/infix_containers/container_veth.py b/test/case/infix_containers/container_veth.py index c6587b87..546d7981 100755 --- a/test/case/infix_containers/container_veth.py +++ b/test/case/infix_containers/container_veth.py @@ -83,7 +83,7 @@ with infamy.Test() as test: } }) - with test.step(f"Verify {NAME} continer has started"): + with test.step(f"Verify {NAME} container has started"): c = infamy.Container(target) until(lambda: c.running(NAME), attempts=10) diff --git a/test/env b/test/env index 48cae343..86bf8e3c 100755 --- a/test/env +++ b/test/env @@ -17,7 +17,7 @@ usage: test/env [] -f -q [...] -c Clean up cruft, lingering images, old containers, unused volumes. - Used by GitHub action to prevent issues with runnign tests. + Used by GitHub action to prevent issues with running tests. -C Don't containerize the command, run it directly in the current