summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@gmail.com>2019-10-21 20:01:56 +0900
committerFUJITA Tomonori <fujita.tomonori@gmail.com>2019-10-21 20:01:56 +0900
commit75cf2deb5ba61df7dda39730ed44a808200eb865 (patch)
treed4838f64146128fad81daae195a66fe03b8c7c14 /test
parent853944f785c2034bbf82a128b86d511e297cf221 (diff)
test: update scenario_test command
specify the name of a docker image to use the image built locally. Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/scenario_test/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scenario_test/README.md b/test/scenario_test/README.md
index 9b836e12..16b0170e 100644
--- a/test/scenario_test/README.md
+++ b/test/scenario_test/README.md
@@ -107,7 +107,7 @@ $ sudo fab2 -r ./test/lib make-gobgp-ctn
```shell
$ cd $GOPATH/src/github.com/osrg/gobgp/test/scenario_test
- $ sudo -E PYTHONPATH=$GOBGP/test python3 <scenario test name>.py
+ $ sudo -E PYTHONPATH=$GOBGP/test python3 <scenario test name>.py --gobgp-image=gobgp
...
OK
```