test: minor, cleanup & pep-8 fixes

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2024-09-05 07:04:58 +02:00
parent 12b62f7803
commit 5e03b20bb2
12 changed files with 233 additions and 162 deletions
@@ -8,14 +8,16 @@
#
import infamy
from infamy.util import until
from infamy.util import until
def _verify(server):
url = infamy.Furl(f"http://[{server}]:91/index.html")
return url.check("It works")
with infamy.Test() as test:
NAME = "web"
NAME = "web"
with test.step("Set up topology and attach to target DUT"):
env = infamy.Env()