Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md with user friendly values #23

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Scripts and configs to run line rate test

- make
- Docker (Tested with 19.03.13 on MacOS)
- Trex 2.85 (On the server)
- Trex 2.85 (On the server, installed in $TREX_ROOT)

## Repository structure

Expand Down Expand Up @@ -81,7 +81,7 @@ To run a test, you need to:
To start Trex daemon, run the following command on the server

```bash
cd [trex root]/scripts
cd $TREX_ROOT/scripts
sudo ./trex_daemon_server start[-live]
```

Expand All @@ -94,7 +94,7 @@ See [Stratum guide][stratum-guide]

#### Install flows to the device

Here we provide a basic script to start TOST(Trellis, ONOS, Stratum Tofino) control
Here we provide a basic script to start TOST (Trellis, ONOS, Stratum Tofino) control
plane.

Use `make onos-start` to start the ONOS container, and use `make onos-log` command to
Expand All @@ -116,7 +116,7 @@ For INT test, remember to add INT watch list rules via [ONOS web UI](onos-ui).
To run a test, use following command:

```bash
./run-test.sh --server-addr [server address] --trex-config [trex-config] test-name ...
./run-test.sh --server-addr [public IP of server] --trex-config trex-configs/4-ports-with-l2.yaml port_shaping_rate
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe add a note about the test name.
The test name is based on the file name in trex-script/tests dir

Use run-test.sh --help will also list all possible tests

```

The `run-test.sh` script will start a base container which includes all necessary
Expand Down