load helpers_sync function setup_file() { # Verify prerequisites are available if ! verify_prerequisites; then exit 1 fi # Download test data to folder common for the entire suite, not just this file skopeo --insecure-policy copy --format=oci docker://ghcr.io/project-zot/golang:1.20 oci:${TEST_DATA_DIR}/golang:1.20 # Setup zot server local zot_sync_one_root_dir=${BATS_FILE_TMPDIR}/zot-one local zot_sync_two_root_dir=${BATS_FILE_TMPDIR}/zot-two local zot_sync_one_config_file=${BATS_FILE_TMPDIR}/zot_sync_one_config.json local zot_sync_two_config_file=${BATS_FILE_TMPDIR}/zot_sync_two_config.json mkdir -p ${zot_sync_one_root_dir} mkdir -p ${zot_sync_two_root_dir} cat >${zot_sync_one_config_file} <${zot_sync_two_config_file} <