summaryrefslogtreecommitdiffstats
path: root/jjb/vvp/pre-build-csv.sh
blob: f17b3db3c22b0c98554a2219240cbb5d8dd58003 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

python3 -m venv $WORKSPACE/venv-tox
source $WORKSPACE/venv-tox/bin/activate
pip3 install --upgrade pip
pip3 install --no-use-pep517 -r requirements.txt
ls
wget -O $WORKSPACE/ice_validator/heat_requirements.json "https://nexus.onap.org/content/sites/raw/org.onap.vnfrqts.requirements/master/needs.json" && echo "Copied newest needs." || exit 1
cd ice_validator/
pytest --self-test tests/