Removed opendaylight build capabilities as a preparation toward Arno SR1
[genesis.git] / fuel / build / f_odl_docker / dockerfile / container_scripts / check_feature.sh
1 #!/usr/bin/expect
2 spawn /opt/odl/distribution-karaf-0.2.3-Helium-SR3/bin/client
3 expect "root>"
4 send "feature:list | grep -i odl-restconf\r"
5 send "\r\r\r"
6 expect "root>"
7 send "logout\r"
8