Fix metrics script version and model

With the fix merged for openbmc/openbmc-test-automation#370
updating the CT metrics script.

Resolves openbmc/openbmc-test-automation#399

Change-Id: Ieb80377251711696706a9a14464db6f5013f91c7
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/tools/oem/ibm/gen_csv_results.py b/tools/oem/ibm/gen_csv_results.py
index 3e2f657..c733a61 100755
--- a/tools/oem/ibm/gen_csv_results.py
+++ b/tools/oem/ibm/gen_csv_results.py
@@ -156,7 +156,7 @@
 
     print "BMC Version:", bmc_version
     print "BMC Platform:", bmc_platform
-    return [str(bmc_version).strip("-dirty"), str(bmc_platform).strip(" BMC")]
+    return [str(bmc_version), str(bmc_platform)]
 
 
 def usage():