Service Virtualization

Expand all | Collapse all

How to automate service virtualization from a CI/CD pipeline based on an interface definition

  • 1.  How to automate service virtualization from a CI/CD pipeline based on an interface definition

    Posted Nov 13, 2018 12:59 PM

    My goal is to find a way to automate SV from a CI/CD pipeline based on an interface definition existing in some type of SCM repo.  Ideally, developers would create an interface definition for their service and check it in a repo.  This step is required for any development effort.  For SV, rather than introduce some manual steps to stand up the service the goal would be to leverage the code or interface definition used to generate the actual service to also automatically generate a stub or virtual service.



  • 2.  Re: How to automate service virtualization from a CI/CD pipeline based on an interface definition

    Posted Nov 14, 2018 11:40 PM

    DevTest comes with a set of Rest APIs, Using the APIs - DevTest Solutions - 10.4 - CA Technologies Documentation, that you can use to create and deploy virtual services. You can call the APIs from a Jenkins pipeline. As of DevTest 10.4 there's a Jenkins plugin Using Jenkins Plugin for CA Service Virtualization - DevTest Solutions - 10.4 - CA Technologies Documentation