summaryrefslogtreecommitdiffhomepage
path: root/test/scenario_test/README.md
diff options
context:
space:
mode:
authorNaoto Hanaue <hanaue.naoto@po.ntts.co.jp>2015-01-27 20:24:32 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2015-01-28 15:40:28 +0900
commita3e802b314d2f928456d59ad748897a74c269ee2 (patch)
tree43e53fba24d73acaf2f426bdd3914b011c6ee569 /test/scenario_test/README.md
parent959994eb57ae2e9a2d852bc4b71ba35fda911680 (diff)
scenario_test: support to sudo
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