Skip to content

Commit ead8c45

Browse files
committed
Set test_storages_compat_layer
fixes #339 (cherry picked from commit 683bf36)
1 parent 1c8b2c3 commit ead8c45

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ minio_access_key: "'$MINIO_ACCESS_KEY'"\
9797
minio_secret_key: "'$MINIO_SECRET_KEY'"\
9898
pulp_scenario_settings: {"allowed_content_checksums": ["md5", "sha224", "sha256", "sha384", "sha512"], "domain_enabled": true}\
9999
pulp_scenario_env: {}\
100-
test_storages_compat_layer: false\
100+
test_storages_compat_layer: true\
101101
' vars/main.yaml
102102
export PULP_API_ROOT="/rerouted/djnd/"
103103
fi

CHANGES/339.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Activated test for storage configuration comatibility layer.

pulp_gem/tests/functional/api/test_replicate.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ def test_replication(
3030
# Add stuff to it
3131
repository = gem_repository_factory(pulp_domain=source_domain.name)
3232
content_response = gem_bindings.ContentGemApi.create(
33-
file=gem_content_artifact, repository=repository.pulp_href, pulp_domain=source_domain.name
33+
file=str(gem_content_artifact),
34+
repository=repository.pulp_href,
35+
pulp_domain=source_domain.name,
3436
)
3537
monitor_task(content_response.task)
3638
publication = gem_publication_factory(

template_config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,5 @@ test_lowerbounds: true
7070
test_performance: false
7171
test_reroute: true
7272
test_s3: true
73-
test_storages_compat_layer: false
73+
test_storages_compat_layer: true
7474
use_issue_template: true
75-

0 commit comments

Comments
 (0)