blob: a2009ea8cdab445029261c3728b8cc84e31312f0 [file] [log] [blame]
Jens Harbott228d5b82017-12-06 12:03:09 +00001# install_neutron_tempest_plugin
2function install_neutron_tempest_plugin {
3 setup_dev_lib "neutron-tempest-plugin"
4}
5
6if [[ "$1" == "stack" ]]; then
7 case "$2" in
8 install)
9 echo_summary "Installing neutron-tempest-plugin"
10 install_neutron_tempest_plugin
11 ;;
12 esac
13fi