mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Revert "Upgrade buildroot to 2026.02.0"
This commit is contained in:
@@ -23,7 +23,7 @@ with infamy.Test() as test:
|
||||
tgtssh = env.attach("target", "mgmt", "ssh")
|
||||
|
||||
with test.step("Verify the presence of a watchdog device"):
|
||||
wctl = tgtssh.run(["watchdogctl", "-j"], stdout=subprocess.PIPE)
|
||||
wctl = tgtssh.run(["watchdogctl"], stdout=subprocess.PIPE)
|
||||
conf = json.loads(wctl.stdout)
|
||||
|
||||
dogs = [ dog for dog in conf.get("device", []) if dog.get("name", "") == "/dev/watchdog" ]
|
||||
|
||||
Reference in New Issue
Block a user