Searched refs:rom_option (Results 1 – 1 of 1) sorted by relevance
878 def test_rom_size_statistics(self, rom_option): argument882 cmd = self.CMD.format('--rom-size-statistics', rom_option).split()884 resolve_result, result, _ = self.get_common_spec_result(rom_option, cmd, ptyflag=True)886 assert result == 0, "rom_size_statistics para {} failed".format(rom_option)891 assert result == 0, "rom_size_statistics para {} failed".format(rom_option)895 if rom_option.lower() == "false":897 rom_option)899 … assert result == 0 and check_file_flag, "rom_option para {} failed".format(rom_option)