Searched refs:variant_option (Results 1 – 1 of 1) sorted by relevance
912 def test_build_variant(self, variant_option): argument916 cmd = self.CMD.format('--build-variant', variant_option).split()918 resolve_result, result, _ = self.get_common_spec_result(variant_option, cmd)920 assert result == 0, "build_variant para {} failed".format(variant_option)929 … assert result == 0 and check_file_flag, "build_variant para {} failed".format(variant_option)931 assert result == 0, "build_variant para {} failed".format(variant_option)