diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-03-14 11:58:05 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-03-14 12:00:13 -0700 |
commit | f151fcc79891b125177abdf838a14575fca3a79a (patch) | |
tree | fa10b9984778bf509bd20dff18ed21cee6e8366c /reporting | |
parent | 641574548129b9eca6b8cc3a1045abc15a6296ac (diff) |
utils: fix yamllint issues
Linting utils/test yaml files
Change-Id: Id239cb2e2b2c4658dedfc187b7784b0302701700
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'reporting')
-rw-r--r-- | reporting/reporting.yaml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/reporting/reporting.yaml b/reporting/reporting.yaml index 81e976a..d02f08d 100644 --- a/reporting/reporting.yaml +++ b/reporting/reporting.yaml @@ -1,3 +1,4 @@ +--- general: installers: - apex @@ -19,12 +20,12 @@ general: directories: # Relative to the path where the repo is cloned: - dir_reporting: utils/tests/reporting/ - dir_log: utils/tests/reporting/log/ - dir_conf: utils/tests/reporting/conf/ - dir_utils: utils/tests/reporting/utils/ - dir_templates: utils/tests/reporting/templates/ - dir_display: utils/tests/reporting/display/ + dir_reporting: utils/tests/reporting/ + dir_log: utils/tests/reporting/log/ + dir_conf: utils/tests/reporting/conf/ + dir_utils: utils/tests/reporting/utils/ + dir_templates: utils/tests/reporting/templates/ + dir_display: utils/tests/reporting/display/ url: testresults.opnfv.org/reporting/ @@ -48,8 +49,8 @@ functest: test_conf: https://git.opnfv.org/cgit/functest/plain/functest/ci/testcases.yaml log_level: ERROR jenkins_url: https://build.opnfv.org/ci/view/functest/job/ - exclude_noha: False - exclude_virtual: False + exclude_noha: "False" + exclude_virtual: "False" yardstick: test_conf: https://git.opnfv.org/cgit/yardstick/plain/tests/ci/report_config.yaml @@ -57,7 +58,7 @@ yardstick: storperf: test_list: - - snia_steady_state + - snia_steady_state log_level: ERROR qtip: |