summaryrefslogtreecommitdiffstats
path: root/fuel/build/f_odl_docker/dockerfile/container_scripts/check_feature.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fuel/build/f_odl_docker/dockerfile/container_scripts/check_feature.sh')
-rwxr-xr-xfuel/build/f_odl_docker/dockerfile/container_scripts/check_feature.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuel/build/f_odl_docker/dockerfile/container_scripts/check_feature.sh b/fuel/build/f_odl_docker/dockerfile/container_scripts/check_feature.sh
index fc21fc9..3e5d0b2 100755
--- a/fuel/build/f_odl_docker/dockerfile/container_scripts/check_feature.sh
+++ b/fuel/build/f_odl_docker/dockerfile/container_scripts/check_feature.sh
@@ -1,5 +1,5 @@
#!/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"