Skip to content

Commit ba640bd

Browse files
committed
Add smoke test
1 parent 82751de commit ba640bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hadoop-ozone/dist/src/main/smoketest/s3/bucketcreate.robot

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ Create bucket with invalid bucket name
4040
${randStr} = Generate Ozone String
4141
${result} = Execute AWSS3APICli and checkrc create-bucket --bucket invalid_bucket_${randStr} 255
4242
Should contain ${result} InvalidBucketName
43+
Create new bucket and check no group ACL
44+
${bucket} = Create bucket
45+
${acl} = Execute ozone sh bucket getacl s3v/${bucket}
46+
Should not contain ${acl} \"type\" : \"GROUP\"

0 commit comments

Comments
 (0)