X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Finstall_honeynode.sh;h=7b7c0b5d80741a5eda5a6f7c0a77f9712c0fae0f;hb=f2d880c000de212be9868dbdaf9c8beab7a81045;hp=6ed3dd3ba73056327db68091cabd6611b49d5377;hpb=0ccb06de76ba8b01ad1a6a25537d183a489f024d;p=transportpce.git diff --git a/tests/install_honeynode.sh b/tests/install_honeynode.sh index 6ed3dd3ba..7b7c0b5d8 100755 --- a/tests/install_honeynode.sh +++ b/tests/install_honeynode.sh @@ -18,11 +18,11 @@ fi for VERSION in $VERSIONS_LIST do case "$VERSION" in - "1.2.1") PLUGIN_VERSION=1.0.8 + "1.2.1") PLUGIN_VERSION=1.0.9 ;; - "2.2.1") PLUGIN_VERSION=2.0.8 + "2.2.1") PLUGIN_VERSION=2.0.10 ;; - "7.1") PLUGIN_VERSION=7.1.5 + "7.1") PLUGIN_VERSION=7.1.9 ;; *) echo "unsupported device version" >&2 continue