summaryrefslogtreecommitdiffstats
path: root/jjb/vvp/pre-build-csv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/vvp/pre-build-csv.sh')
-rw-r--r--jjb/vvp/pre-build-csv.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/jjb/vvp/pre-build-csv.sh b/jjb/vvp/pre-build-csv.sh
new file mode 100644
index 000000000..b90f77b86
--- /dev/null
+++ b/jjb/vvp/pre-build-csv.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+virtualenv -p python3 $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."
+cd ice_validator/
+pytest --self-test tests/ \ No newline at end of file