diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-11-08 01:04:04 +0900 |
---|---|---|
committer | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-11-11 00:28:42 +0900 |
commit | 15812686282c61120e07c7880be6d347c1a53059 (patch) | |
tree | 01e87d3438f11ab205768793131366bfc0112ef2 /test/scenario_test/README.md | |
parent | 6dacfb38bf6e5c32abe39cfdfe825d3702316855 (diff) |
move lib to parent directory
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'test/scenario_test/README.md')
-rw-r--r-- | test/scenario_test/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scenario_test/README.md b/test/scenario_test/README.md index 07a5e6b4..caca260c 100644 --- a/test/scenario_test/README.md +++ b/test/scenario_test/README.md @@ -68,7 +68,7 @@ Execute the following commands inside the VM to install the dependencies: $ mkdir -p $GOPATH/src/github.com/osrg $ cd $GOPATH/src/github.com/osrg $ git clone https://github.com/osrg/gobgp.git - $ cd ./gobgp/test/scenario_test + $ cd ./gobgp/test $ sudo pip install -r pip-requires.txt ``` <br> @@ -79,7 +79,7 @@ You also need this operation at every modification to the source code. ``` $ cd $GOPATH/src/github.com/osrg/gobgp -$ sudo fab -f ./test/scenario_test/lib/base.py make_gobgp_ctn --set tag=gobgp +$ sudo fab -f ./test/lib/base.py make_gobgp_ctn --set tag=gobgp ``` |