-
Task
-
Resolution: Done
-
Major
-
jbossws-cxf-6.2.0.Final
-
None
Create a common test utilities to setup kubernetes tests. This mainly provides these functionalities:
- Create Kubeclients to create/delete resource.
- Deploy the yaml file before the test run and destroy the deployed resources after the tests. This can be the implemented with method annotated @BeforeAll and @AfterAll
- Create utility method to check the WFLY sever ready or not before the test run.