fix image name as it actually is 5G large
[tests.git] / system / config_onelab_testbox64.py
1 #
2 from TestMapper import TestMapper
3
4 # using mapper to do the reallocation job
5
6 def config (plcs, options):
7
8     mapper = {'plc': [ ('*' , {'hostname':'testbox64.one-lab.org',
9                                'name':'%s2' } ) ],
10               'node': [ ('*' , {'host_box':'testbox64.one-lab.org'} ) ],
11               }
12     
13     return TestMapper(plcs,mapper,options).map()