diff options
| author | Paul Barker <pbarker@konsulko.com> | 2020-01-07 11:27:34 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-10 21:18:22 +0000 |
| commit | 26cc774954adee391d9d0a36797023422648bd5f (patch) | |
| tree | f7c09bb7ae75a5013c8c99123d68dd825b0490f6 | |
| parent | 61e1b4136fb8ceb3785dcfdb22a3b80d062faaa6 (diff) | |
| download | poky-26cc774954adee391d9d0a36797023422648bd5f.tar.gz | |
oeqa: archiver: Tidy up test case descriptions
(From OE-Core rev: 8f9119cb1451ef6337b98e4bb566069aa8d66a35)
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.py | 12 |
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): | |||
| 152 | 152 | ||
| 153 | def test_archiver_mode_original(self): | 153 | def test_archiver_mode_original(self): |
| 154 | """ | 154 | """ |
| 155 | Test that the archiver works in with `ARCHIVER_MODE[src] = "original"`. | 155 | Test that the archiver works with `ARCHIVER_MODE[src] = "original"`. |
| 156 | """ | 156 | """ |
| 157 | 157 | ||
| 158 | self._test_archiver_mode('original', 'ed-1.14.1.tar.lz') | 158 | self._test_archiver_mode('original', 'ed-1.14.1.tar.lz') |
| 159 | 159 | ||
| 160 | def test_archiver_mode_patched(self): | 160 | def test_archiver_mode_patched(self): |
| 161 | """ | 161 | """ |
| 162 | Test that the archiver works in with `ARCHIVER_MODE[src] = "patched"`. | 162 | Test that the archiver works with `ARCHIVER_MODE[src] = "patched"`. |
| 163 | """ | 163 | """ |
| 164 | 164 | ||
| 165 | self._test_archiver_mode('patched', 'selftest-ed-1.14.1-r0-patched.tar.gz') | 165 | self._test_archiver_mode('patched', 'selftest-ed-1.14.1-r0-patched.tar.gz') |
| 166 | 166 | ||
| 167 | def test_archiver_mode_configured(self): | 167 | def test_archiver_mode_configured(self): |
| 168 | """ | 168 | """ |
| 169 | Test that the archiver works in with `ARCHIVER_MODE[src] = "configured"`. | 169 | Test that the archiver works with `ARCHIVER_MODE[src] = "configured"`. |
| 170 | """ | 170 | """ |
| 171 | 171 | ||
| 172 | self._test_archiver_mode('configured', 'selftest-ed-1.14.1-r0-configured.tar.gz') | 172 | self._test_archiver_mode('configured', 'selftest-ed-1.14.1-r0-configured.tar.gz') |
| 173 | 173 | ||
| 174 | def test_archiver_mode_recipe(self): | 174 | def test_archiver_mode_recipe(self): |
| 175 | """ | 175 | """ |
| 176 | Test that the archiver works in with `ARCHIVER_MODE[recipe] = "1"`. | 176 | Test that the archiver works with `ARCHIVER_MODE[recipe] = "1"`. |
| 177 | """ | 177 | """ |
| 178 | 178 | ||
| 179 | self._test_archiver_mode('patched', 'selftest-ed-1.14.1-r0-recipe.tar.gz', | 179 | self._test_archiver_mode('patched', 'selftest-ed-1.14.1-r0-recipe.tar.gz', |
| @@ -181,7 +181,7 @@ class Archiver(OESelftestTestCase): | |||
| 181 | 181 | ||
| 182 | def test_archiver_mode_diff(self): | 182 | def test_archiver_mode_diff(self): |
| 183 | """ | 183 | """ |
| 184 | Test that the archiver works in with `ARCHIVER_MODE[diff] = "1"`. | 184 | Test that the archiver works with `ARCHIVER_MODE[diff] = "1"`. |
| 185 | Exclusions controlled by `ARCHIVER_MODE[diff-exclude]` are not yet tested. | 185 | Exclusions controlled by `ARCHIVER_MODE[diff-exclude]` are not yet tested. |
| 186 | """ | 186 | """ |
| 187 | 187 | ||
| @@ -190,7 +190,7 @@ class Archiver(OESelftestTestCase): | |||
| 190 | 190 | ||
| 191 | def test_archiver_mode_dumpdata(self): | 191 | def test_archiver_mode_dumpdata(self): |
| 192 | """ | 192 | """ |
| 193 | Test that the archiver works in with `ARCHIVER_MODE[dumpdata] = "1"`. | 193 | Test that the archiver works with `ARCHIVER_MODE[dumpdata] = "1"`. |
| 194 | """ | 194 | """ |
| 195 | 195 | ||
| 196 | self._test_archiver_mode('patched', 'selftest-ed-1.14.1-r0-showdata.dump', | 196 | self._test_archiver_mode('patched', 'selftest-ed-1.14.1-r0-showdata.dump', |
