Searched refs:expected_version (Results 1 – 2 of 2) sorted by relevance
29 expected_version = '.'.join(get_version_from_tag(tag)) variable31 if version != expected_version:32 print("error: Expected version", expected_version, "but found version", version)35 print("Versions match:", version, expected_version)
26 def check_debugserver(self, log, expected_platform, expected_version): argument39 if expected_version:40 self.assertEquals(aout_info['min_version_os_sdk'], expected_version)