mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
support/testing: test_connman.py: use assertRunNotOk()
Use the helper to simplify the test. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user