File tree Expand file tree Collapse file tree
dist/src/main/smoketest/s3
s3gateway/src/main/java/org/apache/hadoop/ozone/s3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,14 +41,3 @@ Create bucket with invalid bucket name
4141 ${randStr } = Generate Ozone String
4242 ${result } = Execute AWSS3APICli and checkrc create-bucket --bucket invalid_bucket_${randStr } 255
4343 Should contain ${result } InvalidBucketName
44-
45- Create new bucket and check no group ACL
46- ${bucket } = Create bucket
47- ${acl } = Execute ozone sh bucket getacl s3v/${bucket }
48- ${group } = Get Regexp Matches ${acl } "GROUP"
49- IF '${group } ' is not '[]'
50- ${json } = Evaluate json.loads('''${acl } ''') json
51- # make sure this check is for group acl
52- Should contain ${json } [1 ][type] GROUP
53- Should contain ${json } [1 ][aclList] NONE
54- END
Original file line number Diff line number Diff line change @@ -87,8 +87,7 @@ Setup secure v4 headers
8787 END
8888
8989 ${accessKey } = Get Regexp Matches ${result } (?<=awsAccessKey=).*
90- # Use a valid user that are created in the Docket image Ex: testuser if it is not a secure cluster
91- ${accessKey } = Get Variable Value ${accessKey } testuser
90+ ${accessKey } = Get Variable Value ${accessKey } sdsdasaasdasd
9291 ${secret } = Get Regexp Matches ${result } (?<=awsSecret=).*
9392 ${accessKey } = Set Variable ${accessKey[0] }
9493 ${secret } = Set Variable ${secret[0] }
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ public class OzoneClientProducer {
5151 @ Produces
5252 public synchronized OzoneClient createClient () throws WebApplicationException ,
5353 IOException {
54- ozoneConfiguration .set ("ozone.om.group.rights" , "NONE" );
5554 client = getClient (ozoneConfiguration );
5655 return client ;
5756 }
You can’t perform that action at this time.
0 commit comments