From f372514f9f4f97d2beabf878421e7e9227aa6581 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 5 Sep 2020 15:12:17 +0200 Subject: Update Xtesting to 0.91.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icd467525f4b1b1f97d14a5ec3d5d78b94fd1d4a9 Signed-off-by: Cédric Ollivier (cherry picked from commit 6d1302779501918acdbbd4047a67a010901814b1) --- docker/benchmarking-cntt/testcases.yaml | 1 - docker/benchmarking/testcases.yaml | 1 - docker/healthcheck/testcases.yaml | 1 - docker/smoke-cntt/testcases.yaml | 1 - docker/smoke/testcases.yaml | 1 - docker/vnf/testcases.yaml | 1 - functest/ci/logging.debug.ini | 2 +- functest/ci/logging.ini | 2 +- functest/ci/testcases.yaml | 6 ------ 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 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 43799b44e..c2c790252 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 a55910d66..aa2b205ef 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: @@ -487,7 +485,6 @@ tiers: - name: smoke_cntt - order: 2 description: >- Set of basic Functional tests to validate the OPNFV scenarios. testcases: @@ -760,7 +757,6 @@ tiers: - name: benchmarking - order: 3 description: >- Run several OpenStack performance tools https://docs.openstack.org/performance-docs/latest/methodologies/tools.html @@ -825,7 +821,6 @@ tiers: - name: benchmarking_cntt - order: 4 description: >- Run several OpenStack performance tools https://docs.openstack.org/performance-docs/latest/methodologies/tools.html @@ -868,7 +863,6 @@ tiers: - name: vnf - order: 5 description: >- Collection of VNF test cases. testcases: diff --git a/upper-constraints.txt b/upper-constraints.txt index 1cb36f584..1db4f5315 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 git+https://git.openstack.org/openstack/networking-bgpvpn@10.0.0#egg=networking_bgpvpn git+https://git.openstack.org/openstack/networking-sfc@8.0.0#egg=networking_sfc neutron===14.0.1 -- cgit 1.2.3-korg