diff options
Diffstat (limited to 'test/vcpe/bin/setup.sh')
-rwxr-xr-x | test/vcpe/bin/setup.sh | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/vcpe/bin/setup.sh b/test/vcpe/bin/setup.sh new file mode 100755 index 000000000..a52e0222e --- /dev/null +++ b/test/vcpe/bin/setup.sh @@ -0,0 +1,20 @@ +#!/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 netaddr +pip install kubernetes |