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>
This commit is contained in:
FUJITA Tomonori
2019-10-21 20:01:56 +09:00
parent 853944f785
commit 75cf2deb5b
+1 -1
View File
@@ -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
```