With tempest moving to testr (serially currently) the log level is no
longer defaulting to debug as it did with nose. To get the same level
of verbosity in the logging as when running with nose this commit
sets the debug flag on tempest.
Change-Id: I6acd57be0f8188d31825d88471ba9883ebb30519
| ... | ... |
@@ -201,6 +201,7 @@ function configure_tempest() {
|
| 201 | 201 |
mkdir -p $TEMPEST_STATE_PATH |
| 202 | 202 |
iniset $TEMPEST_CONF DEFAULT use_stderr False |
| 203 | 203 |
iniset $TEMPEST_CONF DEFAULT log_file tempest.log |
| 204 |
+ iniset $TEMPEST_CONF DEFAULT debug True |
|
| 204 | 205 |
|
| 205 | 206 |
# Timeouts |
| 206 | 207 |
iniset $TEMPEST_CONF compute build_timeout $BUILD_TIMEOUT |