In order to ensure role functionality and cover it with fast functional testing, which can be executed on a local machine, molecule tests being added to the role. Tests are covering 3 scenarios so far: - default scenario for venv installation without wheels pre-build - uv scenario does the same, but using uv instead of pip - pip_wheels scenario deploys httpd web server for wheels pre-build Depends-On: https://review.opendev.org/c/zuul/zuul-jobs/+/979136 Change-Id: I273367646a8284c638dcab05e6685189c6aa798b Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
11 lines
230 B
YAML
11 lines
230 B
YAML
---
|
|
collections:
|
|
- name: https://github.com/ansible-collections/community.general
|
|
type: git
|
|
version: main
|
|
roles:
|
|
- name: httpd
|
|
version: master
|
|
scm: git
|
|
src: https://opendev.org/openstack/ansible-role-httpd
|