Tom Barron | 29ef852 | 2019-03-29 11:53:56 -0400 | [diff] [blame^] | 1 | # Directory where this plugin.sh file is |
2 | MANILA_TEMPEST_PLUGIN_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) | ||||
3 | |||||
4 | # install_manila_tempest_plugin | ||||
5 | function install_manila_tempest_plugin { | ||||
6 | setup_dev_lib "manila-tempest-plugin" | ||||
7 | } | ||||
8 | |||||
9 | if [[ "$1" == "stack" ]]; then | ||||
10 | case "$2" in | ||||
11 | install) | ||||
12 | echo_summary "Installing manila-tempest-plugin" | ||||
13 | install_manila_tempest_plugin | ||||
14 | ;; | ||||
15 | esac | ||||
16 | fi |