From aeb0018ef3ba98bc6db7cbaf855d6bb981021244 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Mon, 19 Oct 2015 20:08:45 +0200 Subject: [PATCH] Modify integration-csit-verify-1node-library to run more tests + Separate test-libraries.txt testplan used. + ADSAL suites removed. + BGPCEP tests added. + Pure library suites added. + Configurable patchrefspec. Change-Id: I00502002d23dda2009a9f5ecb1bb660701caff23 Signed-off-by: Vratko Polak --- jjb/integration/integration-test-jobs.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/jjb/integration/integration-test-jobs.yaml b/jjb/integration/integration-test-jobs.yaml index cff5fd014..caf62f606 100644 --- a/jjb/integration/integration-test-jobs.yaml +++ b/jjb/integration/integration-test-jobs.yaml @@ -222,17 +222,19 @@ - integration-controller-scope: controller-scope: 'only' - integration-controller-features: - controller-features: 'odl-openflowplugin-flow-services-ui' + controller-features: 'odl-openflowplugin-flow-services-ui,odl-bgpcep-pcep-all,odl-bgpcep-bgp-all,odl-bgpcep-bgp,odl-bgpcep-pcep,odl-netconf-connector-all' - integration-test-options: test-options: '-e adsal' - integration-test-plan: - test-plan: 'openflowplugin-flow-services.txt' + test-plan: 'test-libraries.txt' + - integration-patch-refspec: + branch: '$GERRIT_REFSPEC' scm: - integration-gerrit-scm: credentials-id: '{ssh-credentials}' basedir: 'test' - refspec: '$GERRIT_REFSPEC' + refspec: '$PATCHREFSPEC' branch: 'master' wrappers: -- 2.36.6