diff options
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/runtime_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py index 72f906deea..27cf584ea5 100644 --- a/meta/lib/oeqa/selftest/cases/runtime_test.py +++ b/meta/lib/oeqa/selftest/cases/runtime_test.py | |||
@@ -138,7 +138,7 @@ class TestImage(OESelftestTestCase): | |||
138 | self.skipTest('core-image-full-cmdline not buildable for poky-tiny') | 138 | self.skipTest('core-image-full-cmdline not buildable for poky-tiny') |
139 | 139 | ||
140 | features = 'INHERIT += "testimage"\n' | 140 | features = 'INHERIT += "testimage"\n' |
141 | features += 'TEST_SUITES = "ping ssh dnf-runtime"\n' | 141 | features += 'TEST_SUITES = "ping ssh dnf_runtime dnf.DnfBasicTest.test_dnf_help"\n' |
142 | # We don't yet know what the server ip and port will be - they will be patched | 142 | # We don't yet know what the server ip and port will be - they will be patched |
143 | # in at the start of the on-image test | 143 | # in at the start of the on-image test |
144 | features += 'PACKAGE_FEED_URIS = "http://bogus_ip:bogus_port"\n' | 144 | features += 'PACKAGE_FEED_URIS = "http://bogus_ip:bogus_port"\n' |