infra-docs-fpo/modules/sysadmin_guide/pages/sop_fas2discourse_operator_testing.adoc
David Kirwan c0d6947dba
ocp4 sops moved into sysadmin_guide
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2024-07-22 10:37:01 +01:00

14 lines
547 B
Text

= 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`