Enable debugging messages in gate workflow
Change-Id: Ib6743d627782a26d19543d8eb2f8307bbdae4147
This commit is contained in:
parent
42e9270d9b
commit
6d41adc537
@ -5,11 +5,13 @@ 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
|
||||
@ -17,6 +19,7 @@ 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
|
||||
@ -24,6 +27,7 @@ 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
|
||||
@ -31,6 +35,7 @@ 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
|
||||
@ -38,6 +43,7 @@ test_workflow_steps:
|
||||
tox_environment:
|
||||
TOBIKO_PREVENT_CREATE: no
|
||||
test_flaky: true
|
||||
test_log_debug: true
|
||||
|
||||
- tox_description: 'verify workload resources'
|
||||
tox_envlist: scenario
|
||||
@ -45,3 +51,4 @@ test_workflow_steps:
|
||||
tox_environment:
|
||||
TOBIKO_PREVENT_CREATE: yes
|
||||
test_flaky: true
|
||||
test_log_debug: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user