summaryrefslogtreecommitdiffstats
path: root/fuel/build/f_odl_docker/dockerfile/container_scripts/check_feature.sh
blob: fc21fc97fe64fe9693e5fd449dc0e6dcd81998ab (plain)
1
2
3
4
5
6
7
8
#!/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"