diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/testimage.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index e67647ae09..fd744c71dc 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass | |||
@@ -121,7 +121,7 @@ python do_testimage() { | |||
121 | testimage_sanity(d) | 121 | testimage_sanity(d) |
122 | 122 | ||
123 | if (d.getVar('IMAGE_PKGTYPE') == 'rpm' | 123 | if (d.getVar('IMAGE_PKGTYPE') == 'rpm' |
124 | and 'dnf' in d.getVar('TEST_SUITES')): | 124 | and ('dnf' in d.getVar('TEST_SUITES') or 'auto' in d.getVar('TEST_SUITES'))): |
125 | create_rpm_index(d) | 125 | create_rpm_index(d) |
126 | 126 | ||
127 | testimage_main(d) | 127 | testimage_main(d) |