summaryrefslogtreecommitdiffstats
path: root/common/puppet-opnfv/manifests/templates/dockerfile/container_scripts/check_feature.sh
diff options
context:
space:
mode:
Diffstat (limited to 'common/puppet-opnfv/manifests/templates/dockerfile/container_scripts/check_feature.sh')
-rw-r--r--common/puppet-opnfv/manifests/templates/dockerfile/container_scripts/check_feature.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/puppet-opnfv/manifests/templates/dockerfile/container_scripts/check_feature.sh b/common/puppet-opnfv/manifests/templates/dockerfile/container_scripts/check_feature.sh
index 5062a46..533942e 100644
--- a/common/puppet-opnfv/manifests/templates/dockerfile/container_scripts/check_feature.sh
+++ b/common/puppet-opnfv/manifests/templates/dockerfile/container_scripts/check_feature.sh
@@ -8,7 +8,7 @@
##############################################################################
#!/usr/bin/expect
-spawn /opt/odl/distribution-karaf-0.2.2-Helium-SR2/bin/client
+spawn /opt/odl/distribution-karaf-0.2.3-Helium-SR3/bin/client
expect "root>"
send "feature:list | grep -i odl-restconf\r"
send "\r\r\r"