summaryrefslogtreecommitdiff
diff options
authorJeff Lane <jeffrey.lane@canonical.com>2015-11-24 09:54:34 -0500
committerJeff Lane <jeffrey.lane@canonical.com>2015-11-24 09:54:34 -0500
commit65f5dfa21d4df70707f4f169087ab951a85c55f3 (patch)
treed27115f65cd1f4a4d2c68fc30e09b5eb5652f9cb
parentb33eb1a0dea8cf17e0f9d19c07878267667c936c (diff)
Added tower as a valid server chassis type
-rwxr-xr-xbin/dmitest3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/dmitest b/bin/dmitest
index 9fed36d..cacd22d 100755
--- a/bin/dmitest
+++ b/bin/dmitest
@@ -113,7 +113,8 @@ def standard_tests(args, stream):
if args.test_type == 'server':
if not find_in_section(stream, 'Chassis Information', 'Type:',
['server', 'rack mount', 'blade',
- 'expansion chassis', 'multi-system'], False):
+ 'expansion chassis', 'multi-system', 'tower'],
+ False):
print("*** Incorrect or unknown server chassis type!")
retval += 1
if find_in_section(stream, 'Base Board Information', 'Type:',