Searched refs:partlist_option (Results 1 – 1 of 1) sorted by relevance
1005 def test_skip_partlist_check(self, partlist_option): argument1009 cmd = self.CMD.format('--skip-partlist-check', partlist_option).split()1010 result = self.get_match_result(cmd, "skip_partlist_check", partlist_option)1011 assert result == 0, "skip_partlist_check para {} failed".format(partlist_option)