Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hadoop-ozone/dist/src/main/smoketest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is fine.


## Test one environment

Expand Down Expand Up @@ -60,4 +60,4 @@ cd compose/ozone
docker-compose up -d
#wait....
../test-single.sh scm basic/basic.robot
```
```