first draft for a tracker-less rewrite
[tests.git] / system / config_default.py
index df41bab..16a4e90 100644 (file)
@@ -260,6 +260,7 @@ def leases (options, index):
 
 def plc (options,index) :
     return { 
+        'index' : index,
         'name' : 'onetest%d'%index,
         # as of yet, not sure we can handle foreign hosts, but this is required though
         'hostname' : 'deferred-myplc-hostbox-%d'%index,