Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.35 KB

File metadata and controls

39 lines (27 loc) · 1.35 KB

This playbook aims to be an improved version of the sanity tests. It is initially targeted at the CAHC stream

The focus of this set of tests are things like:

  • adding users
  • modifying /etc
  • adding data to /var
  • /tmp permissions

...and the interaction of these actions during upgrades and rollbacks.

In the future, the playbook can be expanded with similar small and focused tests.

Prerequisites

Running the Playbook

To run the test, simply invoke as any other Ansible playbook:

$ ansible-playbook -i inventory tests/improved-sanity-test/main.yml

To run against a cloud image, run with the option: --tags cloud_image To run against RHCOS, run with the option: --tags rhcos

NOTE: You are responsible for providing a host to run the test against and the inventory file for that host.