run Functest daily in xci 17/40417/2
authorMorgan Richomme <morgan.richomme@orange.com>
Mon, 28 Aug 2017 13:58:48 +0000 (15:58 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Fri, 8 Sep 2017 09:45:08 +0000 (11:45 +0200)
Functest daily is based on the functest alpine dockers:
 - healthcheck
 - smoke
 - features
 - vnf

Change-Id: I922f3a5946e8bc06229fb03a959abd2bfead132b
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
jjb/xci/xci-daily-jobs.yml
jjb/xci/xci-functest.sh [deleted file]

index 42079b2..c7d59d5 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"