[oe-commits] [openembedded-core] 04/04: oeqa/manual/oe-core: Drop image build during taskexp test

git at git.openembedded.org git at git.openembedded.org
Thu Oct 11 19:21:49 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit f98a2fbf2890a3aee24d1417c5b08c46d5cbd7b9
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Oct 11 20:20:43 2018 +0100

    oeqa/manual/oe-core: Drop image build during taskexp test
    
    Building an image takes time and isn't necessary to test taskexp,
    we can drop this step.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/manual/oe-core.json | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta/lib/oeqa/manual/oe-core.json b/meta/lib/oeqa/manual/oe-core.json
index 0e8f01a..d893d84 100644
--- a/meta/lib/oeqa/manual/oe-core.json
+++ b/meta/lib/oeqa/manual/oe-core.json
@@ -216,10 +216,6 @@
           "expected_results": ""
         },
         "4": {
-          "action": "bitbake core-image-full-cmdline   \n",
-          "expected_results": "Image should be successfully built   \n"
-        },
-        "5": {
           "action": "bitbake -u taskexp -g core-image-full-cmdline    \n\nNOTE: To execute the last command of this test, it's necessary that the machine is executing an X11 server, or if that's not the case (for example, if running the test on a headless server), it is required to enable ssh X11 forwarding on both, the server and the client, and have the X11 server running on the client.    \n\nThe instructions to enable X11 forwarding vary between distributions. But for example, these  [...]
           "expected_results": "Verify that a \"dependency explorer\" is opened and file \n   dependencies are listed  "
         }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list