aboutsummaryrefslogtreecommitdiffstats
path: root/systems/pythonlibs/add_prox.sh
blob: 36d15ad40e07c58cf807ff8bccff0faecc79f12b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
VINEPERFENV_DIR="$HOME/vsperfenv"

if [ ! -d "$VINEPERFENV_DIR" ] ; then
    echo "Directory $VINEPERFENV_DIR should exists. Please complete normal installation process"
    exit
fi

(source "$VINEPERFENV_DIR"/bin/activate
git clone https://gerrit.opnfv.org/gerrit/samplevnf /tmp/samplevnf
cd /tmp/samplevnf/VNFs/DPPD-PROX/helper-scripts/rapid
python setup.py build
python setup.py install
cp rapid_rsa_key ~/.ssh/
rm -rf /tmp/samplevnf)