diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-09-05 15:12:17 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-09-05 16:29:41 +0200 |
commit | fc81ba204954aced607b6bc58f6346b7fc901932 (patch) | |
tree | 9d96b4d289dabd83fb8eff9837612b8a23f0ba9f | |
parent | 23d0862d033ab801cdd910af2530706ea7f70ef2 (diff) |
Update Xtesting to 0.91.0
Change-Id: Icd467525f4b1b1f97d14a5ec3d5d78b94fd1d4a9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 6d1302779501918acdbbd4047a67a010901814b1)
-rw-r--r-- | docker/benchmarking-cntt/testcases.yaml | 1 | ||||
-rw-r--r-- | docker/benchmarking/testcases.yaml | 1 | ||||
-rw-r--r-- | docker/healthcheck/testcases.yaml | 1 | ||||
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 1 | ||||
-rw-r--r-- | docker/smoke/testcases.yaml | 1 | ||||
-rw-r--r-- | docker/vnf/testcases.yaml | 1 | ||||
-rw-r--r-- | functest/ci/logging.debug.ini | 2 | ||||
-rw-r--r-- | functest/ci/logging.ini | 2 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 6 | ||||
-rw-r--r-- | upper-constraints.txt | 2 |
10 files changed, 3 insertions, 15 deletions
diff --git a/docker/benchmarking-cntt/testcases.yaml b/docker/benchmarking-cntt/testcases.yaml index 5a29f1346..f96fbee07 100644 --- a/docker/benchmarking-cntt/testcases.yaml +++ b/docker/benchmarking-cntt/testcases.yaml @@ -2,7 +2,6 @@ tiers: - name: benchmarking_cntt - order: 4 description: >- Run several OpenStack performance tools https://docs.openstack.org/performance-docs/latest/methodologies/tools.html diff --git a/docker/benchmarking/testcases.yaml b/docker/benchmarking/testcases.yaml index e63481e43..ea58caa7e 100644 --- a/docker/benchmarking/testcases.yaml +++ b/docker/benchmarking/testcases.yaml @@ -2,7 +2,6 @@ tiers: - name: benchmarking - order: 3 description: >- Run several OpenStack performance tools https://docs.openstack.org/performance-docs/latest/methodologies/tools.html diff --git a/docker/healthcheck/testcases.yaml b/docker/healthcheck/testcases.yaml index c2a66494d..ff743f0d4 100644 --- a/docker/healthcheck/testcases.yaml +++ b/docker/healthcheck/testcases.yaml @@ -2,7 +2,6 @@ tiers: - name: healthcheck - order: 0 description: >- First tier to be executed to verify the basic operations in the VIM. diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index ab6026365..cbedf6386 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -2,7 +2,6 @@ tiers: - name: smoke_cntt - order: 2 description: >- Set of basic Functional tests to validate the OPNFV scenarios. testcases: diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 029d5de59..dd650c08b 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -2,7 +2,6 @@ tiers: - name: smoke - order: 1 description: >- Set of basic Functional tests to validate the OPNFV scenarios. testcases: diff --git a/docker/vnf/testcases.yaml b/docker/vnf/testcases.yaml index 9822a515a..0d21c63c3 100644 --- a/docker/vnf/testcases.yaml +++ b/docker/vnf/testcases.yaml @@ -2,7 +2,6 @@ tiers: - name: vnf - order: 5 description: >- Collection of VNF test cases. testcases: diff --git a/functest/ci/logging.debug.ini b/functest/ci/logging.debug.ini index 764a4e206..c926a5055 100644 --- a/functest/ci/logging.debug.ini +++ b/functest/ci/logging.debug.ini @@ -95,7 +95,7 @@ args=(sys.stdout,) [handler_file] class=FileHandler -level=DEBUG +level=INFO formatter=standard args=("/home/opnfv/functest/results/functest.log",) diff --git a/functest/ci/logging.ini b/functest/ci/logging.ini index e2a440910..dde079493 100644 --- a/functest/ci/logging.ini +++ b/functest/ci/logging.ini @@ -101,7 +101,7 @@ args=(sys.stdout,) [handler_file] class=FileHandler -level=DEBUG +level=INFO formatter=standard args=("/home/opnfv/functest/results/functest.log",) diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 2461da27b..51146ecfc 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -2,7 +2,6 @@ tiers: - name: healthcheck - order: 0 description: >- First tier to be executed to verify the basic operations in the VIM. @@ -180,7 +179,6 @@ tiers: - name: smoke - order: 1 description: >- Set of basic Functional tests to validate the OPNFV scenarios. testcases: @@ -467,7 +465,6 @@ tiers: - name: smoke_cntt - order: 2 description: >- Set of basic Functional tests to validate the OPNFV scenarios. testcases: @@ -744,7 +741,6 @@ tiers: - name: benchmarking - order: 3 description: >- Run several OpenStack performance tools https://docs.openstack.org/performance-docs/latest/methodologies/tools.html @@ -809,7 +805,6 @@ tiers: - name: benchmarking_cntt - order: 4 description: >- Run several OpenStack performance tools https://docs.openstack.org/performance-docs/latest/methodologies/tools.html @@ -852,7 +847,6 @@ tiers: - name: vnf - order: 5 description: >- Collection of VNF test cases. testcases: diff --git a/upper-constraints.txt b/upper-constraints.txt index b1d576d51..fde240f7e 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -15,7 +15,7 @@ robotframework-httplibrary===0.4.2 robotframework-requests===0.5.0 robotframework-sshlibrary===3.3.0 ansible===2.9.2 -xtesting===0.87.0 +xtesting===0.91.0 git+https://github.com/PyCQA/bandit@3d0824676974e7e2e9635c10bc4f12e261f1dbdf#egg=bandit bandit===1.1.0 ruamel.yaml.jinja2==0.2.2 |