commit | 781a755fe943207b39a2b3c4f3e4a3e54dd591ab | [log] [tgz] |
---|---|---|
author | Devin Lim <devin@opennetworking.org> | Thu May 10 14:24:55 2018 -0700 |
committer | Devin Lim <devin@opennetworking.org> | Thu May 10 14:31:58 2018 -0700 |
tree | 3e9a9e1bb7b384c3e61bbd5f9cc4ab3066ca04a1 | |
parent | 3e15df61954f16768aa754b56e51e79e527db176 [diff] [blame] |
Fix text formatting for pipeline Change-Id: Iedbd64081f0c2a8f7dcab50cd5aecfb16eb8eaea
diff --git a/jjb/OnosSystemTest/onos-test-pipeline.yaml b/jjb/OnosSystemTest/onos-test-pipeline.yaml index 8d4b791..fe0f579 100644 --- a/jjb/OnosSystemTest/onos-test-pipeline.yaml +++ b/jjb/OnosSystemTest/onos-test-pipeline.yaml
@@ -363,12 +363,16 @@ - 'all-pipeline-trigger' - 'pipeline-trigger': machine: 'vm' - testList: '{FUNC}\n{HA}' + testList: | + {FUNC} + {HA} fileName: 'VM_BM' - 'pipeline-trigger': machine: 'bm' - testList: '{SCPF}\n{USECASE}' + testList: | + {SCPF} + {USECASE} fileName: 'VM_BM' - 'pipeline-trigger':