[OE-core] [PATCH 01/12] build-appliance: Drop test which is already automated

Yeoh, Ee Peng ee.peng.yeoh at intel.com
Mon Nov 12 01:41:52 UTC 2018


Hi Richard,

I realize the execution action inside "build-appliance.build-appliance.Bitbake_build-appliance-image" was not complete. Actually this particular test was testing that using build-appliance-image and vmware, one can bitbake build-applianc-image. This was different compare the automated tests inside AB where it test that bitbake can build-appliance-image. 

The correct steps for "build-appliance.build-appliance.Bitbake_build-appliance-image" shall be below. Allow us to submit a patch to add the missing detail for this test. 

Steps to Reproduce :
1. Get build appliance image from following link
https://autobuilder.yocto.io/pub/releases/yocto-2.6.rc1/build-appliance/Yocto_Build_Appliance.zip

2. boot the build appliance image in vmware.

3. Set MACHINE to qemux86 and add the following line to conf/local.conf :
SRCREV_pn-build-appliance-image = "$

{AUTOREV}
"
4. Run "bitbake build-appliance-image"

I am sorry for the confusion it created.

Best regards,
Yeoh Ee Peng 

-----Original Message-----
From: openembedded-core-bounces at lists.openembedded.org [mailto:openembedded-core-bounces at lists.openembedded.org] On Behalf Of Richard Purdie
Sent: Friday, November 9, 2018 10:29 PM
To: openembedded-core at lists.openembedded.org
Subject: [OE-core] [PATCH 01/12] build-appliance: Drop test which is already automated

The nightly-build-appliance target already tests this particular build.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/manual/build-appliance.json | 26 -----------------------
 1 file changed, 26 deletions(-)

diff --git a/meta/lib/oeqa/manual/build-appliance.json b/meta/lib/oeqa/manual/build-appliance.json
index b8f89275d08..70f8c72c9bb 100644
--- a/meta/lib/oeqa/manual/build-appliance.json
+++ b/meta/lib/oeqa/manual/build-appliance.json
@@ -1,30 +1,4 @@
 [
-    {
-        "test": {
-            "@alias": "build-appliance.build-appliance.Bitbake_build-appliance-image",
-            "author": [
-                {
-                    "email": "alexandru.c.georgescu at intel.com",
-                    "name": "alexandru.c.georgescu at intel.com"
-                }
-            ],
-            "execution": {
-                "1": {
-                    "action": "Get poky source code and prepare the build environment",
-                    "expected_results": "bitbake build-appliance-image is successful  "
-                },
-                "2": {
-                    "action": "Set MACHINE to qemux86 and add the following line to conf/local.conf :  SRCREV_pn-build-appliance-image = \"${AUTOREV}\"",
-                    "expected_results": ""
-                },
-                "3": {
-                    "action": "Run \"bitbake build-appliance-image\" \n \n",
-                    "expected_results": ""
-                }
-            },
-            "summary": "Bitbake_build-appliance-image"
-        }
-    },
     {
         "test": {
             "@alias": "build-appliance.build-appliance.Build_core-image-minimal_with_build-appliance-image",
-- 
2.17.1

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core at lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


More information about the Openembedded-core mailing list