diff options
author | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-10-07 16:34:00 +0800 |
---|---|---|
committer | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-10-07 16:34:00 +0800 |
commit | e8f570ef4fe9ab8c3d196f0266685d769c2d91e4 (patch) | |
tree | ec7fe04d65666ab8ae63e11a78768386dc59ea64 /bin | |
parent | 1060c58037c731f772fc82183a45812ee0126459 (diff) |
provider:checkbox bug fix for fwts_test script ,rename the fwts local job
Move the uefirtvariable test from the QA test list to NON-CERT list, as we will have a dedicated one. Move the out-of-list tests (wakealarm) back to the NON-CERT list. Rename the fwts local job with generator_ prefix.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/fwts_test | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/fwts_test b/bin/fwts_test index ce481b6..31b0545 100755 --- a/bin/fwts_test +++ b/bin/fwts_test @@ -30,11 +30,11 @@ QA_TESTS = ['acpitests', 'mpcheck', 'msr', 'nx', - 'uefirtvariable', 'version'] # These are advanced tests that shouldn't affect certification status NON_CERT_TESTS = ['bios_info', 'cmosdump', + 'cpufreq', 'crs', 'crsdump', 'csm', @@ -59,7 +59,9 @@ NON_CERT_TESTS = ['bios_info', 'uefidump', 'uefirtmisc', 'uefirttime', - 'uefivarinfo' + 'uefirtvariable', + 'uefivarinfo', + 'wakealarm' ] # The following tests will record logs in a separate file for the HWE team HWE_TESTS = ['mtrr', @@ -295,7 +297,7 @@ def main(): elif args.test: tests.extend(args.test) elif args.all: - tests.extend(['wakealarm', 'cpufreq', 'maxfreq'] + TESTS) + tests.extend(TESTS) elif args.hwe: tests.extend(HWE_TESTS) elif args.qa: |