Skip to content

classicvalues/aut

 
 

Repository files navigation

aut

ansible user tests - aka testing user-facing artifacts

This is a series of tests that release engineers can run to test release artifacts and ensure, on a very basic level, that they work as expected in most situations.

  • dockerfiles contains basic dockerfiles which install enough pre-reqs to make the scripts in pre work.

  • pre contains scripts that have various ways to install ansible and/or ansible-base and/or ansible-core.

  • run contains a series of tests which get run after a script in pre is executed to install Ansible.

  • matrix.yml describes the test matrix

  • build-matrix.py generates the Github Actions workflow YAML.

Using

To bump versions, update matrix.yml accordingly and run:

./update-matrix.sh

About

testing user-facing release artifacts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.9%
  • Shell 34.1%