diff options
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> |