Remove redundant tests from InfinispanOperatorProvisionerTests, i.e. those testing the Java models can be merged into a single test method, using a single application. Also the basicProvisioningTest() method should be deleted and the test coverage for the lifecycle should be moved into ProvisionerCleanupTestCase (once renamed).
--
- Environment: testsuite/integration-tests
- Steps to reproduce: run integration tests.
Remove redundant tests from InfinispanOperatorProvisionerTests, i.e. those testing the Java models can be merged into a single test method, using a single application. Also the
basicProvisioningTest()method should be deleted and the test coverage for the lifecycle should be moved intoProvisionerCleanupTestCase(once renamed).--