partition testboxes too
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 24 Feb 2009 18:16:20 +0000 (18:16 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 24 Feb 2009 18:16:20 +0000 (18:16 +0000)
system/config_1testbox.py

index b8a4ea4..5c10410 100644 (file)
@@ -3,8 +3,8 @@ import sys
 from TestMapper import TestMapper
 from TestPool import TestPoolQemu
 
-# a small qemu pool for now
-onelab_qemus_pool = [ ( 'testqemu%d.onelab.eu'%i, None, None) for i in range(1,4) ]
+# testbox1-2 for the trunk, 3 for 4.2
+onelab_qemus_pool = [ ( 'testqemu%d.onelab.eu'%i, None, None) for i in range(1,3) ]
     
 def config (plcs, options):