diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-11 20:19:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-11 23:06:35 +0100 |
commit | 5decbeef58e192ba7d75090f767663e7ebb0b9fe (patch) | |
tree | c0cf7b2c20bc23797b215f7d4d9da7e74b52e7dd /meta/lib/oeqa/manual | |
parent | efb1e2d8318412d6de39075699a02a3a12760cef (diff) | |
download | poky-5decbeef58e192ba7d75090f767663e7ebb0b9fe.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: f223f49b7e3d3f6ef07915edea1a6233ae9869e2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/manual')
-rw-r--r-- | meta/lib/oeqa/manual/oe-core.json | 30 |
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 |