diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-01-24 16:08:57 +0100 |
---|---|---|
committer | Fatih Degirmenci <fdegir@gmail.com> | 2018-01-24 16:08:57 +0100 |
commit | 9f585b8d5eb8bffcb2040ef97ec8300c1af10d1f (patch) | |
tree | 153dde10ac507935f34aebda22bf28e65323a07a /xci/playbooks/run-functest.yml | |
parent | ecdf92e8468656c8a4660498b75d30d914577f9d (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/run-functest.yml')
-rw-r--r-- | xci/playbooks/run-functest.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/xci/playbooks/run-functest.yml b/xci/playbooks/run-functest.yml new file mode 100644 index 00000000..8b3b29a1 --- /dev/null +++ b/xci/playbooks/run-functest.yml @@ -0,0 +1,20 @@ +--- +# 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: Prepare the environment for functest and run tests + hosts: opnfv + user: root + roles: + - role: "run-functest" |