diff options
author | 2017-10-16 15:44:00 +0800 | |
---|---|---|
committer | 2017-10-16 16:12:26 +0800 | |
commit | e1d4351f54b649ee9ad94d5b72934362c8a31413 (patch) | |
tree | 453d099945c462fd5d7523120a53966aa8c70b8a /utils/test/reporting | |
parent | e010bb53fed22792a1c025f628623a22cf7e005b (diff) |
fix yamllint verify fail
fail record: https://build.opnfv.org/ci/job/opnfv-yamllint-verify-master/1050/console
Change-Id: Ic709b9a3d1d3642a3deebd930714a2ba2de22da6
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'utils/test/reporting')
-rw-r--r-- | utils/test/reporting/reporting/reporting.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/test/reporting/reporting/reporting.yaml b/utils/test/reporting/reporting/reporting.yaml index 2a4aa492c..1e2e9a476 100644 --- a/utils/test/reporting/reporting/reporting.yaml +++ b/utils/test/reporting/reporting/reporting.yaml @@ -42,8 +42,10 @@ 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/ + # yamllint disable rule:truthy exclude_noha: False exclude_virtual: False + # yamllint enable yardstick: test_conf: https://git.opnfv.org/cgit/yardstick/plain/tests/ci/report_config.yaml |