cosmtic
[tests.git] / system / config_default.py
index df41bab..033c693 100644 (file)
@@ -260,9 +260,10 @@ def leases (options, index):
 
 def plc (options,index) :
     return { 
-        'name' : 'onetest%d'%index,
+        'index' : 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',