adoroszlai commented on a change in pull request #3167:
URL: https://github.com/apache/ozone/pull/3167#discussion_r821414805



##########
File path: hadoop-ozone/dist/src/main/smoketest/s3/bucketlist.robot
##########
@@ -30,4 +30,10 @@ ${BUCKET}             generated
 
 List buckets
     ${result} =         Execute AWSS3APICli     list-buckets | jq -r 
'.Buckets[].Name'
-                        Should contain          ${result}    ${BUCKET}
\ No newline at end of file
+                        Should contain          ${result}    ${BUCKET}
+
+List buckets with empty access id
+                        Execute                    aws configure set 
aws_access_key_id ''
+    ${result} =         Execute AWSS3APICli and checkrc         list-buckets   
 255
+                        Should contain            ${result}         The 
authorization header you provided is invalid
+    Run Keyword         Setup s3 tests

Review comment:
       I don't think we need to worry about this now.  New test case can be 
added above this one to avoid auth problem.




-- 
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]

Reply via email to