Searched refs:switch_script (Results 1 – 1 of 1) sorted by relevance
153 def RunSwitchScript(self, switch_script, item_list): argument164 command = '%s %s' % (switch_script, f.name)168 command = '%s %s' % (switch_script, ' '.join(item_list))177 assert ret == 0, 'Switch script %s returned %d' % (switch_script, ret)