diff options
| author | Saul Wold <Saul.Wold@windriver.com> | 2022-03-09 09:40:52 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-10 08:00:28 +0000 |
| commit | d9e500f83d0223925ca2595c77c8fb45eab10f7c (patch) | |
| tree | 5b8fc1787ced86daebd7a7e26dd3bd69f9d5551b /meta/lib/oeqa | |
| parent | 8827a3ed80ec8f0adcf4b778f88cb8f9f051262b (diff) | |
| download | poky-d9e500f83d0223925ca2595c77c8fb45eab10f7c.tar.gz | |
meta/scripts: Improve internal variable naming
Update internal variable names to improve the terms used.
(From OE-Core rev: f408068e5d7998ae165f3002e51bc54b380b8099)
Signed-off-by: Saul Wold <saul.wold@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa')
| -rw-r--r-- | meta/lib/oeqa/manual/bsp-hw.json | 2 | ||||
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/containerimage.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/manual/bsp-hw.json b/meta/lib/oeqa/manual/bsp-hw.json index ca91987e31..308a0807f3 100644 --- a/meta/lib/oeqa/manual/bsp-hw.json +++ b/meta/lib/oeqa/manual/bsp-hw.json | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | "expected_results": "" | 26 | "expected_results": "" |
| 27 | }, | 27 | }, |
| 28 | "5": { | 28 | "5": { |
| 29 | "action": "Remove USB, and reboot into new installed system. \nNote: If installation was successfully completed and received this message \"\"(sdx): Volume was not properly unmounted...Please run fsck.\"\" ignore it because this was whitelisted according to bug 9652.", | 29 | "action": "Remove USB, and reboot into new installed system. \nNote: If installation was successfully completed and received this message \"\"(sdx): Volume was not properly unmounted...Please run fsck.\"\" ignore it because this was allowed according to bug 9652.", |
| 30 | "expected_results": "" | 30 | "expected_results": "" |
| 31 | } | 31 | } |
| 32 | }, | 32 | }, |
diff --git a/meta/lib/oeqa/selftest/cases/containerimage.py b/meta/lib/oeqa/selftest/cases/containerimage.py index 3068c9ba26..e0aea1a1ef 100644 --- a/meta/lib/oeqa/selftest/cases/containerimage.py +++ b/meta/lib/oeqa/selftest/cases/containerimage.py | |||
| @@ -13,7 +13,7 @@ from oeqa.utils.commands import bitbake, get_bb_vars, runCmd | |||
| 13 | # The only package added to the image is container_image_testpkg, which | 13 | # The only package added to the image is container_image_testpkg, which |
| 14 | # contains one file. However, due to some other things not cleaning up during | 14 | # contains one file. However, due to some other things not cleaning up during |
| 15 | # rootfs creation, there is some cruft. Ideally bugs will be filed and the | 15 | # rootfs creation, there is some cruft. Ideally bugs will be filed and the |
| 16 | # cruft removed, but for now we whitelist some known set. | 16 | # cruft removed, but for now we ignore some known set. |
| 17 | # | 17 | # |
| 18 | # Also for performance reasons we're only checking the cruft when using ipk. | 18 | # Also for performance reasons we're only checking the cruft when using ipk. |
| 19 | # When using deb, and rpm it is a bit different and we could test all | 19 | # When using deb, and rpm it is a bit different and we could test all |
