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



##########
File path: hadoop-ozone/dist/src/main/smoketest/ozonefs/ozonefs.robot
##########
@@ -92,10 +92,16 @@ Touch file
     ${result} =    Execute               ozone sh key list ${VOLUME}/${BUCKET} 
| jq -r '.name'
                    Should contain        ${result}       
TOUCHFILE-${SCHEME}.txt
 
+Delete file with Trash
+                   Execute               ozone fs -touch 
${DEEP_URL}/testFile.txt
+    ${result} =    Execute               ozone fs -rm ${DEEP_URL}/testFile.txt
+                   Should contain        ${result}     testFile.txt

Review comment:
       done.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to