summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-11 20:19:28 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-25 15:01:18 +0100
commit848fe75d3047e8c045e48c55ec951a9f9b66b367 (patch)
treec49b2268f4d72dfd68d4977d886baa1faa49caae
parented668ec6950efc31c868d311b57b1a1353d1651e (diff)
downloadpoky-848fe75d3047e8c045e48c55ec951a9f9b66b367.tar.gz
oeqa/manual: Remove bitbake-selftest execution
The autobuilder runs bitbake-selftest already so we don't need to execute this manually. (From OE-Core rev: 772b2b883249c8606b2df380f749320cb683a7b2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/lib/oeqa/manual/oe-core.json30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/lib/oeqa/manual/oe-core.json b/meta/lib/oeqa/manual/oe-core.json
index 3e2f321240..0e8f01a912 100644
--- a/meta/lib/oeqa/manual/oe-core.json
+++ b/meta/lib/oeqa/manual/oe-core.json
@@ -260,35 +260,5 @@
260 }, 260 },
261 "summary": "test_bitbake_sane_error_for_invalid_layer" 261 "summary": "test_bitbake_sane_error_for_invalid_layer"
262 } 262 }
263 },
264 {
265 "test": {
266 "@alias": "oe-core.bitbake.Test_bitbake-selftest",
267 "author": [
268 {
269 "email": "jair.de.jesus.gonzalez.plascencia@intel.com",
270 "name": "jair.de.jesus.gonzalez.plascencia@intel.com"
271 }
272 ],
273 "execution": {
274 "1": {
275 "action": "clone poky ",
276 "expected_results": ""
277 },
278 "2": {
279 "action": "cd poky ",
280 "expected_results": ""
281 },
282 "3": {
283 "action": "source oe-init-build-env ",
284 "expected_results": ""
285 },
286 "4": {
287 "action": "bitbake-selftest -v\n",
288 "expected_results": "All test cases are executed and no errors are reported.\n"
289 }
290 },
291 "summary": "Test_bitbake-selftest"
292 }
293 } 263 }
294] \ No newline at end of file 264] \ No newline at end of file