vswitchperf: python version change 47/51847/1
authorMartin Klozik <martinx.klozik@intel.com>
Wed, 7 Feb 2018 13:45:45 +0000 (13:45 +0000)
committerMartin Klozik <martinx.klozik@intel.com>
Wed, 7 Feb 2018 13:52:21 +0000 (13:52 +0000)
In order to execute VSPERF CI job, the SCL with python3 must
be enabled. Recently SCL command was changed to enable python3.4.

Change-Id: I4cf34ff28db2c789f4bc13116ed2d5d95eb81990
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
jjb/vswitchperf/vswitchperf.yml

index 16ceb2e..1ceb105 100644 (file)
@@ -48,7 +48,7 @@
           # run basic sanity test
           make sanity
           cd ../ci
-          scl enable python33 "source ~/vsperfenv/bin/activate ; ./build-vsperf.sh daily"
+          scl enable rh-python34 "source ~/vsperfenv/bin/activate ; ./build-vsperf.sh daily"
 
 - job-template:
     name: 'vswitchperf-verify-{stream}'