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-25 11:25:32 -0400
committerDaniel Smith <daniel.smith@ericsson.com>2015-08-25 11:26:19 -0400
commitdd8ca32f84388f1bef6100459161855eee0509e9 (patch)
treebc5cb6219781018cea6703b3b97186ea5d475419 /fuel/build/f_odl_docker/dockerfile/container_scripts/check_feature.sh
parent7957a97c3476f3e2f9c29d22c91d7c117e1df38c (diff)
Removed ODL_DOCKER implementation (DEPRECATED FOR PLUGIN ARCH IN FUEL 6.1/SR1 OF ARNO)
Change-Id: I8643d268c5d5e3395725667deb50b5f9df7c3f09 JIRA:0 Signed-off-by: Daniel Smith <daniel.smith@ericsson.com>
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"
-