Age | Commit message (Collapse) | Author | Files | Lines |
|
Fix bug for ptest testsuites which introduced by the following commit:
agl-test-framework: add "XPASS" and "XFAIL" states
Bug-AGL: SPEC-4345
Signed-off-by: Qiu Tingting <qiutt@fujitsu.com>
Change-Id: I77309e05468045bf1deba1ce94aed81f9492d5e9
|
|
Single definitions are no longer used in this test framework,
they are now replaced by another parametric implementation.
The benefit of this is that it minimizes the likelihood of requiring
manual maintenance due to the small but frequent updates from the upstream.
Bug-AGL: SPEC-4345
Signed-off-by: yanxk <yanxk.fnst@fujitsu.com>
Change-Id: I609a4c54edcc2b68a43d759fa60e9eee64d9c2cf
|
|
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
|
|
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
|