summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-11-05 17:06:36 -0800
committerArmin Kuster <akuster808@gmail.com>2019-11-07 14:49:19 -0800
commit8a409ab3d9abb25f82c0c6e9690b829944f5638f (patch)
tree1dace6dbcf130b48b59e9de7d7469688bffca6f9 /meta
parent347cc956317af42a861d3aa871f2202ab56691d8 (diff)
downloadopenembedded-core-contrib-8a409ab3d9abb25f82c0c6e9690b829944f5638f.tar.gz
OEQA: remove manual bash test
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta')
-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"
- }
- }
]