aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-09-05 15:12:17 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-09-05 16:28:50 +0200
commit6d1302779501918acdbbd4047a67a010901814b1 (patch)
tree27fd797f33e9598f23e2f1fc1f212e055d5ff827
parent41a3a447865aed20e468df364df235f9c107ec82 (diff)
Update Xtesting to 0.91.0
Change-Id: Icd467525f4b1b1f97d14a5ec3d5d78b94fd1d4a9 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--docker/benchmarking-cntt/testcases.yaml1
-rw-r--r--docker/benchmarking/testcases.yaml1
-rw-r--r--docker/healthcheck/testcases.yaml1
-rw-r--r--docker/smoke-cntt/testcases.yaml1
-rw-r--r--docker/smoke/testcases.yaml1
-rw-r--r--docker/vnf/testcases.yaml1
-rw-r--r--functest/ci/logging.debug.ini2
-rw-r--r--functest/ci/logging.ini2
-rw-r--r--functest/ci/testcases.yaml6
-rw-r--r--upper-constraints.txt2
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 399db525b..11e35e030 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 abd7da614..5e629ffa7 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 2ccdf7af1..93419969e 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:
@@ -502,7 +500,6 @@ tiers:
-
name: smoke_cntt
- order: 2
description: >-
Set of basic Functional tests to validate the OPNFV scenarios.
testcases:
@@ -786,7 +783,6 @@ tiers:
-
name: benchmarking
- order: 3
description: >-
Run several OpenStack performance tools
https://docs.openstack.org/performance-docs/latest/methodologies/tools.html
@@ -851,7 +847,6 @@ tiers:
-
name: benchmarking_cntt
- order: 4
description: >-
Run several OpenStack performance tools
https://docs.openstack.org/performance-docs/latest/methodologies/tools.html
@@ -894,7 +889,6 @@ tiers:
-
name: vnf
- order: 5
description: >-
Collection of VNF test cases.
testcases:
diff --git a/upper-constraints.txt b/upper-constraints.txt
index 8772bab54..420d93ba0 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