Intersmash / intersmash

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

Add a test case that demonstrates the uses of 2 communicating pods #107

Closed rsearls closed 1 year ago

rsearls commented 1 year ago

Provide a test that demonstrates the creation and use of 2 communicating OpenShift pods.

The test case is a jaxws application that demonstrates the creation of 2 communicating OpenShift pods. One pod is a Security Token Service (STS). The other is the web service provider. The test itself is the web service requester. Modules sts and service build a bootable jar that is deployed to OpenShift.

fabiobrz commented 1 year ago

Closed as resolved via #108