X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Finstall_honeynode.sh;fp=tests%2Finstall_honeynode.sh;h=a4c21ba1b1fef4761d2f3325fff5618c1a2daeff;hb=1a52f06f2d7856eba140391b11e03955c09aa8dd;hp=7b7c0b5d80741a5eda5a6f7c0a77f9712c0fae0f;hpb=9b5f81f01d9713486fc61f1826a983898c27790c;p=transportpce.git diff --git a/tests/install_honeynode.sh b/tests/install_honeynode.sh index 7b7c0b5d8..a4c21ba1b 100755 --- a/tests/install_honeynode.sh +++ b/tests/install_honeynode.sh @@ -19,6 +19,9 @@ for VERSION in $VERSIONS_LIST do case "$VERSION" in "1.2.1") PLUGIN_VERSION=1.0.9 + #update 1.2.1 openroadm device configuration samples to be compliant with honeynode + #device models ("multi-wavelegnth" instead of "multi-wavelength" whose typo has been solved with 2.2.1 device models) + sed -i_ 's/multi-wavelegnth/multi-wavelength/g' $(dirname $0)/sample_configs/openroadm/1.2.1/oper-ROADM*.xml ;; "2.2.1") PLUGIN_VERSION=2.0.10 ;;