Skip to content
Snippets Groups Projects
Commit d981b041 authored by Francesco Pham's avatar Francesco Pham
Browse files

test-xts-acts-Start-tests-from-onInit.patch: Add and apply patch


Currently, due to some services/graphics issues onShow callback is not being
called and therefore tests are not executed. For screen-less devices graphics
stack should not be required and therefore moving test execution to onInit

This patch allows ACTS tests output to be shown on the logs

Signed-off-by: default avatarRobert Drab <robert.drab@huawei.com>
Signed-off-by: default avatarFrancesco Pham <francesco.pham@huawei.com>
parent 9be8d292
No related branches found
No related tags found
1 merge request!88openharmony-standard-3.0: add patches and initialization changes to fix ACTS failures
......@@ -70,6 +70,8 @@ SRC_URI += "file://base_hiviewdfx_hiview-libfaultlogger-static.patch;patchdir=${
# Patch to allow /system/profile and /system/usr to be symlinks to /usr/lib/openharmony
SRC_URI += "file://foundation_distributedschedule_safwk-slash-system-symlink.patch;patchdir=${S}/foundation/distributedschedule/safwk"
SRC_URI += "file://test-xts-acts-Start-tests-from-onInit.patch;patchdir=${S}/test/xts/acts"
inherit python3native gn_base ptest
B = "${S}/out/ohos-arm-release"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment