Home
last modified time | relevance | path

Searched refs:snapshot_storage_path (Results 1 – 1 of 1) sorted by relevance

/tools/asuite/atest/integration_tests/
Dsplit_build_test_script.py61 snapshot_storage_path: pathlib.Path = None variable in IntegrationTestConfiguration
174 self._snapshot: Snapshot = Snapshot(self._config.snapshot_storage_path)
771 if config.snapshot_storage_path.exists():
772 shutil.rmtree(config.snapshot_storage_path)
782 tar.extractall(config.snapshot_storage_path.parent.as_posix())
789 compressor.decompress_all_sub_files(config.snapshot_storage_path)
844 compressor.compress_all_sub_files(config.snapshot_storage_path)
853 config.snapshot_storage_path,
854 arcname=config.snapshot_storage_path.name,
918 config.snapshot_storage_path = integration_test_out_path.joinpath(