aboutsummaryrefslogtreecommitdiffstats
path: root/test/vcpe/bin/setup.sh
blob: 100190f05d02c2bf1e8f7f730e1aab24ddeb993e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
# 
# Copyright 2019 Futurewei Technologies Co., Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#

apt-get install -y python-pip
pip install ipaddress
pip install pyyaml
pip install mysql-connector-python
pip install progressbar2
pip install python-novaclient
pip install python-openstackclient
pip install python-heatclient
pip install netaddr
pip install kubernetes