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
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 withNo provisioner found for...
Expected behavior EAP 7 template based application must be successfully deployed via the
@Intersmash(@Service(...))
annotationsScreenshots N/A
Additional context The factory is missing, test coverage must be fixed to cover all the supported applications/provisioners/factories