
This patch imports OVN LB functional tests. Unfortunately neutron hasn't been released yet so for test requirements we need to install it from git, from commit that imports functional base class to neutron [1]. [1] https://review.opendev.org/#/c/701733/ Change-Id: Ia65492db1688f3a3fce22a4432ae8445f67c37b3
17 lines
413 B
ReStructuredText
17 lines
413 B
ReStructuredText
Collect journal log from test run
|
|
|
|
By default, this stores journal log into log file and store it in
|
|
"journal_log_file_path"
|
|
|
|
**Role Variables**
|
|
|
|
.. zuul:rolevar:: journal_log_path
|
|
:default: {{ ansible_user_dir }}/workspace/logs
|
|
|
|
Path where journal log file will be stored on job's node.
|
|
|
|
.. zuul:rolevar:: journal_log_file_name
|
|
:default: {{ journal_log_path }}/journal.log
|
|
|
|
Name of journal log file.
|