Home
last modified time | relevance | path

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

/tools/asuite/atest/integration_tests/
Dsplit_build_test_script.py62 snapshot_storage_tar_path: pathlib.Path = None variable in IntegrationTestConfiguration
775 if not config.snapshot_storage_tar_path.exists():
781 with tarfile.open(config.snapshot_storage_tar_path, 'r') as tar:
851 with tarfile.open(config.snapshot_storage_tar_path, 'w') as tar:
898 snapshot_storage_tar_path = pathlib.Path(
901 snapshot_storage_tar_path.parent.mkdir(parents=True, exist_ok=True)
903 snapshot_storage_tar_path = integration_test_out_path.joinpath(
907 _configure_logging(args.verbose, snapshot_storage_tar_path.parent)
921 config.snapshot_storage_tar_path = snapshot_storage_tar_path