diff options
author | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2019-10-21 20:01:56 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2019-10-21 20:01:56 +0900 |
commit | 75cf2deb5ba61df7dda39730ed44a808200eb865 (patch) | |
tree | d4838f64146128fad81daae195a66fe03b8c7c14 /test | |
parent | 853944f785c2034bbf82a128b86d511e297cf221 (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.md | 2 |
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 ``` |