summaryrefslogtreecommitdiffhomepage
path: root/test/scenario_test/README.md
diff options
context:
space:
mode:
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
```