From: Thierry Parmentelat Date: Tue, 24 Feb 2009 18:16:20 +0000 (+0000) Subject: partition testboxes too X-Git-Tag: tests-4.3-0~12 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=400f6001f4c523c5aac8e198c765153798cd16be;p=tests.git partition testboxes too --- diff --git a/system/config_1testbox.py b/system/config_1testbox.py index b8a4ea4..5c10410 100644 --- a/system/config_1testbox.py +++ b/system/config_1testbox.py @@ -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):