From 400f6001f4c523c5aac8e198c765153798cd16be Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 24 Feb 2009 18:16:20 +0000 Subject: [PATCH] partition testboxes too --- system/config_1testbox.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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): -- 2.47.0