Clean up vCPE script
[integration.git] / test / vcpe / bin / setup.sh
1 #!/bin/bash
2
3 # Copyright 2019 Futurewei Technologies Co., Ltd.
4 #
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
8 #
9 #     http://www.apache.org/licenses/LICENSE-2.0
10 #
11
12 apt-get install -y python-pip
13 pip install ipaddress
14 pip install pyyaml
15 pip install mysql-connector-python
16 pip install progressbar2
17 pip install python-novaclient
18 pip install python-openstackclient
19 pip install python-heatclient
20 pip install netaddr
21 pip install kubernetes