Enable log collection after functional testing
This change enables log collection within the gate so that further analysis on gate tasks can be performed post build. This is very useful when debugging problems. Change-Id: I41e70d0f6a0e5fed78e0a5462ee4d1730c94ec21 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
221b97faab
commit
427cd00acd
5
tox.ini
5
tox.ini
@ -142,6 +142,11 @@ commands =
|
||||
|
||||
|
||||
[testenv:functional]
|
||||
# Ignore_errors is set to true so that the logs are collected at the
|
||||
# end of the run. This will not produce a failse positive. Any
|
||||
# exception will be mark the run as failed and exit 1 after all of
|
||||
# the commands have been iterated through.
|
||||
ignore_errors = True
|
||||
# NOTE(odyssey4me): this target does not use constraints because
|
||||
# it doesn't work in OpenStack-CI yet. Once that's fixed, we can
|
||||
# drop the install_command.
|
||||
|
Loading…
x
Reference in New Issue
Block a user