adoroszlai commented on code in PR #3567: URL: https://github.com/apache/ozone/pull/3567#discussion_r911840150
########## hadoop-ozone/dist/src/main/smoketest/README.md: ########## @@ -29,14 +29,14 @@ The current configuration in the robot files (hostnames, ports) are adjusted for # Run tests in docker environment -In the ./compose folder there are additional test scripts to make it easy to run all tests or run a specific test in a docker environment. +In the [compose](../compose) folder there are additional test scripts to make it easy to run all tests or run a specific test in a docker environment. ## Test one environment Go to the compose directory and execute the test.sh directly from there: ``` -cd compose/ozone +cd ../compose/ozone Review Comment: ```suggestion cd compose/ozone ``` ########## hadoop-ozone/dist/src/main/smoketest/README.md: ########## @@ -45,7 +45,7 @@ The results will be saved to the `compose/ozone/results` ## Run all the tests ``` -cd compose +cd ../compose Review Comment: ```suggestion cd compose ``` ########## hadoop-ozone/dist/src/main/smoketest/README.md: ########## @@ -29,14 +29,14 @@ The current configuration in the robot files (hostnames, ports) are adjusted for # Run tests in docker environment -In the ./compose folder there are additional test scripts to make it easy to run all tests or run a specific test in a docker environment. +In the [compose](../compose) folder there are additional test scripts to make it easy to run all tests or run a specific test in a docker environment. Review Comment: This one is fine. ########## hadoop-ozone/dist/src/main/smoketest/README.md: ########## @@ -56,8 +56,8 @@ The results will be combined to the `compose/results` folder. Start the compose environment and execute test: ``` -cd compose/ozone +cd ../compose/ozone Review Comment: ```suggestion cd compose/ozone ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
