Merge "Enable tobiko debug logging messages by default in IR plugin"

This commit is contained in:
Zuul 2022-07-06 10:12:21 +00:00 committed by Gerrit Code Review
commit 3753dfd148
2 changed files with 1 additions and 7 deletions

View File

@ -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

View File

@ -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