We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82751de commit ba640bdCopy full SHA for ba640bd
hadoop-ozone/dist/src/main/smoketest/s3/bucketcreate.robot
@@ -40,3 +40,7 @@ Create bucket with invalid bucket name
40
${randStr} = Generate Ozone String
41
${result} = Execute AWSS3APICli and checkrc create-bucket --bucket invalid_bucket_${randStr} 255
42
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