From: Armin Kuster Date: Wed, 6 Nov 2019 01:06:36 +0000 (-0800) Subject: OEQA: remove manual bash test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a97d5b11fafaaae565c2502c651e3744d1ac622;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git OEQA: remove manual bash test Signed-off-by: Armin Kuster --- diff --git a/meta/lib/oeqa/manual/bsp-qemu.json b/meta/lib/oeqa/manual/bsp-qemu.json index 021ba572094..b19bf4b209e 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" - } - } ]