tree: 754b40bc4b6b9373bf851827c8ddde2a1458c268 [path history] [tgz]
  1. auditparser/
  2. basic/
  3. gdpr/
  4. ozonefs/
  5. s3/
  6. scmcli/
  7. security/
  8. topology/
  9. .env
  10. __init__.robot
  11. commonlib.robot
  12. createbucketenv.robot
  13. createmrenv.robot
  14. env-compose.robot
  15. kinit-hadoop.robot
  16. kinit.robot
  17. mapreduce.robot
  18. README.md
  19. test.sh
hadoop-ozone/dist/src/main/smoketest/README.md

Ozone Acceptance Tests

This directory contains a robotframework based test suite for Ozone to make it easier to check the current state of the package.

You can run in in any environment after installing

cd $DIRECTORY_OF_OZONE
robot smoketest/basic

The argument of the robot could be any robot file or directory.

The current configuration in the robot files (hostnames, ports) are adjusted for the docker-based setup but you can easily modify it for any environment.

Run tests in docker environment

In the ./compose folder there are additional test scripts to make it easy to run all tests or run a specific test in a docker environment.

Test one environment

Go to the compose directory and execute the test.sh directly from there:

cd compose/ozone
./test.sh

The results will be saved to the compose/ozone/results

Run all the tests

cd compose
./test-all.sh

The results will be combined to the compose/results folder.

Run one specific test case

Start the compose environment and execute test:

cd compose/ozone
docker-compose up -d
#wait....
../test-single.sh scm basic/basic.robot