diff options
author | Daniel Istrate <daniel.alexandrux.istrate@intel.com> | 2016-03-17 12:37:29 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-20 23:12:27 +0000 |
commit | 7e83af372780846c3456a11543d04a1018675f3e (patch) | |
tree | e23b39232b1749e37b532f70851a07a1eed14407 /meta/lib | |
parent | 0d9f515e1eca0564503fddcaa337fecfd45b368e (diff) | |
download | poky-7e83af372780846c3456a11543d04a1018675f3e.tar.gz |
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]
(From OE-Core rev: 7bd990e635e0b41f4ab9d71695a0309b5302178f)
Signed-off-by: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/buildoptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py index 1a427f1625..491ce50ea7 100644 --- a/meta/lib/oeqa/selftest/buildoptions.py +++ b/meta/lib/oeqa/selftest/buildoptions.py | |||
@@ -139,7 +139,7 @@ do_install_append_pn-gzip () { | |||
139 | self.assertTrue(line and line.startswith("WARNING:"), "WARNING: QA Issue: nfs-utils message is not present in bitbake's output: %s" % res.output) | 139 | self.assertTrue(line and line.startswith("WARNING:"), "WARNING: QA Issue: nfs-utils message is not present in bitbake's output: %s" % res.output) |
140 | 140 | ||
141 | @testcase(1421) | 141 | @testcase(1421) |
142 | def test_layer_git_revisions_are_displayed_and_do_not_fail_without_git_repo(self): | 142 | def test_layer_without_git_dir(self): |
143 | """ | 143 | """ |
144 | Summary: Test that layer git revisions are displayed and do not fail without git repository | 144 | Summary: Test that layer git revisions are displayed and do not fail without git repository |
145 | Expected: The build to be successful and without "fatal" errors | 145 | Expected: The build to be successful and without "fatal" errors |