Intersmash / intersmash

Intersmash - Cloud-native testing with Java!
Apache License 2.0
5 stars 13 forks source link

Some provisioner factories are missing and the unit tests are not covering all supported provisioners #148

Closed fabiobrz closed 9 months ago

fabiobrz commented 9 months ago

Describe the bug We noticed failures when using Intersmash for internal tests using some product provisioners, e.g.: EAP 7 template based provisioner.

To Reproduce Implement Eap7TemplateOpenShiftApplication and use it as the @Intersmash test class @Service to provision on OpenShift. When the test is run it fails with No provisioner found for...

Expected behavior EAP 7 template based application must be successfully deployed via the @Intersmash(@Service(...)) annotations

Screenshots N/A

Additional context The factory is missing, test coverage must be fixed to cover all the supported applications/provisioners/factories