summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/cases/ethernet_ip_connman.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime/cases/ethernet_ip_connman.py')
-rw-r--r--meta/lib/oeqa/runtime/cases/ethernet_ip_connman.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/cases/ethernet_ip_connman.py b/meta/lib/oeqa/runtime/cases/ethernet_ip_connman.py
index 4e671ec0cc..c3be60f006 100644
--- a/meta/lib/oeqa/runtime/cases/ethernet_ip_connman.py
+++ b/meta/lib/oeqa/runtime/cases/ethernet_ip_connman.py
@@ -10,7 +10,6 @@ from oeqa.core.decorator.data import skipIfQemu
10class Ethernet_Test(OERuntimeTestCase): 10class Ethernet_Test(OERuntimeTestCase):
11 11
12 @skipIfQemu() 12 @skipIfQemu()
13 @OETestDepends(['ethernet_ip_connman.Ethernet_Test.test_set_virtual_ip'])
14 def test_get_ip_from_dhcp(self): 13 def test_get_ip_from_dhcp(self):
15 (status, output) = self.target.run("connmanctl services | grep -E '*AO Wired|*AR Wired' | awk '{print $3}'") 14 (status, output) = self.target.run("connmanctl services | grep -E '*AO Wired|*AR Wired' | awk '{print $3}'")
16 self.assertEqual(status, 0, msg='No wired interfaces are detected, output: %s' % output) 15 self.assertEqual(status, 0, msg='No wired interfaces are detected, output: %s' % output)