aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/oe-selftest2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-selftest b/scripts/oe-selftest
index deaa4324cc8..cee0c08eca6 100755
--- a/scripts/oe-selftest
+++ b/scripts/oe-selftest
@@ -544,7 +544,7 @@ def main():
# we need to do this here, otherwise just loading the tests
# will take 2 minutes (bitbake -e calls)
oeSelfTest.testlayer_path = get_test_layer()
- for test in testslist:
+ for test in ['oeqa.selftest.imagefeatures.ImageFeatures.test_all_users_can_connect_via_ssh_without_password']:
log.info("Loading tests from: %s" % test)
try:
suite.addTests(loader.loadTestsFromName(test))