From 2ec474bf421fbc9084c4e3685e75438999cedcbd 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 | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/system/config_1testbox.py b/system/config_1testbox.py index 3e7aef9..8767f78 100644 --- a/system/config_1testbox.py +++ b/system/config_1testbox.py @@ -7,14 +7,8 @@ from TestMapper import TestMapper def config (plcs, options): plc_box='testbox-plc.onelab.eu' - qemu_box='testbox1.onelab.eu' -# if options.arch == "i386": -# target = 'testbox32.onelab.eu' -# elif options.arch == "x86_64": -# target = 'testbox64.onelab.eu' -# else: -# print 'Unsupported arch %s'%options.arch -# sys.exit(1) +# testbox1-2 for the trunk, 3 for 4.2 + qemu_box='testbox3.onelab.eu' mapper = {'plc': [ ('*' , {'hostname':plc_box, 'PLC_DB_HOST':plc_box, -- 2.47.0