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:34:26 +0200 |
commit | f7ba434cbfd76b006749a7b5708889f5833228b8 (patch) | |
tree | 510d5d4f3776d970303f389e9127326d426aa75e | |
parent | ebcfc2565332f0eab33941c24d7d9dbd4ec2fd5d (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 f27a53645..efc3f3d13 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 e17187ecb..50608fc90 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 61a4e0bc9..f7707d66d 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 51ee359c6..d7a361df0 100644 --- a/functest/ci/logging.debug.ini +++ b/functest/ci/logging.debug.ini @@ -100,7 +100,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 070e92f68..c9ac31cbb 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: @@ -405,7 +403,6 @@ tiers: - name: smoke_cntt - order: 2 description: >- Set of basic Functional tests to validate the OPNFV scenarios. testcases: @@ -678,7 +675,6 @@ tiers: - name: benchmarking - order: 3 description: >- Run several OpenStack performance tools https://docs.openstack.org/performance-docs/latest/methodologies/tools.html @@ -742,7 +738,6 @@ tiers: - name: benchmarking_cntt - order: 4 description: >- Run several OpenStack performance tools https://docs.openstack.org/performance-docs/latest/methodologies/tools.html @@ -785,7 +780,6 @@ tiers: - name: vnf - order: 5 description: >- Collection of VNF test cases. testcases: diff --git a/upper-constraints.txt b/upper-constraints.txt index a071bd1b3..b2b4bfbb2 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -15,7 +15,7 @@ robotframework-httplibrary===0.4.2 robotframework-requests===0.4.7 robotframework-sshlibrary===2.1.3;python_version=='2.7' ansible===2.9.2 -xtesting===0.87.0 +xtesting===0.91.0 networking-bgpvpn===9.0.0 networking-sfc===7.0.0 neutron===13.0.2 |