summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-11-11 20:33:34 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-14 12:56:57 +0000
commit29127d5a6ff9eb09a11dc4157006dc4098b01963 (patch)
tree5acd3f3d2ca783808fe91a9100dddfcba3d7f5eb
parent63293d1c67736ea8dcb2872e7157b1f5db93c9fa (diff)
downloadopenembedded-core-contrib-29127d5a6ff9eb09a11dc4157006dc4098b01963.tar.gz
oeqa/manual/bsp-qemu: remove manual bash test
Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/lib/oeqa/manual/bsp-qemu.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/lib/oeqa/manual/bsp-qemu.json b/meta/lib/oeqa/manual/bsp-qemu.json
index 021ba57209..b19bf4b209 100644
--- a/meta/lib/oeqa/manual/bsp-qemu.json
+++ b/meta/lib/oeqa/manual/bsp-qemu.json
@@ -25,22 +25,4 @@
"summary": "Add_user_with_cleartext_type_password_during_filesystem_construction"
}
},
- {
- "test": {
- "@alias": "bsps-qemu.bsps-runtime.check_bash_in_image",
- "author": [
- {
- "email": "alexandru.c.georgescu@intel.com",
- "name": "alexandru.c.georgescu@intel.com"
- }
- ],
- "execution": {
- "1": {
- "action": "After system is up, check if bash command exists with command \"which bash\"",
- "expected_results": "bash command should exist in image giving something as below \"/bin/bash\""
- }
- },
- "summary": "check_bash_in_image"
- }
- }
]