Use default value specified for tobiko.conf when --debug option is not given
Change-Id: I9cb14eae9258c424dd2180740f764aadf61d3fa5
This commit is contained in:
parent
fc7038097d
commit
e6b8b70fea
@ -132,7 +132,6 @@ subparsers:
|
||||
type: Value
|
||||
help: enable/disable verbose log entries in tests results log file
|
||||
ansible_variable: test_log_debug
|
||||
default: yes
|
||||
test-case-timeout:
|
||||
type: Value
|
||||
help: Test case timeout in seconds
|
||||
|
@ -14,7 +14,7 @@ test_default_conf:
|
||||
undercloud_ssh_hostname: "{{ undercloud_ssh_hostname }}"
|
||||
overcloud_ssh_username: "{{ overcloud_ssh_username }}"
|
||||
|
||||
test_log_debug: false
|
||||
test_log_debug: ''
|
||||
|
||||
test_case_timeout: 1800.
|
||||
test_runner_timeout: 14400.
|
||||
|
Loading…
Reference in New Issue
Block a user