Searched refs:switch_script (Results 1 – 1 of 1) sorted by relevance
183 def RunSwitchScript(self, switch_script, item_list): argument194 command = "%s %s" % (switch_script, f.name)199 command = "%s %s" % (switch_script, " ".join(item_list))210 assert ret == 0, "Switch script %s returned %d" % (switch_script, ret)