diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-06-14 11:25:52 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-06-14 11:27:07 +0200 |
commit | bf1b1a73243274e2220c0ac8f03866617a261664 (patch) | |
tree | 6c1502628345a530a54dc7c5ebcec279a74afdde | |
parent | 6beda03c7acb4a895b0a524d711796d7117783b0 (diff) |
Update Xtesting to 0.70
Change-Id: Ib2427112f1ec2e89aa349740c1bb82db1a3622f5
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | functest/ci/logging.debug.ini | 7 | ||||
-rw-r--r-- | functest/ci/logging.ini | 7 | ||||
-rw-r--r-- | functest/utils/env.py | 3 | ||||
-rw-r--r-- | upper-constraints.txt | 2 |
4 files changed, 3 insertions, 16 deletions
diff --git a/functest/ci/logging.debug.ini b/functest/ci/logging.debug.ini index 51ee359c6..764a4e206 100644 --- a/functest/ci/logging.debug.ini +++ b/functest/ci/logging.debug.ini @@ -1,5 +1,5 @@ [loggers] -keys=root,functest,api,ci,core,cli,opnfv_tests,utils,xtesting,xci,xcore,energy,xutils,sfc,baro,warnings +keys=root,functest,api,ci,core,cli,opnfv_tests,utils,xtesting,xci,xcore,xutils,sfc,baro,warnings [handlers] keys=console,wconsole,file,dfile @@ -61,11 +61,6 @@ level=NOTSET handlers=console qualname=xtesting.core -[logger_energy] -level=NOTSET -handlers=wconsole -qualname=xtesting.energy - [logger_xutils] level=NOTSET handlers=wconsole diff --git a/functest/ci/logging.ini b/functest/ci/logging.ini index 278529e22..e2a440910 100644 --- a/functest/ci/logging.ini +++ b/functest/ci/logging.ini @@ -1,5 +1,5 @@ [loggers] -keys=root,functest,api,ci,core,cli,opnfv_tests,utils,xtesting,xci,xcore,energy,xutils,sfc,baro,warnings +keys=root,functest,api,ci,core,cli,opnfv_tests,utils,xtesting,xci,xcore,xutils,sfc,baro,warnings [handlers] keys=console,wconsole,file,null @@ -61,11 +61,6 @@ level=NOTSET handlers=console qualname=xtesting.core -[logger_energy] -level=NOTSET -handlers=wconsole -qualname=xtesting.energy - [logger_xutils] level=NOTSET handlers=wconsole diff --git a/functest/utils/env.py b/functest/utils/env.py index 58140204d..c5869e449 100644 --- a/functest/utils/env.py +++ b/functest/utils/env.py @@ -29,9 +29,6 @@ INPUTS = { 'NODE_NAME': env.INPUTS['NODE_NAME'], 'POD_ARCH': None, 'TEST_DB_URL': env.INPUTS['TEST_DB_URL'], - 'ENERGY_RECORDER_API_URL': env.INPUTS['ENERGY_RECORDER_API_URL'], - 'ENERGY_RECORDER_API_USER': env.INPUTS['ENERGY_RECORDER_API_USER'], - 'ENERGY_RECORDER_API_PASSWORD': env.INPUTS['ENERGY_RECORDER_API_PASSWORD'], 'VOLUME_DEVICE_NAME': 'vdb', 'IMAGE_PROPERTIES': '', 'FLAVOR_EXTRA_SPECS': '', diff --git a/upper-constraints.txt b/upper-constraints.txt index 00c098491..9ee41a7fe 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -15,6 +15,6 @@ robotframework-httplibrary===0.4.2 robotframework-requests===0.5.0 robotframework-sshlibrary===3.3.0 ansible===2.3.2.0 -xtesting===0.62.0 +xtesting===0.70.0 bandit===1.1.0 ruamel.yaml.jinja2==0.2.2 |