diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-04-02 13:12:52 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-04-02 13:13:28 +0200 |
commit | bbc8501437c1112d2e5c53281622d3dbe25b0d61 (patch) | |
tree | 328745e2b28e17f8cb179bf56d75bce4056a6af3 /ansible | |
parent | 4004d776b01a1b038df52ca45b18430da1b6b1f5 (diff) |
Run opnfv/functest-kubernetes-smoke sequentially
Now multithreading is enabled at test case level.
Change-Id: I17a9bdb07216cd645483a0a893da502abee2ade0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.cntt.yml | 2 | ||||
-rw-r--r-- | ansible/site.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index 39d82372..3403a81d 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -11,6 +11,8 @@ - k8s_smoke - container: functest-kubernetes-smoke timeout: 3h + properties: + execution-type: SEQUENTIALLY tests: - xrally_kubernetes - k8s_conformance diff --git a/ansible/site.yml b/ansible/site.yml index 59e11d39..91f972a0 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -11,6 +11,8 @@ - k8s_smoke - container: functest-kubernetes-smoke timeout: 3h + properties: + execution-type: SEQUENTIALLY tests: - xrally_kubernetes - k8s_conformance |