Service Virtualization

 View Only
  • 1.  Dev Test workstation as docker

    Posted May 21, 2019 03:55 AM

    I was trying to explore the options to run my test cases in a docker container and couldn't get the details around this.

     

    We have an enterprise dashboard and registry running externally. Currently I'm using that registry information to connect and run my test cases in local workstation. I want to run the test cases in docker containers connecting to the same registry. 

     

    Could you please share me some thoughts around this?



  • 2.  Re: Dev Test workstation as docker

    Posted May 21, 2019 05:12 AM

    Very high level:

    • You would need to spin up a Coordinator as a Docker container (configure to connect to external registry).
    • And you would need to spin up a Simulator as a Docker container (configure to connect to external registry).
    • You stage your testcases in a .mar file
    • You use either testrunner or the Lisa-Invoke API to connect to the registry and execute your .mar file

     

    Search in the documents section of this communities site for the "DevTest Adventures in Dockerland" document, that should get you going with the configuration.

     

    Hope this helps,

    Danny