tree: e7aa9ca3e0e05211cfffc4c68ccbaf866207f2a7 [path history] [tgz]
  1. basic/
  2. ozonefs/
  3. s3/
  4. commonlib.robot
  5. README.md
  6. 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.

The ./test.sh in this directory can start multiple type of clusters (ozone standalone or ozone + hdfs) and execute the test framework with all of the clusters.