Select 3.6 if iruya 85/68485/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 14 Sep 2019 13:15:25 +0000 (15:15 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 14 Sep 2019 13:15:25 +0000 (15:15 +0200)
It conforms with "Select python 3.6 as default" [1].

[1] https://gerrit.opnfv.org/gerrit/c/functest/+/68471

Change-Id: Ibc4ae81597ce9ed3d12ab27c6eae796870f6a2d4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/functest.yaml

index 05d2892..093cc62 100644 (file)
           fi
           if [ "{tag}" = "latest" ]; then
             py=3.7
+          elif [ "{tag}" = "iruya" ]; then
+            py=3.6
           else
             py=2.7
           fi