sadanand48 commented on a change in pull request #3065:
URL: https://github.com/apache/ozone/pull/3065#discussion_r807989254



##########
File path: hadoop-ozone/dist/src/main/smoketest/debug/ozone-debug.robot
##########
@@ -15,22 +15,52 @@
 
 *** Settings ***
 Documentation       Test ozone Debug CLI
-Library             OperatingSystem
-Resource            ../commonlib.robot
-Test Timeout        2 minute
-Suite Setup         Write key
-*** Variables ***
+Library             Collections
+Resource            ../lib/os.robot
 
 *** Keywords ***
-Write key
-    Execute             ozone sh volume create o3://om/vol1 --space-quota 
100TB --namespace-quota 100
-    Execute             ozone sh bucket create o3://om/vol1/bucket1
-    Execute             ozone sh key put o3://om/vol1/bucket1/debugKey 
/opt/hadoop/NOTICE.txt
+Execute read-replicas CLI tool
+    Execute                         ozone debug read-replicas 
o3://om/${VOLUME}/${BUCKET}/${TESTFILE}
+    ${directory} =                  Execute     find /opt/hadoop -maxdepth 1 
-name '${VOLUME}_${BUCKET}_${TESTFILE}_*' | tail -n 1

Review comment:
       Thanks for clarifying @dombizita .




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