SaketaChalamchala commented on code in PR #8399:
URL: https://github.com/apache/ozone/pull/8399#discussion_r2098686630


##########
hadoop-ozone/dist/src/main/smoketest/s3/awss3.robot:
##########
@@ -46,6 +46,10 @@ File upload and directory list
                         Should not contain        ${result}         testfile
                         Should not contain        ${result}         dir1
                         Should contain            ${result}         file
+                        # Verify S3 storage class if file is replicated or 
erasure coded.
+    ${result} =         Execute AWSS3CliDebug   ls 
s3://${BUCKET}/dir1/dir2/file
+                        Run Keyword If      '${BUCKET}' == 'generated'    
Should contain    ${result}    STANDARD

Review Comment:
   Thanks for catching this. I updated the patch with the `IF ... ELSE`. Also 
modified the assertion to check that the result contains `STANDARD` and not 
`STANDARD_IA` when the bucket is not erasure coded.



-- 
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: issues-unsubscr...@ozone.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org
For additional commands, e-mail: issues-h...@ozone.apache.org

Reply via email to