We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60d897 commit 69538b0Copy full SHA for 69538b0
hadoop-ozone/dist/src/main/smoketest/s3/bucketcreate.robot
@@ -46,9 +46,9 @@ 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 '[]'
+ IF '${group}' != '[]'
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
+ END
0 commit comments