From d74fc7b011a0aa1f4da65dbcca5d3de186b977df Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Wed, 6 Jul 2022 09:18:27 +0200 Subject: [PATCH] Enable tobiko debug logging messages by default in IR plugin Change-Id: Ibb3189b0c26b671dd639757d142668e9fc4596e8 --- infrared_plugin/plugin.spec | 1 + roles/tobiko-run/vars/test-workflow-gate.yaml | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/infrared_plugin/plugin.spec b/infrared_plugin/plugin.spec index 27eea5e56..55d9cb327 100644 --- a/infrared_plugin/plugin.spec +++ b/infrared_plugin/plugin.spec @@ -132,6 +132,7 @@ subparsers: type: Value help: enable/disable verbose log entries in tests results log file ansible_variable: test_log_debug + default: 'true' test-case-timeout: type: Value help: Test case timeout in seconds diff --git a/roles/tobiko-run/vars/test-workflow-gate.yaml b/roles/tobiko-run/vars/test-workflow-gate.yaml index 01c293e18..552a356bb 100644 --- a/roles/tobiko-run/vars/test-workflow-gate.yaml +++ b/roles/tobiko-run/vars/test-workflow-gate.yaml @@ -5,13 +5,11 @@ test_workflow_steps: tox_envlist: py3 tox_step_name: unit test_flaky: true - test_log_debug: true - tox_description: 'run functional test cases' tox_envlist: functional tox_step_name: functional test_flaky: true - test_log_debug: true - tox_description: 'create workload resources' tox_envlist: scenario @@ -19,7 +17,6 @@ test_workflow_steps: tox_environment: TOBIKO_PREVENT_CREATE: no test_flaky: true - test_log_debug: true - tox_description: 'run sanity test cases before disruptive test cases' tox_envlist: sanity @@ -27,7 +24,6 @@ test_workflow_steps: tox_environment: TOBIKO_PREVENT_CREATE: no test_flaky: true - test_log_debug: true - tox_description: 'run disruptive test cases' tox_envlist: faults @@ -35,7 +31,6 @@ test_workflow_steps: tox_environment: TOBIKO_PREVENT_CREATE: no test_flaky: true - test_log_debug: true - tox_description: 'run sanity test cases after disruptive test cases' tox_envlist: sanity @@ -43,7 +38,6 @@ test_workflow_steps: tox_environment: TOBIKO_PREVENT_CREATE: no test_flaky: true - test_log_debug: true - tox_description: 'verify workload resources' tox_envlist: scenario @@ -51,4 +45,3 @@ test_workflow_steps: tox_environment: TOBIKO_PREVENT_CREATE: yes test_flaky: true - test_log_debug: true