From f7e288dec1de77be635c5024729fb97de02641ba Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Wed, 28 Feb 2018 11:37:52 +0000 Subject: functest: Move run-functest.sh execution out of ansible Ansible throws out the log at the end of task execution which makes it hard to read. This change renames the role to prepare-functest and then takes the script execution out which will be executed by releng/jjb/xci/xci-run-functest.sh. Change-Id: Icf399ce4f04357814ed7109cd11113a9decddc50 Signed-off-by: Fatih Degirmenci --- xci/playbooks/prepare-functest.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 xci/playbooks/prepare-functest.yml (limited to 'xci/playbooks/prepare-functest.yml') diff --git a/xci/playbooks/prepare-functest.yml b/xci/playbooks/prepare-functest.yml new file mode 100644 index 00000000..6d5b01c6 --- /dev/null +++ b/xci/playbooks/prepare-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 + hosts: opnfv + user: root + roles: + - role: "prepare-functest" -- cgit 1.2.3-korg