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