summaryrefslogtreecommitdiffstats
path: root/fuel/build/f_odl_docker/dockerfile/container_scripts/check_feature.sh
diff options
context:
space:
mode:
authorDaniel Smith <daniel.smith@ericsson.com>2015-08-27 11:31:54 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-08-27 11:31:54 +0000
commitb9c506d16deb32d1d1a391962e961e5f84937143 (patch)
tree29a3782f5515ab52e6ae664a260a40d3a9356d4d /fuel/build/f_odl_docker/dockerfile/container_scripts/check_feature.sh
parente81470c59a70eab98426917702d592c4fc7f97e0 (diff)
parentdd8ca32f84388f1bef6100459161855eee0509e9 (diff)
Merge "Removed ODL_DOCKER implementation (DEPRECATED FOR PLUGIN ARCH IN FUEL 6.1/SR1 OF ARNO)"
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.sh8
1 files changed, 0 insertions, 8 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
deleted file mode 100755
index 3e5d0b2..0000000
--- a/fuel/build/f_odl_docker/dockerfile/container_scripts/check_feature.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/expect
-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"
-expect "root>"
-send "logout\r"
-