cleanup qemu starter; hopefully the qemu instances could keep on running after the...
[tests.git] / system / config_1testbox.py
index b8af153..d891b37 100644 (file)
@@ -4,12 +4,7 @@ from TestMapper import TestMapper
 from TestPool import TestPoolQemu
 
 # a small qemu pool for now
-onelab_qemus_pool = [ 
-    ( 'kruder.inria.fr', None, None),
-    ( 'estran.inria.fr', None, None),
-# cut here
-    ( 'blitz.inria.fr', None, None),
-]
+onelab_qemus_pool = [ ( 'testqemu%d.onelab.eu'%i, None, None) for i in range(1,4) ]
     
 def config (plcs, options):