From 21b09c956609d3ebee0081686802d20da194c523 Mon Sep 17 00:00:00 2001 From: Yang Xu Date: Thu, 13 Jun 2019 13:19:20 -0400 Subject: Improve vCPE test automation Signed-off-by: Yang Xu Issue-ID: INT-847 Change-Id: Ib5b0a547f1c228de4cee02f3526401028c10bff0 --- test/vcpe/bin/setup.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 test/vcpe/bin/setup.sh (limited to 'test/vcpe/bin') 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 -- cgit 1.2.3-korg