summaryrefslogtreecommitdiffstats
path: root/jjb/vswitchperf
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2016-10-17 15:08:50 +0100
committerMartin Klozik <martinx.klozik@intel.com>2016-10-17 15:26:45 +0100
commitd3302c6212955210f1d57b1dfae4774e7224dbc8 (patch)
tree25e471e10880e9b252a3cd11aaa63c0d33424edb /jjb/vswitchperf
parent7d5566362ce88fc1c473945b261f11188ab5cce5 (diff)
vswitchperf: Update merge and verify jobs
Update and verify jobs will execute real vsperf TCs, which won't require a traffic generator. Script ./build-vsperf.sh will take care about creation, update and activation of python virtual environment. Jobs will be executed at ubuntu nodes, where python3 is available, so call of scl is required only for daily job. Update is backward compatible, i.e. merge and verify jobs will pass with old version of ./build-vsperf.sh. JIRA: VSPERF-391 Change-Id: I6cb0e9a1c1bcf315dd0e484f845123ec41c849fc Signed-off-by: Martin Klozik <martinx.klozik@intel.com> Reviewed-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/vswitchperf')
-rw-r--r--jjb/vswitchperf/vswitchperf.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/vswitchperf/vswitchperf.yml b/jjb/vswitchperf/vswitchperf.yml
index 363423de9..233cf08bc 100644
--- a/jjb/vswitchperf/vswitchperf.yml
+++ b/jjb/vswitchperf/vswitchperf.yml
@@ -110,6 +110,8 @@
make
# run basic sanity test
make sanity
+ cd ../ci
+ ./build-vsperf.sh verify
- job-template:
name: 'vswitchperf-merge-{stream}'
@@ -162,3 +164,5 @@
cd src
make clobber
make
+ cd ../ci
+ ./build-vsperf.sh merge