|
7 年之前 | |
---|---|---|
.. | ||
src | 25f2398bbd HDFS-13395. Ozone: Plugins support in HDSL Datanode Service. Contributed by Nanda Kumar. | 7 年之前 |
README.md | 9da4caee89 HDFS-13422. Ozone: Fix whitespaces and license issues in HDFS-7240 branch. Contributed by Lokesh Jain. | 7 年之前 |
pom.xml | 9da4caee89 HDFS-13422. Ozone: Fix whitespaces and license issues in HDFS-7240 branch. Contributed by Lokesh Jain. | 7 年之前 |
This project contains acceptance tests for ozone/hdds using docker-compose and robot framework.
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:
ozone-acceptance-test
could be activated with profile even if the unit tests are disabled.You can run manually the robot tests with robot
cli. (See robotframework docs to install it.)
src/test/robotframework
robot -v basedir:${PWD}/../../.. -v VERSION:3.2.0-SNAPSHOT .
You can also use select just one test with -t "*testnamefragment*"