diff options
author | Yan <yanxk.fnst@fujitsu.com> | 2023-06-15 13:30:40 +0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-08-02 11:34:25 +0000 |
commit | fe8c4a516b3bff5f531caebd43c1f1ac137b9959 (patch) | |
tree | c61850d740f00c0d6b36078ddd50dcfec47b6a82 /meta-agl-test/recipes-tests/aio-stress/aio-stress_0.22.bb | |
parent | 482a6c532c6d997f83b224c47356b3bddfaa9bf9 (diff) |
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
Diffstat (limited to 'meta-agl-test/recipes-tests/aio-stress/aio-stress_0.22.bb')
-rw-r--r-- | meta-agl-test/recipes-tests/aio-stress/aio-stress_0.22.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-agl-test/recipes-tests/aio-stress/aio-stress_0.22.bb b/meta-agl-test/recipes-tests/aio-stress/aio-stress_0.22.bb index d014ca13..b087342d 100644 --- a/meta-agl-test/recipes-tests/aio-stress/aio-stress_0.22.bb +++ b/meta-agl-test/recipes-tests/aio-stress/aio-stress_0.22.bb @@ -27,7 +27,3 @@ do_install:append() { install -d ${D}/usr/AGL/agl-test/tests/aio_stress/resource/ install -m 0755 ${WORKDIR}/aio-stress ${D}/usr/AGL/agl-test/tests/aio_stress/resource/ } - -RDEPENDS:${PN} += " \ - agl-test-framework \ -" |