Skip to content

Commit

Permalink
fixup! test: add integration tests for S3 via keystone
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Klippel <jan.klippel@uhurutec.com>
  • Loading branch information
jklippel committed May 24, 2024
1 parent 66ac567 commit 88a7947
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/framework/installer/ceph_manifests.go
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ spec:
protocols:
swift:
accountInUrl: false
urlPrefix: swift
urlPrefix: foobar
s3:
enabled: true
authUseKeystone: true
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/ceph_base_keystone_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ func prepareE2ETest(t *testing.T, helper *clients.TestClient, k8sh *utils.K8sHel

testInOpenStackClient(t, k8sh, namespace,
"admin", "admin", true,
"openstack", "endpoint", "create", "--region", "default", "--enable", "swift", "internal", ""+rgwServiceUri(storeName, namespace)+"/swift/v1",
"openstack", "endpoint", "create", "--region", "default", "--enable", "swift", "internal", ""+rgwServiceUri(storeName, namespace)+"/foobar/v1",
)

})
Expand All @@ -1069,7 +1069,7 @@ func prepareE2ETest(t *testing.T, helper *clients.TestClient, k8sh *utils.K8sHel

testInOpenStackClient(t, k8sh, namespace,
"admin", "admin", true,
"openstack", "endpoint", "create", "--region", "default", "--enable", "swift", "admin", ""+rgwServiceUri(storeName, namespace)+"/swift/v1",
"openstack", "endpoint", "create", "--region", "default", "--enable", "swift", "admin", ""+rgwServiceUri(storeName, namespace)+"/foobar/v1",
)

})
Expand Down

0 comments on commit 88a7947

Please sign in to comment.