summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest')
-rw-r--r--meta/lib/oeqa/selftest/cases/devtool.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py
index c8f9534e41..882225dde3 100644
--- a/meta/lib/oeqa/selftest/cases/devtool.py
+++ b/meta/lib/oeqa/selftest/cases/devtool.py
@@ -1773,6 +1773,8 @@ class DevtoolExtractTests(DevtoolBase):
1773 # Definitions 1773 # Definitions
1774 testrecipe = 'mdadm' 1774 testrecipe = 'mdadm'
1775 testfile = '/sbin/mdadm' 1775 testfile = '/sbin/mdadm'
1776 if "usrmerge" in get_bb_var('DISTRO_FEATURES'):
1777 testfile = '/usr/sbin/mdadm'
1776 testimage = 'oe-selftest-image' 1778 testimage = 'oe-selftest-image'
1777 testcommand = '/sbin/mdadm --help' 1779 testcommand = '/sbin/mdadm --help'
1778 # Build an image to run 1780 # Build an image to run