sodonnel commented on a change in pull request #3030:
URL: https://github.com/apache/ozone/pull/3030#discussion_r800552464



##########
File path: hadoop-ozone/dist/src/main/smoketest/ozone-lib/shell.robot
##########
@@ -61,3 +61,21 @@ Create Key
     ${output} =    Execute          ozone sh key put ${key} ${file}
                    Should not contain  ${output}       Failed
     Log            Uploaded ${file} to ${key}
+
+Verify Bucket EC Replication Config
+    [arguments]    ${volume}    ${encoding}    ${data}    ${parity}    
${chunksize}
+    ${result} =    Execute                      ozone sh bucket list ${volume} 
| jq -r '.[] | select(.name | contains("${prefix}ec")) | 
.replicationConfig.replicationType, .replicationConfig.codec, 
.replicationConfig.data, .replicationConfig.parity, 
.replicationConfig.ecChunkSize'

Review comment:
       I did not mean to carry $prefix into this part of the code. I missed 
that then copying and pasting I think. Your solution is better so I have 
committed them and will let the CI run and hopefully it passes again.




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