Merge "run Functest daily in xci"
authorMorgan Richomme <morgan.richomme@orange.com>
Mon, 11 Sep 2017 07:31:59 +0000 (07:31 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 11 Sep 2017 07:31:59 +0000 (07:31 +0000)
jjb/xci/xci-daily-jobs.yml
jjb/xci/xci-functest.sh [deleted file]

index c39d07e..441acf5 100644 (file)
         - string:
             name: XCI_LOOP
             default: 'daily'
-
+        - string:
+            name: FUNCTEST_SUITE_NAME
+            default: 'daily'
+            description: "Daily suite name to run"
     builders:
         - description-setter:
             description: "Built on $NODE_NAME - Scenario: $DEPLOY_SCENARIO"
     name: xci-functest-builder
     builders:
         - shell:
-            !include-raw: ./xci-functest.sh
+            !include-raw:
+                - ../../utils/fetch_os_creds.sh
+                - ../functest/functest-alpine.sh
diff --git a/jjb/xci/xci-functest.sh b/jjb/xci/xci-functest.sh
deleted file mode 100755 (executable)
index 0f58dfe..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-echo "Functional testing with functest"