TOPIC: ODL DOCKER
[genesis.git] / common / puppet-opnfv / manifests / templates / dockerfile / container_scripts / check_feature.sh
@@ -7,7 +7,12 @@
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
 
-$fuel_settings = parseyaml($astute_settings_yaml)
+#!/usr/bin/expect
+spawn /opt/odl/distribution-karaf-0.2.2-Helium-SR2/bin/client
+expect "root>"
+send "feature:list | grep -i odl-restconf\r"
+send "\r\r\r"
+expect "root>"
+send "logout\r"
 
-include opnfv::jre