mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 23:43:20 +02:00
test: minor, cleanup & pep-8 fixes
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user