]> code.ossystems Code Review - openembedded-core.git/commitdiff
selftest/buildoptions: Renamed one test case
authorDaniel Istrate <daniel.alexandrux.istrate@intel.com>
Thu, 17 Mar 2016 10:37:29 +0000 (12:37 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Mar 2016 22:57:56 +0000 (22:57 +0000)
'test_layer_git_revisions_are_displayed_and_do_not_fail_without_git_repo'
was renamed to 'test_layer_without_git_dir' which is shorter.

fix for [YOCTO #9243]

Signed-off-by: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/selftest/buildoptions.py

index 1a427f1625e442706210ee14bde59668287074e3..491ce50ea7723cd61cde31f0ab610908b386ec4b 100644 (file)
@@ -139,7 +139,7 @@ do_install_append_pn-gzip () {
         self.assertTrue(line and line.startswith("WARNING:"), "WARNING: QA Issue: nfs-utils message is not present in bitbake's output: %s" % res.output)
 
     @testcase(1421)
-    def test_layer_git_revisions_are_displayed_and_do_not_fail_without_git_repo(self):
+    def test_layer_without_git_dir(self):
         """
         Summary:     Test that layer git revisions are displayed and do not fail without git repository
         Expected:    The build to be successful and without "fatal" errors