Forum Discussion
This question seems to be basically entirely about how to use OpenShift, since you say you've already got the SoapUI part doing what you want... perhaps you'll get better help than what I can offer via an OpenShift community?
From a quick browse of the Docker site, it looks like you'll need to select a base image for your container.
You could choose a webserver and deploy from WAR. Something like...
docker pull tomcat
And then some image that gives you bash to run your client via testrunner.sh:
docker pull ubuntu
Or use the same image with bash for both, just running the server via soapui's mockservicerunner.sh.
Thank you!
Believe it or not, your simple reply says a lot to someone new to both SoapUI and OpenShift.
My next step would have been to contact Red Hat or the OpenShift community, however I just wanted to get an idea of how anyone out there might be running their SoapUI tests in OpenShift first.
Thanks again,
Mike
Related Content
- 9 years ago
- 8 years ago
Recent Discussions
- 15 years ago