From e8f570ef4fe9ab8c3d196f0266685d769c2d91e4 Mon Sep 17 00:00:00 2001 From: Po-Hsu Lin Date: Wed, 7 Oct 2015 16:34:00 +0800 Subject: 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. --- bin/fwts_test | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'bin') 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: -- cgit v1.2.3