RedHat-SP-Security / tang-operator-tests

Upstream repository for tang-operator test suite
GNU General Public License v3.0
1 stars 1 forks source link

Include new option (environment variable) to avoid uninstalling after test execution #13

Closed sarroutbi closed 11 months ago

sarroutbi commented 11 months ago

An option to keep tang-operator version installed by the test suite should be included.

At this moment, the option DISABLE_BUNDLE_INSTALL_TESTS=1 allows deactivating the installation of the tang-operator (by keeping the one already installed), and also deactivates uninstall after test execution.

An option to only disable the uninstall operation (DISABLE_BUNDLE_UNINSTALL_TESTS) should be introduced to have the option to install the operator but not uninstall it.