From 675b99e328a11ddc184823e59be9e51e24bad858 Mon Sep 17 00:00:00 2001 From: Ryota MIBU Date: Mon, 29 Aug 2016 13:50:11 +0900 Subject: add doctor-functest verify job This patch adds a new jenkins job which will be executed every time doctor patch is uploaded. The code will be verified by executing doctor scenario on the specific pod using functest. JIRA: DOCTOR-70 Change-Id: I480cd905991ccb1ef7426187fe83cbf1ae798ce9 Signed-off-by: Ryota MIBU --- jjb/functest/functest-ci-jobs.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'jjb/functest/functest-ci-jobs.yml') diff --git a/jjb/functest/functest-ci-jobs.yml b/jjb/functest/functest-ci-jobs.yml index 0f0cabab3..7120790d8 100644 --- a/jjb/functest/functest-ci-jobs.yml +++ b/jjb/functest/functest-ci-jobs.yml @@ -264,6 +264,10 @@ - 'vims' - 'multisite' - 'parser' + - string: + name: TESTCASE_OPTIONS + default: '' + description: 'Addtional parameters specific to test case(s)' - parameter: name: functest-parameter parameters: -- cgit 1.2.3-korg