Searched refs:inDict (Results 1 – 1 of 1) sorted by relevance
213 def _getLoopVars(self,inDict,testname, isSubtest=False): argument228 for key in inDict:232 if akey not in inDict: inDict[akey]=''233 if akey == 'nsize' and not inDict['nsize'].startswith('{{'):235 inDict['nsize'] = '{{' + inDict['nsize'] + '}}'236 keystr = str(inDict[key])249 inDict[akey] += ' -'+keyvar+' ${i' + keyvar + '}'259 inDict['subargs'] += " "+" ".join(newargs)260 inDict['args']=''261 if 'label_suffix' in inDict:[all …]