Merge "Add functional tests for regenerator type"
[transportpce.git] / tests / install_honeynode.sh
index 6ed3dd3ba73056327db68091cabd6611b49d5377..7b7c0b5d80741a5eda5a6f7c0a77f9712c0fae0f 100755 (executable)
@@ -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