From e70acdc8e7259db57f31c017d7525984ca2d489f Mon Sep 17 00:00:00 2001 From: Sylvain Pineau Date: Fri, 16 Jun 2017 15:01:42 +0200 Subject: dmitest: Fix client mode by accepting Convertible chassis type Fixes: LP:1692764 --- bin/dmitest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/dmitest b/bin/dmitest index d75aa373..ef416ca7 100755 --- a/bin/dmitest +++ b/bin/dmitest @@ -132,7 +132,8 @@ def standard_tests(args, stream, dmi_data): 'Type:', ['notebook', 'portable', 'laptop', 'desktop', 'lunch box', 'space-saving', 'tower', - 'all in one', 'hand held'], False): + 'all in one', 'hand held', + 'convertible'], False): dmi_data['Chassis Information']['Type'] += \ " *** Incorrect or unknown desktop chassis type!" retval += 1 -- cgit v1.2.3