In this section:
This setting enables or disables retrieving the network license from License Server.
true | Default. The network license is enabled. |
---|---|
false | The network license is disabled. |
The following configuration enables retrieving the network license.dottest.license.use_network=true
This setting specifies the password that is required to set the local license.
[password] | The password obtained from Parasoft. |
---|
dottest.license.local.password=PARASOFT_8124E66D29BABE028AA2F743221D65B16970A8F2001936149FB5D5B201DD64B3CA42225A32EA32AF56AA5C0D
This setting specifies the expiration date of the local license.
[expiration_number] | The value that represents your license expiration date obtained from Parasoft. |
---|
dottest.license.local.expiration=7667921
This setting specifies the type of the network license that will be retrieved from DTP or Licence Server. This setting requires that the dottest.license.use_network
is set to true
.
desktop_edition | The license is optimized for desktop usage. |
---|---|
desktop_compliance_edition | The license is optimized for desktop usage and configured to support compliance with coding standards. |
server_edition | The license is configured for high-performance usage in server command line mode. |
server_compliance_edition | The license is configured for high-performance usage in server command line mode and includes support for compliance with coding standards. |
custom_edition | Default. The customized license that requires specifying the list of available features. |
The following configuration enables the license optimized for desktop usage.
dottest.license.use_network=true
dottest.license.network.edition=desktop_edition
This setting specifies active features for the custom license edition. You can use a comma-separated list to specify more than one feature.
[feature_name] | The name of the feature that will be enabled according to your license agreement. |
---|
The following configuration enables the dotTEST, Static Analysis and Coverage features.
dottest.license.network.edition=custom_edition
dottest.license.custom_edition_features=dotTEST, Static Analysis, Coverage
This setting specifies the waiting time for the license if the license is not currently available.
[minutes] | The time limit for waiting for a license. |
---|
The following configuration sets the waiting time to 2 minutes:
dottest.license.wait.for.tokens.time=2
This setting enables or disables retrieving the license from another instance of DTP or a standalone License Server specified with the license.network.url option.
true | Advanced network license configurations is enabled. |
---|---|
false | Default. Advanced network license configurations is disabled. |
The following configuration allows you to configure the settings required to use a license from a standalone License Server or from another DTP:
license.network.use.specified.server=true
This setting specifies the URL to a standalone License Server or an additional DTP server you use to obtain the license. It requires the license.network.use.specified.server option set to true
.
The default port numbers for DTP are:
8443
for https://8080
(on Linux) and 80
(on Windows) for http://The port number for a standalone License Server should be 8080.
If DTP is deployed to a location other than the root of the host server, the URL should include a context path (a relative path from the host name). This may be the case if your organization uses a reverse proxy. The context path is not supported for standalone License Server. Refer to the DTP documentation for additional information about reverse proxy server configuration and context path configuration.
[URL] | The URL to a standalone License Server or an additional DTP server you use to obtain the license. |
---|
license.network.url=http://jade.mycompany.com:8080
In this example, the URL includes a context path:
license.network.url=https://aurelia.mycompany.com:8443/contextPath
This setting enables or disables authentication for advanced network configuration on DTP.
true | DTP authentication is enabled. |
---|---|
false | Default. DTP authentication is disabled. |
The following configuration allows you to configure the username and password required to use a license from from another DTP:
license.network.auth.enabled=true
This setting specifies the username for authentication on the additional DTP server specified with the license.network.url option. It requires the license.network.use.specified.server and license.network.auth.enabled options set to true
.
[username] | The username for your additional DTP server authentication. |
---|
license.network.user=natsmi
This setting specifies the password for authentication on the additional DTP server specified with the license.network.url option. We highly recommend that you use an encoded password to ensure successful authentication and increase the level of security; see Creating an Encoded Password.
This setting requires the license.network.use.specified.server and license.network.auth.enabled options set to true
.
[password] | The password for your additional DTP server authentication. |
---|
license.network.password=zZ!3p?Almaq2t
This setting allows you to accept the terms of Parasoft End User License Agreement (EULA).
true | The Parasoft EULA is accepted. |
---|---|
false | Default. The Parasoft EULA is not accepted. |
In the following example, the Parasoft EULA is accepted:
parasoft.eula.accepted=true