You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for Chainsaw tests in mariadb-operator
New makefile targets to support the testing of mariadb-operator
with Chainsaw tests in addition of KUTTL tests. The latter
will eventually get replaced by the former.
Jira: OSPRH-13839
# Set the value of $MARIADB_CHAINSAW_NAMESPACE if you want to run the keystone
2066
+
# kuttl tests in a namespace different than the default (mariadb-chainsaw-tests)
2067
+
mariadb_chainsaw: input deploy_cleanup mariadb mariadb_deploy_prep ## runs chainsaw tests for the mariadb operator. Installs mariadb operator and cleans up previous deployments before running the tests, add cleanup after running the tests.
0 commit comments