summaryrefslogtreecommitdiffhomepage
path: root/test/scenario_test/README.md
diff options
context:
space:
mode:
authorISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2015-11-08 01:04:04 +0900
committerISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2015-11-11 00:28:42 +0900
commit15812686282c61120e07c7880be6d347c1a53059 (patch)
tree01e87d3438f11ab205768793131366bfc0112ef2 /test/scenario_test/README.md
parent6dacfb38bf6e5c32abe39cfdfe825d3702316855 (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.md4
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
```