Searched refs:variant_option (Results 1 – 1 of 1) sorted by relevance
806 def test_build_variant(self, variant_option): argument810 cmd = self.CMD.format('--build-variant', variant_option).split()812 resolve_result, result, _ = self.get_common_spec_result(variant_option, cmd)814 assert result == 0, "build_variant para {} failed".format(variant_option)823 … assert result == 0 and check_file_flag, "build_variant para {} failed".format(variant_option)825 assert result == 0, "build_variant para {} failed".format(variant_option)