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>
- 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
+++ /dev/null
-#!/bin/bash
-
-echo "Functional testing with functest"