From b572ad0442c967dbd19b1de6b0bd0734f243d2b8 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Thu, 1 Dec 2016 16:08:09 +0100 Subject: Functest jjob: add the option to provide the rc file as parameter Change-Id: Icb5dd3f0f46eb4891609d1f0e4d868e84fe49a14 Signed-off-by: jose.lausuch --- jjb/functest/functest-ci-jobs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (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 afeb1f92e..1cded61fc 100644 --- a/jjb/functest/functest-ci-jobs.yml +++ b/jjb/functest/functest-ci-jobs.yml @@ -280,7 +280,7 @@ - string: name: TESTCASE_OPTIONS default: '' - description: 'Addtional parameters specific to test case(s)' + description: 'Additional parameters specific to test case(s)' - parameter: name: functest-parameter parameters: @@ -300,6 +300,10 @@ name: CI_DEBUG default: 'false' description: "Show debug output information" + - string: + name: RC_FILE_PATH + default: '' + description: "Path to the OS credentials file if given" ######################## # trigger macros ######################## -- cgit 1.2.3-korg