diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-09-20 04:13:52 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-09-20 04:49:54 +0200 |
commit | 8b3e8b1912038fba6afb8ce47ef993d6ffa49f54 (patch) | |
tree | b8749a45731bb6329b81a7154cab2753772ec23d /xtesting/ci/testcases.yaml | |
parent | 094012d09b08a269536821fbe337fbaeb6bad008 (diff) |
Switch to py3.6 in containers
Xtesting has supported both py2 and py3.
py3 is now selected due to the OPNFV Iruya planning closed to python2
EOL.
It also removes energy as in master which should have been updated
(pylint).
Change-Id: Ic1113b95f85f5882676e10acea1159a808a98f32
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'xtesting/ci/testcases.yaml')
-rw-r--r-- | xtesting/ci/testcases.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtesting/ci/testcases.yaml b/xtesting/ci/testcases.yaml index a5627d7a..d3df1efb 100644 --- a/xtesting/ci/testcases.yaml +++ b/xtesting/ci/testcases.yaml @@ -61,7 +61,7 @@ tiers: name: 'robotframework' args: suites: - - /usr/lib/python2.7/site-packages/xtesting/samples/HelloWorld.robot + - /usr/lib/python3.6/site-packages/xtesting/samples/HelloWorld.robot variable: - 'var01:foo' - 'var02:bar' |