Skip to content
Snippets Groups Projects
Commit a34c10bf authored by Robert Drab's avatar Robert Drab
Browse files

test_xts_acts: Fix erroneously disabled mandatory test suite


According to OpenHarmony Device Compatibility Specification 3.0
self check sheet following tests are mandatory for screen-less
devices:

//test/xts/acts/compileruntime:compileruntime
//test/xts/acts/hiviewdfx:hiviewdfxtestacts
//test/xts/acts/startup:startup
//test/xts/acts/powermgr:powermgr
//test/xts/acts/account:account
//test/xts/acts/communication:communication
//test/xts/acts/distributeddatamgr:distributeddatamgr
//test/xts/acts/appexecfwk:appexecfwk
//test/xts/acts/aafwk:aafwk

Signed-off-by: default avatarRobert Drab <robert.drab@huawei.com>
Relates to https://gitlab.eclipse.org/eclipse/oniro-core/meta-openharmony/-/issues/24
parent c3fb4824
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,7 @@ index a495343d..300aec75 100755
+ # "${ACTS_ROOT}/barrierfree:barrierfree",
# "${ACTS_ROOT}/telephony:telephony",
- "${ACTS_ROOT}/appexecfwk:appexecfwk",
+ # "${ACTS_ROOT}/appexecfwk:appexecfwk",
"${ACTS_ROOT}/appexecfwk:appexecfwk",
"${ACTS_ROOT}/account:account",
"${ACTS_ROOT}/communication:communication",
......
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