From 8b3e8b1912038fba6afb8ce47ef993d6ffa49f54 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 20 Sep 2019 04:13:52 +0200 Subject: Switch to py3.6 in containers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- xtesting/utils/env.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'xtesting/utils/env.py') diff --git a/xtesting/utils/env.py b/xtesting/utils/env.py index f17d78a1..94d3b16c 100644 --- a/xtesting/utils/env.py +++ b/xtesting/utils/env.py @@ -19,10 +19,7 @@ INPUTS = { 'INSTALLER_TYPE': 'unknown', 'BUILD_TAG': None, 'NODE_NAME': None, - 'TEST_DB_URL': 'http://testresults.opnfv.org/test/api/v1/results', - 'ENERGY_RECORDER_API_URL': 'http://energy.opnfv.fr/resources', - 'ENERGY_RECORDER_API_USER': None, - 'ENERGY_RECORDER_API_PASSWORD': None + 'TEST_DB_URL': 'http://testresults.opnfv.org/test/api/v1/results' } -- cgit 1.2.3-korg