agl-test-framework: add three build modes 58/28858/5
authorYan <yanxk.fnst@fujitsu.com>
Thu, 15 Jun 2023 05:30:40 +0000 (13:30 +0800)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 2 Aug 2023 11:34:25 +0000 (11:34 +0000)
commitfe8c4a516b3bff5f531caebd43c1f1ac137b9959
treec61850d740f00c0d6b36078ddd50dcfec47b6a82
parent482a6c532c6d997f83b224c47356b3bddfaa9bf9
agl-test-framework: add three build modes

we now add 3 build time modes for users to select:

mode 1: fast
register AGL_TEST_MODE = "fast" into the local.conf,
simply install tests runtime from 0-30 seconds.

mode 2: standard ---> DEFAULT
install tests that gets a runtime from 0 secs to 30 mins.

mode 3: extreme
install all tests.

---Notice---:
we set default to "standard" mode.
If you wish for other modes, put the below comment in your
conf/local.conf:
AGL_TEST_MODE = "fast" or AGL_TEST_MODE = "extreme"

Bug-AGL: SPEC-4753

Signed-off-by: Yan <yanxk.fnst@fujitsu.com>
Change-Id: If11db7ec50171aa69b98e1e656043722e2900182
meta-agl-test/conf/include/agl-extend-test.inc
meta-agl-test/recipes-platform/packagegroup/packagegroup-agl-extend-test-extreme.bb [new file with mode: 0644]
meta-agl-test/recipes-platform/packagegroup/packagegroup-agl-extend-test-fast.bb [new file with mode: 0644]
meta-agl-test/recipes-platform/packagegroup/packagegroup-agl-extend-test-standard.bb [new file with mode: 0644]
meta-agl-test/recipes-platform/packagegroup/packagegroup-agl-extend-test.bb [deleted file]
meta-agl-test/recipes-tests/agl-test-framework/agl-test-framework.bb
meta-agl-test/recipes-tests/agl-test-framework/agl-test-framework.bbappend [deleted file]
meta-agl-test/recipes-tests/aio-stress/aio-stress_0.22.bb