hadoop/hadoop-ozone/dist/src/main/smoketest
2019-03-11 15:01:04 -07:00
..
auditparser HDDS-1103.Fix rat/findbug/checkstyle errors in ozone/hdds projects. 2019-02-14 23:33:25 -08:00
basic HDDS-1216. Change name of ozoneManager service in docker compose files to om. 2019-03-06 15:18:39 +01:00
ozonefs HDDS-1216. Change name of ozoneManager service in docker compose files to om. 2019-03-06 15:18:39 +01:00
s3 HDDS-1242. In S3 when bucket already exists, it should just return location. 2019-03-09 21:42:17 -08:00
security HDDS-596. Add robot test for OM Block Token. Contributed by Ajay Kumar. 2019-03-11 15:01:04 -07:00
.env HDDS-223. Create acceptance test for using datanode plugin. Contributed by Sandeep Nemuri. 2018-11-15 15:18:07 +01:00
commonlib.robot HDDS-1213. Support plain text S3 MPU initialization request. 2019-03-08 09:55:31 -08:00
README.md
test.sh HDDS-596. Add robot test for OM Block Token. Contributed by Ajay Kumar. 2019-03-11 15:01:04 -07:00

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.