infra-docs-fpo/modules/sysadmin_guide/pages/sop_fas2discourse_operator_testing.adoc

15 lines
547 B
Text
Raw Normal View History

= Test the fas2discourse Operator
== Resources
- [1] Code: https://pagure.io/cpe/fas2discourse/
- [2] Molecule: https://molecule.readthedocs.io/en/latest/
== Installation
There is a molecule directory bundled with the code [1] of this operator. They currently are designed to only run against a code ready container cluster.
To run the operator molecule tests:
- Ensure that the molecule utility is installed `dnf install python3-molecule`
- From a terminal, be logged into the crc cluster with cluster-admin privileges.
- Run `molecule test`