summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <pbarker@konsulko.com>2020-01-07 11:27:34 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-10 21:11:25 +0000
commit8f9119cb1451ef6337b98e4bb566069aa8d66a35 (patch)
tree1f1b5e7a56fde893cfef2a78aa0d7299a8744a70
parent2c8b31ae0ab95a8b100e8bade23f51574e273c9a (diff)
downloadopenembedded-core-contrib-8f9119cb1451ef6337b98e4bb566069aa8d66a35.tar.gz
oeqa: archiver: Tidy up test case descriptions
Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/lib/oeqa/selftest/cases/archiver.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/lib/oeqa/selftest/cases/archiver.py b/meta/lib/oeqa/selftest/cases/archiver.py
index fab2f56c39..c036e0cbe2 100644
--- a/meta/lib/oeqa/selftest/cases/archiver.py
+++ b/meta/lib/oeqa/selftest/cases/archiver.py
@@ -152,28 +152,28 @@ class Archiver(OESelftestTestCase):
def test_archiver_mode_original(self):
"""
- Test that the archiver works in with `ARCHIVER_MODE[src] = "original"`.
+ Test that the archiver works with `ARCHIVER_MODE[src] = "original"`.
"""
self._test_archiver_mode('original', 'ed-1.14.1.tar.lz')
def test_archiver_mode_patched(self):
"""
- Test that the archiver works in with `ARCHIVER_MODE[src] = "patched"`.
+ Test that the archiver works with `ARCHIVER_MODE[src] = "patched"`.
"""
self._test_archiver_mode('patched', 'selftest-ed-1.14.1-r0-patched.tar.gz')
def test_archiver_mode_configured(self):
"""
- Test that the archiver works in with `ARCHIVER_MODE[src] = "configured"`.
+ Test that the archiver works with `ARCHIVER_MODE[src] = "configured"`.
"""
self._test_archiver_mode('configured', 'selftest-ed-1.14.1-r0-configured.tar.gz')
def test_archiver_mode_recipe(self):
"""
- Test that the archiver works in with `ARCHIVER_MODE[recipe] = "1"`.
+ Test that the archiver works with `ARCHIVER_MODE[recipe] = "1"`.
"""
self._test_archiver_mode('patched', 'selftest-ed-1.14.1-r0-recipe.tar.gz',
@@ -181,7 +181,7 @@ class Archiver(OESelftestTestCase):
def test_archiver_mode_diff(self):
"""
- Test that the archiver works in with `ARCHIVER_MODE[diff] = "1"`.
+ Test that the archiver works with `ARCHIVER_MODE[diff] = "1"`.
Exclusions controlled by `ARCHIVER_MODE[diff-exclude]` are not yet tested.
"""
@@ -190,7 +190,7 @@ class Archiver(OESelftestTestCase):
def test_archiver_mode_dumpdata(self):
"""
- Test that the archiver works in with `ARCHIVER_MODE[dumpdata] = "1"`.
+ Test that the archiver works with `ARCHIVER_MODE[dumpdata] = "1"`.
"""
self._test_archiver_mode('patched', 'selftest-ed-1.14.1-r0-showdata.dump',