From 84b305f11a67e6f420e33e1ec30640b8214997e1 Mon Sep 17 00:00:00 2001 From: Bharat Viswanadham Date: Thu, 10 May 2018 17:24:40 -0700 Subject: [PATCH] HDDS-43: Rename hdsl to hdds in hadoop-ozone/acceptance-test/README.md. Contributed by Sandeep Nemuri --- hadoop-ozone/acceptance-test/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hadoop-ozone/acceptance-test/README.md b/hadoop-ozone/acceptance-test/README.md index 07d10fbe9f..3a0ca49aeb 100644 --- a/hadoop-ozone/acceptance-test/README.md +++ b/hadoop-ozone/acceptance-test/README.md @@ -12,7 +12,7 @@ limitations under the License. See accompanying LICENSE file. --> -# Acceptance test suite for Ozone/Hdsl +# Acceptance test suite for Ozone/Hdds This project contains acceptance tests for ozone/hdds using docker-compose and [robot framework](http://robotframework.org/). @@ -20,7 +20,7 @@ This project contains acceptance tests for ozone/hdds using docker-compose and [ 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. +Typically you need a `mvn install -Phdds,ozone-acceptance-test,dist -DskipTests` for a build without unit tests but with acceptance test. Notes: