[haizea-commit] r626 - branches/TP2.0/tests
haizea-commit at mailman.cs.uchicago.edu
haizea-commit at mailman.cs.uchicago.edu
Wed Aug 5 04:26:32 CDT 2009
Author: borja
Date: 2009-08-05 04:26:31 -0500 (Wed, 05 Aug 2009)
New Revision: 626
Modified:
branches/TP2.0/tests/test_xmlrpc.py
Log:
Updates XML-RPC test to use new resource string format
Modified: branches/TP2.0/tests/test_xmlrpc.py
===================================================================
--- branches/TP2.0/tests/test_xmlrpc.py 2009-08-04 18:26:13 UTC (rev 625)
+++ branches/TP2.0/tests/test_xmlrpc.py 2009-08-05 09:26:31 UTC (rev 626)
@@ -8,7 +8,7 @@
def __init__(self):
self.config = self.load_configfile("base_config_simulator.conf")
self.config.set("simulation", "clock", "real")
- self.config.set("simulation", "resources", "4 CPU:100,Memory:1024")
+ self.config.set("simulation", "resources", "4 CPU:100 Memory:1024")
self.config.set("scheduling", "backfilling", "off")
self.config.set("scheduling", "non-schedulable-interval", "2")
More information about the Haizea-commit
mailing list