This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 69538b0b85 HDDS-11687. Robot warning: replace "is not" with "!="
(#7516)
69538b0b85 is described below
commit 69538b0b85f495f0a51c120b379f052a3c838e14
Author: Nandakumar Vadivelu <[email protected]>
AuthorDate: Tue Dec 3 00:11:07 2024 +0530
HDDS-11687. Robot warning: replace "is not" with "!=" (#7516)
---
hadoop-ozone/dist/src/main/smoketest/s3/bucketcreate.robot | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hadoop-ozone/dist/src/main/smoketest/s3/bucketcreate.robot
b/hadoop-ozone/dist/src/main/smoketest/s3/bucketcreate.robot
index 76e0cadf37..7cc40a82c1 100644
--- a/hadoop-ozone/dist/src/main/smoketest/s3/bucketcreate.robot
+++ b/hadoop-ozone/dist/src/main/smoketest/s3/bucketcreate.robot
@@ -46,9 +46,9 @@ Create new bucket and check no group ACL
${bucket} = Create bucket
${acl} = Execute ozone sh bucket getacl s3v/${bucket}
${group} = Get Regexp Matches ${acl} "GROUP"
- IF '${group}' is not '[]'
+ IF '${group}' != '[]'
${json} = Evaluate json.loads('''${acl}''') json
# make sure this check is for group acl
Should contain ${json}[1][type] GROUP
Should contain ${json}[1][aclList] NONE
- END
\ No newline at end of file
+ END
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]