aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-11 20:19:28 +0100
committerArmin Kuster <akuster808@gmail.com>2019-04-06 16:45:18 +0530
commit772b2b883249c8606b2df380f749320cb683a7b2 (patch)
treee7ab5412e5294af28a19b14b2d906bffac414a33
parenta1675c33638288363b243e7412fe4cea63756ae6 (diff)
downloadopenembedded-core-contrib-772b2b883249c8606b2df380f749320cb683a7b2.tar.gz
oeqa/manual: Remove bitbake-selftest execution
The autobuilder runs bitbake-selftest already so we don't need to execute this manually. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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 @@
},
"summary": "test_bitbake_sane_error_for_invalid_layer"
}
- },
- {
- "test": {
- "@alias": "oe-core.bitbake.Test_bitbake-selftest",
- "author": [
- {
- "email": "jair.de.jesus.gonzalez.plascencia@intel.com",
- "name": "jair.de.jesus.gonzalez.plascencia@intel.com"
- }
- ],
- "execution": {
- "1": {
- "action": "clone poky ",
- "expected_results": ""
- },
- "2": {
- "action": "cd poky ",
- "expected_results": ""
- },
- "3": {
- "action": "source oe-init-build-env ",
- "expected_results": ""
- },
- "4": {
- "action": "bitbake-selftest -v\n",
- "expected_results": "All test cases are executed and no errors are reported.\n"
- }
- },
- "summary": "Test_bitbake-selftest"
- }
}
] \ No newline at end of file