cosmtic
[tests.git] / system / config_default.py
index 16a4e90..033c693 100644 (file)
@@ -261,9 +261,9 @@ def leases (options, index):
 def plc (options,index) :
     return { 
         'index' : index,
-        'name' : 'onetest%d'%index,
+        'name' : 'plctest%d'%index,
         # as of yet, not sure we can handle foreign hosts, but this is required though
-        'hostname' : 'deferred-myplc-hostbox-%d'%index,
+        'host_box' : 'deferred-myplc-hostbox-%d'%index,
         # set these two items to run within a vserver
         'vservername': 'deferred-vservername',
         'vserverip': 'deferred-vserverip',