summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/prepare-tests.yml
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2018-01-24 16:08:57 +0100
committerFatih Degirmenci <fdegir@gmail.com>2018-01-24 16:08:57 +0100
commit9f585b8d5eb8bffcb2040ef97ec8300c1af10d1f (patch)
tree153dde10ac507935f34aebda22bf28e65323a07a /xci/playbooks/prepare-tests.yml
parentecdf92e8468656c8a4660498b75d30d914577f9d (diff)
xci: Integrate functest
This change integrates functest in most easiest and messy way to get it up and running to bring functest into CI. The reason for this is that there are strange failures during functest healthcheck and it is important to look into those rather than beautifying how functest is integrated at this phase. Change-Id: I42e993be4aa15da022fa1e0069338447780f177e Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'xci/playbooks/prepare-tests.yml')
-rw-r--r--xci/playbooks/prepare-tests.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/xci/playbooks/prepare-tests.yml b/xci/playbooks/prepare-tests.yml
deleted file mode 100644
index ee30094d..00000000
--- a/xci/playbooks/prepare-tests.yml
+++ /dev/null
@@ -1,19 +0,0 @@
----
-# Copyright 2017, SUSE LINUX GmbH.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-- name: Setup functest installing required packages and create the public network
- hosts: opnfv
- roles:
- - role: "prepare-functest"