summaryrefslogtreecommitdiffhomepage
path: root/test/scenario_test/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/scenario_test/README.md')
-rw-r--r--test/scenario_test/README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/scenario_test/README.md b/test/scenario_test/README.md
index 1308de36..034c2a62 100644
--- a/test/scenario_test/README.md
+++ b/test/scenario_test/README.md
@@ -44,14 +44,14 @@ Please run the test script as root.
route_server_test.py is scenario test script.
```
-# python route_server_test.py -v [ --use-local ]
+# python route_server_test.py -v [ --use-local ] [--go-path=<path>]
```
If you want to do malformed packet test, please run route_server_malformed_test.py
```
-# python route_server_malformed_test.py -v [ --use-local ]
+# python route_server_malformed_test.py -v [ --use-local ] [--go-path=<path>]
```
@@ -59,4 +59,6 @@ After the test, test results will be shown.
Notes
-----
- use [ --use-local ] option when execute gobgp program of local system \ No newline at end of file
+ use [ --use-local ] option when execute gobgp program of local system.
+
+ use [ --go-path ] option when not root and use sudo command. \ No newline at end of file