hadoop/hadoop-ozone/acceptance-test
2018-05-10 17:24:40 -07:00
..
src/test HDDS-18. Ozone Shell should use RestClient and RpcClient. Contributed by Lokesh Jain. 2018-05-09 23:00:13 -07:00
pom.xml HDDS-42. Inconsistent module names and descriptions. Contributed by Tsz Wo Nicholas Sze. 2018-05-10 11:44:14 -07:00
README.md HDDS-43: Rename hdsl to hdds in hadoop-ozone/acceptance-test/README.md. Contributed by Sandeep Nemuri 2018-05-10 17:24:40 -07:00

Acceptance test suite for Ozone/Hdds

This project contains acceptance tests for ozone/hdds using docker-compose and robot framework.

Run

To run the acceptance tests, please activate the ozone-acceptance-test profile and do a full build.

Typically you need a mvn install -Phdds,ozone-acceptance-test,dist -DskipTests for a build without unit tests but with acceptance test.

Notes:

  1. You need a hadoop build in hadoop-dist/target directory.
  2. The ozone-acceptance-test could be activated with profile even if the unit tests are disabled.

Development

You can run manually the robot tests with robot cli. (See robotframework docs to install it.)

  1. Go to the src/test/robotframework
  2. Execute robot -v basedir:${PWD}/../../.. -v VERSION:3.2.0-SNAPSHOT .

You can also use select just one test with -t "*testnamefragment*"