Searched refs:archive_type (Results 1 – 2 of 2) sorted by relevance
62 def _make_archive(self, archive_type, archive_path, root_dir): argument74 if archive_type in ['rar']:77 raise error.TestFail("Unsupported archive type " + archive_type)79 def _test_archive(self, archive_type): argument97 archive_name = 'test.' + archive_type99 self._make_archive(archive_type, archive_path, archive_dir.name)129 for archive_type in self._archive_types:130 self._test_archive(archive_type)
124 for archive_type in archive_format:125 if archive_type == 'tar':128 if archive_type == 'zip':