whbing commented on code in PR #4738:
URL: https://github.com/apache/ozone/pull/4738#discussion_r1231039064
##########
hadoop-ozone/dist/src/main/smoketest/ozonefs/ozonefs.robot:
##########
@@ -163,6 +163,18 @@ Get file
Execute ozone fs -get
${BASE_URL}${SCHEME}.txt /tmp/GET.txt
File Should Exist /tmp/GET.txt
+Inherit Acls
+ Execute ozone sh bucket addacl
-a=user:user1:rlw[DEFAULT] ${VOLUME}/${BUCKET}
+ Execute ozone fs -mkdir -p
${BASE_URL}dir1/dir2
+ Verify ACL key ${VOLUME}/${BUCKET}/dir1/
USER user1 READ WRITE LIST
Review Comment:
`Java test` has been used instead of `robot`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]