From 03129589d4d4f67e74f44e54b97171b2539f1835 Mon Sep 17 00:00:00 2001 From: Hagop Bozawglanian Date: Thu, 28 Feb 2019 19:09:30 +0000 Subject: VNFRQTS - Update job to upload artifacts Update the post script to curl raw artifacts based on the number passed in to work for VNFRQTS and VVP. Change-Id: Iefd4e0e5069c2917952072dbf5e26433495fd25f Issue-ID: VNFRQTS-539 Signed-off-by: Hagop Bozawglanian --- jjb/vvp/pre-build-csv.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 jjb/vvp/pre-build-csv.sh (limited to 'jjb/vvp/pre-build-csv.sh') 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 -- cgit 1.2.3-korg