[meta-virtualization] [PATCH] salt-tests: Disable staticdev QAWarning

Collin Richards collin.richards at ni.com
Fri Jul 15 12:27:52 PDT 2016


The salt-test package uses files with .a extensions in it's tests. These
are used in tests that inspect the tree structure of the file system and
have nothing to do with static libraries.

This triggers an OE QAWarning. Skip the staticdev check for this package
to disable this warning.

Signed-off-by: Collin Richards <collin.richards at ni.com>
Natinst-ReviewBoard-ID: 145293
---
 meta-openstack/recipes-support/salt/salt_2016.3.0.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-openstack/recipes-support/salt/salt_2016.3.0.bb b/meta-openstack/recipes-support/salt/salt_2016.3.0.bb
index a99296a..7024f42 100644
--- a/meta-openstack/recipes-support/salt/salt_2016.3.0.bb
+++ b/meta-openstack/recipes-support/salt/salt_2016.3.0.bb
@@ -35,6 +35,10 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit setuptools update-rc.d
 
+# Avoid a QA Warning triggered by the test package including a file
+# with a .a extension
+INSANE_SKIP_${PN}-tests += "staticdev"
+
 # Note ${PN}-tests must be before ${PN}-common in the PACKAGES variable
 # in order for ${PN}-tests to own the correct FILES.
 PACKAGES += "\
-- 
1.9.1



More information about the meta-virtualization mailing list