adoroszlai commented on PR #3186:
URL: https://github.com/apache/ozone/pull/3186#issuecomment-1158517409

   > How can I run a .robot test case locally?
   
   To run acceptance tests in a specific environment (replace `ozonesecure` 
with the one you would like to exercise):
   
   ```bash
   mvn -DskipTests clean package
   cd hadoop-ozone/dist/target/ozone-*-SNAPSHOT/compose/ozonesecure
   ./test.sh
   ```
   
   You can edit `test.sh` to disable/remove tests you want to skip.


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