summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa')
-rw-r--r--meta/lib/oeqa/selftest/buildoptions.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py
index 9487898b07..09657ec189 100644
--- a/meta/lib/oeqa/selftest/buildoptions.py
+++ b/meta/lib/oeqa/selftest/buildoptions.py
@@ -110,25 +110,6 @@ do_install_append_pn-gzip () {
110 line = self.getline(res, "QA Issue: gzip") 110 line = self.getline(res, "QA Issue: gzip")
111 self.assertTrue(line and line.startswith("WARNING:"), "WARNING: QA Issue: gzip message is not present in bitbake's output: %s" % res.output) 111 self.assertTrue(line and line.startswith("WARNING:"), "WARNING: QA Issue: gzip message is not present in bitbake's output: %s" % res.output)
112 112
113 @testcase(1434)
114 def test_sanity_unsafe_binary_references(self):
115 self.write_config('WARN_QA_append = " unsafe-references-in-binaries"')
116
117 bitbake("-ccleansstate nfs-utils")
118 #res = bitbake("nfs-utils")
119 # FIXME when nfs-utils passes this test
120 #line = self.getline(res, "QA Issue: nfs-utils")
121 #self.assertFalse(line, "WARNING: QA Issue: nfs-utils message is present in bitbake's output and shouldn't be: %s" % res.output)
122
123# self.append_config("""
124#do_install_append_pn-nfs-utils () {
125# echo "\n${bindir}/test" >> ${D}${base_sbindir}/osd_login
126#}
127#""")
128 res = bitbake("nfs-utils")
129 line = self.getline(res, "QA Issue: nfs-utils")
130 self.assertTrue(line and line.startswith("WARNING:"), "WARNING: QA Issue: nfs-utils message is not present in bitbake's output: %s" % res.output)
131
132 @testcase(1421) 113 @testcase(1421)
133 def test_layer_without_git_dir(self): 114 def test_layer_without_git_dir(self):
134 """ 115 """