2022-11-28 20:09:42 +00:00
|
|
|
|
#
|
|
|
|
|
# Copyright © 2021 – 2022 Red Hat, Inc.
|
|
|
|
|
#
|
|
|
|
|
# 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.
|
|
|
|
|
#
|
|
|
|
|
|
2020-05-14 08:05:00 +00:00
|
|
|
|
---
|
2021-02-19 17:47:08 +00:00
|
|
|
|
- hosts: all
|
2020-05-14 08:05:00 +00:00
|
|
|
|
tasks:
|
2022-11-15 23:44:32 +00:00
|
|
|
|
- include_tasks: build.yaml
|
|
|
|
|
|
2020-05-14 08:05:00 +00:00
|
|
|
|
- name: Run system tests
|
2021-03-19 14:48:48 +00:00
|
|
|
|
command: bats --timing ./test/system
|
2020-05-14 08:05:00 +00:00
|
|
|
|
environment:
|
|
|
|
|
PODMAN: '/usr/bin/podman'
|
2021-10-22 12:21:41 +00:00
|
|
|
|
TOOLBOX: '/usr/local/bin/toolbox'
|
2020-05-14 08:05:00 +00:00
|
|
|
|
args:
|
|
|
|
|
chdir: '{{ zuul.project.src_dir }}'
|