ajayydv commented on a change in pull request #553: HDDS-1216. Change name of
ozoneManager service in docker compose file…
URL: https://github.com/apache/hadoop/pull/553#discussion_r262680294
##########
File path: hadoop-ozone/dist/src/main/smoketest/security/ozone-secure.robot
##########
@@ -107,5 +140,16 @@ Run ozoneFS tests
Execute ls -l GET.txt
${rc} ${result} = Run And Return Rc And Output ozone fs -ls
o3fs://abcde.pqrs/
Should Be Equal As Integers ${rc} 1
- Should contain ${result} VOLUME_NOT_FOUND
+ Should contain ${result} not found
+
+
+Secure S3 test Failure
+ Run Keyword Install aws cli
+ ${rc} ${result} = Run And Return Rc And Output aws s3api --endpoint-url
${ENDPOINT_URL} create-bucket --bucket bucket-test123
+ Should Be True ${rc} > 0
+
+Secure S3 test Success
+ Run Keyword Setup credentials
+ ${output} = Execute aws s3api --endpoint-url
${ENDPOINT_URL} create-bucket --bucket bucket-test123
+
Review comment:
removed s3 related changes, HDDS-1043 will have them.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]