diff options
author | Rod Smith <rod.smith@canonical.com> | 2016-05-19 13:23:18 -0400 |
---|---|---|
committer | Rod Smith <rod.smith@canonical.com> | 2016-05-19 13:23:18 -0400 |
commit | fcbbb2a9c8900ce6e2d5220b71d350b10d774130 (patch) | |
tree | 74bf196056602036590b0711957954a08850539b /bin/dmitest | |
parent | a7100074ed36ff3939dcc75dfee7e10d758722cb (diff) |
providers:checkbox: Fix incomplete detection of engineering sample CPUs in dmitest script
Diffstat (limited to 'bin/dmitest')
-rwxr-xr-x | bin/dmitest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dmitest b/bin/dmitest index cacd22d..fca67ca 100755 --- a/bin/dmitest +++ b/bin/dmitest @@ -256,7 +256,7 @@ def main(): if args.test_serials: retval += serial_tests(args, stream) if find_in_section(stream, 'Processor Information', 'Version:', - ['sample'], False): + ['sample', 'Genuine Intel\(R\) CPU 0000'], False): print("*** Invalid processor information!") retval += 1 |