I added one property for changing the name of the Coordinator like:
lisa.coordName=CoordinatorTest
in the local.properties file based on the manual which URL is:
https://docops.ca.com/devtest-solutions/10-1/en/reference/property-descriptions/devtest-property-file-lisa-properties
Then I started Enterprise Dashboard, Registry, Coordinator and Simulator. I tried to stage the test case from the Workstation but the dialog for Stage Test Case described as "Coordinator".
This information means that the name that the name of Coordinator was not changed.
And I also found information from the coordinator.log file like:
2017-07-10 07:47:00,303Z (16:47) [main] INFO com.itko.lisa.test.Environment - LISA prop 'lisa.coordName'='CoordinatorTest'
...
...
...
2017-07-10 07:53:39,610Z (16:53) [main] INFO System.out - Creating a CoordinatorServer, name=Coordinator, testRegistry=...
This information means that the property value was changed but the name of Coordinator was not changed.
This is a known problem in DevTest 9.5, 9.5.1, 10.0, 10.1 and 10.2.
Release: Service Virtualization 9.5, 9.5.1, 10.0, 10.1, 10.2.
Component: Coordinator
Please add one line below:
-Dlisa.coordName=CoordinatorTest
in the CoordinatorServer.vmoptions or CoordinatorService.vmoptions file and restart the Coordinator.