From: Manuel Buil Date: Fri, 29 Sep 2017 14:10:17 +0000 (+0200) Subject: Create the prepare-tests playbook X-Git-Tag: 6.0.0~261^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=393c0281edcd36012756418191f423c00e87dc93;p=releng-xci.git Create the prepare-tests playbook This playbook should be executed in case we want to use the osa deployment as platform for testing a scenario. The playbook currently includes a call to the prepare-functest role which installs and sets-up everything to run functest based tests Change-Id: Ibb59825e64c5889f36fd3bfb38a4d23b67b11866 Signed-off-by: Manuel Buil --- diff --git a/xci/playbooks/prepare-tests.yml b/xci/playbooks/prepare-tests.yml new file mode 100644 index 00000000..ee30094d --- /dev/null +++ b/xci/playbooks/prepare-tests.yml @@ -0,0 +1,19 @@ +--- +# 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"