[oe-commits] [openembedded-core] 31/48: oeqa: archiver: Tidy up test case descriptions

git at git.openembedded.org git at git.openembedded.org
Thu Jan 9 21:39:44 UTC 2020


This is an automated email from the git hooks/post-receive script.

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

commit b8a3c79a0d8a1fb61c4eb9383d5384a6f21988a8
Author: Paul Barker <pbarker at konsulko.com>
AuthorDate: Tue Jan 7 11:27:34 2020 +0000

    oeqa: archiver: Tidy up test case descriptions
    
    Signed-off-by: Paul Barker <pbarker at konsulko.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/selftest/cases/archiver.py | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta/lib/oeqa/selftest/cases/archiver.py b/meta/lib/oeqa/selftest/cases/archiver.py
index fab2f56..c036e0c 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',

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


More information about the Openembedded-commits mailing list