diff options
author | 2017-09-29 16:10:17 +0200 | |
---|---|---|
committer | 2017-10-10 09:42:58 +0200 | |
commit | 393c0281edcd36012756418191f423c00e87dc93 (patch) | |
tree | ed6a56290c87a5302ca74aa708b66e5e79e9c0cf /xci | |
parent | a934224aed505efe524a9a4c2db3b917e5addfef (diff) |
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 <mbuil@suse.com>
Diffstat (limited to 'xci')
-rw-r--r-- | xci/playbooks/prepare-tests.yml | 19 |
1 files changed, 19 insertions, 0 deletions
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" |