r5428 - trunk/cumin/python/cumin/grid

croberts at fedoraproject.org croberts at fedoraproject.org
Tue Jul 10 13:21:25 UTC 2012


Author: croberts
Date: 2012-07-10 13:21:25 +0000 (Tue, 10 Jul 2012)
New Revision: 5428

Modified:
   trunk/cumin/python/cumin/grid/dashboard.py
Log:
Removing some test code that accidentally got checked-in.

Modified: trunk/cumin/python/cumin/grid/dashboard.py
===================================================================
--- trunk/cumin/python/cumin/grid/dashboard.py	2012-07-05 19:28:00 UTC (rev 5427)
+++ trunk/cumin/python/cumin/grid/dashboard.py	2012-07-10 13:21:25 UTC (rev 5428)
@@ -686,10 +686,6 @@
         options.group_column = ",".join((self.sum_column, self.act_state_column.identifier))
 
         records = self.get_data(values, options)
-        for i in range(1,5):
-            record = records[0]
-            record = ('Linux%d' % i, 50L, 'IdleUnclaimed')
-            records.append(record)
 
         # accumulate records by os/used|unused manually
         recs_by_os = dict()



More information about the cumin-developers mailing list