diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-04-18 23:03:36 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-04-18 23:28:00 +0900 |
commit | c2e7632397c2e49fdfb0f2b8e42d0321bf00c38d (patch) | |
tree | 61f9ab1f6fb2c6ea01d09089d958fe020cf57fdc /test/scenario_test/README.md | |
parent | c8cb20e75bb830f1a9fe1037356a4007faaba04d (diff) |
Revert "test/lib/gobgp: Use local GoBGP executables in contaier"
This reverts commit 47ab84e34caeb7c89b26271bf84959011bc8ed19.
using the same binaries on a host and inside a container isn't always
feasible (by default, not statically linked binary).
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'test/scenario_test/README.md')
-rw-r--r-- | test/scenario_test/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/scenario_test/README.md b/test/scenario_test/README.md index df76a2e5..540f6628 100644 --- a/test/scenario_test/README.md +++ b/test/scenario_test/README.md @@ -77,8 +77,7 @@ You also need this operation at every modification to the source code. ```shell $ cd $GOPATH/src/github.com/osrg/gobgp -$ go install ./gobgp/ -$ go install ./gobgpd/ +$ sudo fab -f ./test/lib/base.py make_gobgp_ctn --set tag=gobgp ``` ## <a name="section3"> Run test |