Skip to content

Commit d8e71de

Browse files
committed
added missing doc
Signed-off-by: Matthias Büchse <[email protected]>
1 parent b5739dc commit d8e71de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Tests/iaas/scs_0123_mandatory_services/mandatory_services.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ def s3_from_ostack(usable_credentials, conn, rgx=re.compile(r"^(https*://[^/]*)/
115115

116116

117117
def compute_scs_0123_swift_s3(conn: openstack.connection.Connection):
118+
"""
119+
This test ensures that S3 can be used to access object storage using EC2 credentials from the identity API.
120+
It will abort with an exception if no service of type object-storage is present. As of now, we deem
121+
this behavior adequate.
122+
"""
118123
# we assume s3 is accessable via the service catalog, and Swift might exist too
119124
usable_credentials = []
120125
s3_buckets = []

0 commit comments

Comments
 (0)