support/testing: test_connman.py: use assertRunNotOk()

Use the helper to simplify the test.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 2889d0f052)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Peter Korsgaard
2026-06-18 14:47:57 +02:00
committed by Thomas Perale
parent 21bb39308f
commit 4f342f960d

View File

@@ -47,8 +47,7 @@ class TestConnMan(infra.basetest.BRTest):
# If we try to ping again the qemu gateway,
# it should now fail.
_, ret = self.emulator.run(ping_cmd)
self.assertNotEqual(ret, 0)
self.assertRunNotOk(ping_cmd)
# We ask connman to re-enable Ethernet.
self.assertRunOk("connmanctl enable ethernet")