Skip to content

Commit

Permalink
Update the export file format
Browse files Browse the repository at this point in the history
In 6.14 and older the export file is compressed.
  • Loading branch information
vsedmik authored Jan 16, 2024
1 parent 6bab10d commit 5550ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/cli/test_satellitesync.py
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ def test_negative_import_incomplete_archive(

# Corrupt the export archive so that it's incomplete
tar_files = target_sat.execute(
f'find {PULP_EXPORT_DIR}{function_sca_manifest_org.name}/{cv["name"]}/ -name *.tar'
f'find {PULP_EXPORT_DIR}{function_sca_manifest_org.name}/{cv["name"]}/ -name *.tar.gz'
).stdout.splitlines()
assert len(tar_files) == 1, 'Expected just one tar file in the export'

Expand Down

0 comments on commit 5550ddd

Please sign in to comment.