hadoop/hadoop-ozone/acceptance-test
Anu Engineer 8b832f3c35 HDFS-13405. Ozone: Rename HDSL to HDDS.
Contributed by Ajay Kumar, Elek Marton, Mukul Kumar Singh, Shashikant Banerjee and Anu Engineer.
2018-04-26 05:36:04 -07:00
..
src/test HDFS-13405. Ozone: Rename HDSL to HDDS. 2018-04-26 05:36:04 -07:00
README.md HDFS-13405. Ozone: Rename HDSL to HDDS. 2018-04-26 05:36:04 -07:00
pom.xml HDFS-13343. Ozone: Provide docker based acceptance testing on pseudo cluster. 2018-04-26 05:36:04 -07:00

README.md

Acceptance test suite for Ozone/Hdsl

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 -Phdsl,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*"