Skip to content

Commit

Permalink
Add md1 to ALLOWED_CHECKSUMS for tests
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
gerrod3 committed Oct 9, 2024
1 parent 48dc44d commit 1b340a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/s6_assets/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ mkdir -p settings pulp_storage pgsql containers
echo "CONTENT_ORIGIN='$scheme://localhost:8080'" >> settings/settings.py
echo "ALLOWED_EXPORT_PATHS = ['/tmp']" >> settings/settings.py
echo "ORPHAN_PROTECTION_TIME = 0" >> settings/settings.py
# pulp_rpm < 3.25 requires sha1 in allowed checksums
echo "ALLOWED_CONTENT_CHECKSUMS = ['sha1', 'sha256', 'sha512']" >> settings/settings.py

if [ "$old_image" != "" ]; then
start_container_and_wait $old_image
Expand Down

0 comments on commit 1b340a8

Please sign in to comment.