tree: 7d726be3849f3b7d5289da37983649329537e695 [path history] [tgz]
  1. admincli/
  2. auditparser/
  3. basic/
  4. debug/
  5. failing/
  6. freon/
  7. gdpr/
  8. lib/
  9. om-ratis/
  10. omha/
  11. ozone-lib/
  12. ozonefs/
  13. recon/
  14. s3/
  15. security/
  16. spnego/
  17. topology/
  18. .env
  19. __init__.robot
  20. commonlib.robot
  21. createbucketenv.robot
  22. createmrenv.robot
  23. csi.robot
  24. env-compose.robot
  25. kinit-hadoop.robot
  26. kinit.robot
  27. mapreduce.robot
  28. README.md
  29. 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