Age | Commit message (Collapse) | Author | Files | Lines |
|
Checking env before run testsuite is necessary.
1. Add common check in agl_test_base.py.
It is currently an empty function.
If necessary, common check sould be added.
2. Add ptest common check in agl_test_ptest_base.py.
For ptest testsuite, check whether ptest-runner and run-ptest script exist.
3. Add special check in run_tests.py.
For aio-stress testsuite, check whether compiled aio-stress script exists
For bzip2 testsuite, check whether bzip2 cmd exists.
Bug-AGL: SPEC-4345
Signed-off-by: Qiu Tingting <qiutt@fujitsu.com>
Change-Id: Id7841c0337465266dd607403ecb3e1c4377c6198
|
|
Base on the agl-test-framework, the test results of OSS
"zlib" can now be collected, analyzed and then reported.
Bug-AGL: SPEC-4345
Signed-off-by: yanxk <yanxk.fnst@fujitsu.com>
Change-Id: I023c080cc365facb7d647f4c1085b7c9739f0b0e
|
|
To avoid error caused by the same name between the test set and
pyhton module, add an empty '__ init__. py' file in '/tests'
Bug-AGL: SPEC-4345
Signed-off-by: duerpei <duep.fnst@fujitsu.com>
Change-Id: I7748e6ae90b2eb12b59a39b3659b5910fc487810
|
|
Base on the agl-test-framework, the test results of OSS
"bzip2" can now be collected, analyzed and then reported.
Bug-AGL: SPEC-4345
Signed-off-by: yanxk <yanxk.fnst@fujitsu.com>
Change-Id: I28df7079cfc0bc4b95b3ca195119f435b9ba8b6b
|
|
Add the script file that calls the test set 'aiostress'.
Bug-AGL: SPEC-4345
Signed-off-by: duerpei <duep.fnst@fujitsu.com>
Change-Id: Ib3906fed1f85031d3554342a5555aa3a046b8c09
|
|
Base on the agl-test-framework, the test results of OSS
"Expat" can now be collected, analyzed and then reported.
Bug-AGL: SPEC-4345
Signed-off-by: yanxk <yanxk.fnst@fujitsu.com>
Change-Id: Ibd1cccc6f78f4ee6a640b47eb74d2b35f40b6d31
|
|
Move the "run_tests" script of glib2 under "qa-test-misc"
to "agl-test-framework", this is more reasonable.
And modify the script file run_tests under glib2, make it
use PTESTBaseTest class.
Later, I will delete the "run_tests" scripts under "qa-test-misc"
Bug-AGL: SPEC-4345
Signed-off-by: duerpei <duep.fnst@fujitsu.com>
Change-Id: Id055b829954bf8bdf75a90ff5b417baae0c4d5fb
|