Sign inSign up

parasoft/ctp

By parasoft

Updated 22 days ago

Parasoft Continuous Testing Platform

Image
0

10K+

parasoft/ctp repository overview

Quick reference

What is Parasoft Continuous Testing Platform?

Parasoft Continuous Testing Platform provides a centralized server with web interface for all environment management, API testing and service virtualization activities. Multiple Parasoft SOAtest & Virtualize servers can register with a single Continuous Testing Platform to coordinate test environments across multiple teams.

How to use this image

Start the Continuous Testing Platform as a Docker daemon container and acquire a network license key.

$ docker run --name ctp -p 8080:8080 --env LICENSE_SERVER_URL=https://licenseserver:8443 --env LICENSE_SERVER_AUTH_ENABLED=false --env LICENSE_SERVER_USERNAME=admin --env LICENSE_SERVER_PASSWORD=admin --env USAGE_DATA=true  -v CTP_DATADIR:/usr/local/parasoft/ctp/hsqldb -d parasoft/ctp:latest

Environment Variables

  • LICENSE_SERVER_URL configures CTP to connect to license server at the specified base URL
  • LICENSE_SERVER_AUTH_ENABLED configures CTP to use basic authentication when connecting to license server
  • LICENSE_SERVER_USERNAME configures CTP to connect to license server as the specified user
  • LICENSE_SERVER_PASSWORD configures CTP to connect to license server with the specified password
  • USAGE_DATA set to true or false to opt-in or opt-out of sending anonymous usage data to Parasoft
  • ACCEPT_EULA accepts the End User License Agreement if set to true

Mountable Volumes

  • /usr/local/parasoft/ctp/hsqldb CTP embedded HyperSQL database
  • /usr/local/parasoft/exports Exported test data repositories

Notes

Docker Desktop is not supported. If you run the Parasoft CTP container in Docker Desktop, the Parasoft machineId will be 0.

Upgrading docker may result in the Parasoft machineId changing.

License

You need to view and agree to the Parasoft End User License Agreement (EULA) for the software contained in this image.

As with all Docker images, these likely also contain other software which may be under other licenses. As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

Tag summary

Content type

Image

Digest

sha256:47dbcbb6a

Size

470.9 MB

Last updated

22 days ago

docker pull parasoft/ctp