mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
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>
This commit is contained in:
@@ -260,35 +260,5 @@
|
|||||||
},
|
},
|
||||||
"summary": "test_bitbake_sane_error_for_invalid_layer"
|
"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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user