aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-11 20:20:43 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-11 23:06:29 +0100
commit298eb27037172925a83b37541e5955bbf3b7d2fb (patch)
treeac60f5b0938f0ca2220f7a8ee5167f535ac22b81 /meta/lib/oeqa
parentf223f49b7e3d3f6ef07915edea1a6233ae9869e2 (diff)
downloadopenembedded-core-contrib-298eb27037172925a83b37541e5955bbf3b7d2fb.tar.gz
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@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa')
-rw-r--r--meta/lib/oeqa/manual/oe-core.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/lib/oeqa/manual/oe-core.json b/meta/lib/oeqa/manual/oe-core.json
index 0e8f01a912..d893d849fb 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 are the steps to enable it between a server running openSUSE Leap 42.1 and a client with Fedora 24: \nA. On the server, make sure /home//.ssh/config contains the line: \n ForwardX11 yes \nB. On the server, make sure xauth is installed by running: \n which xauth \nC. On the client, connect to the server, enabling X11 forwarding, for example by using: \n ssh -X user@server \nNOTE 2: depexp was renamed to taskexp on 2.3 M4",
"expected_results": "Verify that a \"dependency explorer\" is opened and file \n dependencies are listed "
}