diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2017-03-30 16:02:55 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-04-17 23:05:59 +0900 |
commit | c3b41aff3842482cc7725e35f59279d3104c5c34 (patch) | |
tree | 3432b5cb94d09e8ecbc99302049f263b9541968c /test | |
parent | d87960be708a65031c1fffac0a9848acc3700bfc (diff) |
scenario_test/README: Update list of required images
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/scenario_test/README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/scenario_test/README.md b/test/scenario_test/README.md index a68f7598..10449a76 100644 --- a/test/scenario_test/README.md +++ b/test/scenario_test/README.md @@ -56,9 +56,11 @@ Execute the following commands inside the VM to install the dependencies: Download docker images pertaining to GoBGP testing. ```shell - $ sudo docker pull golang:1.5 - $ sudo docker pull osrg/quagga + $ sudo docker pull golang:1.7 $ sudo docker pull osrg/gobgp + $ sudo docker pull osrg/quagga + $ sudo docker pull osrg/quagga:v1.0 + $ sudo docker pull osrg/exabgp ``` <br> |