[oe-commits] [openembedded-core] 18/66: selftest/buildoptions: Renamed one test case

git at git.openembedded.org git at git.openembedded.org
Sun Mar 20 23:13:29 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 7bd990e635e0b41f4ab9d71695a0309b5302178f
Author: Daniel Istrate <daniel.alexandrux.istrate at intel.com>
AuthorDate: Thu Mar 17 12:37:29 2016 +0200

    selftest/buildoptions: Renamed one test case
    
    '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 at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/lib/oeqa/selftest/buildoptions.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py
index 1a427f1..491ce50 100644
--- a/meta/lib/oeqa/selftest/buildoptions.py
+++ b/meta/lib/oeqa/selftest/buildoptions.py
@@ -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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list