In this section:
dottest.license.use_network
This setting enables or disables retrieving the network license from DTP or License Server. You can specify where the license will be retrieved from by configuring the network license type.
Acceptable Values
true | Default. The network license is enabled. |
---|---|
false | The network license is disabled. |
Example Usage
The following configuration enables retrieving the network license.dottest.license.use_network=true
Related
dottest.license.network.type
This setting specifies where the network license will be retrieved from. This setting requires that the dottest.license.use_network
is set to true
.
Acceptable Values
dtp | The license is stored in DTP. |
---|---|
ls | Default. The license is stored in Licence Server. This license limits usage to a number of machines specified in your licensing agreement. |
Example Usage
The following configuration retrieving the network license from DTP.
dottest.license.use_network=true
dottest.license.network.type=dtp
Related
dottest.license.local.password
This setting specifies the password that is required to set the local license.
Acceptable Values
[password] | The password obtained from Parasoft. |
---|
Example Usage
dottest.license.local.password=PARASOFT_8124E66D29BABE028AA2F743221D65B16970A8F2001936149FB5D5B201DD64B3CA42225A32EA32AF56AA5C0D
Related
dottest.license.local.expiration
This setting specifies the expiration date of the local license.
Acceptable Values
[expiration_number] | The value that represents your license expiration date obtained from Parasoft. |
---|
Example Usage
dottest.license.local.expiration=7667921
Related
dottest.license.network.edition
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
.
Acceptable Values
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. |
Example Usage
The following configuration enables the license optimized for desktop usage.
dottest.license.use_network=true
dottest.license.network.edition=deskop_edition
Related
dottest.license.custom_edition_features
This setting specifies active features for the custom license edition. You can use a comma-separated list to specify more than one feature.
Acceptable Values
[feature_name] | The name of the feature that will be enabled according to your license agreement. |
---|
Example Usage
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
Related
dottest.license.wait.for.tokens.time
This setting specifies the waiting time for the license if the license is not currently available.
Acceptable Values
[minutes] | The time limit for waiting for a license. |
---|
Example Usage
The following configuration sets the waiting time to 2 minutes:
dottest.license.wait.for.tokens.time=2
Related
license.network.use.specified.server
This setting enables or disables retrieving the license from another instance of DTP or a standalone License Server specified with the license.network.host
and license.network.port
options.
Acceptable Values
true | Advanced network license configurations is enabled. |
---|---|
false | Default. Advanced network license configurations is disabled. |
Example Usage
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
Related
license.network.host
This setting specifies the host name of 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
.
If your server uses the HTTPS protocol, precede the hostname with https://
.
Acceptable Values
[host_name] | The host name of your additional DTP server or the standalone License Server. |
---|
Example Usage
license.network.host=jade.mycompany.com
license.network.host=https://aurelia.mycompany.com
Related
license.network.port
This setting specifies the port number that is assigned to the standalone License Server or the additional DTP server specified with the license.network.host option. Typically, DTP runs on ports 443 or 8443. The port on a standalone License Server depends on your Tomcat settings (commonly 80 or 8080). This setting requires the license.network.use.specified.server option set to true
.
Acceptable Values
[port_number] | The port number on your additional DTP server or the standalone License Server. |
---|
Example Usage
license.network.port=8443
Related
license.network.context.path
Specifies the path to the DTP License Server. The context path is a relative path from the host name specified with the license.network.host setting. This setting should only be configured if DTP is deployed to a location other than the root of the host server, which may be the case if your organization uses a reverse proxy.
Configuring 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.
Acceptable Values
[URL_prefix] | The URL prefix that is added to your host name. |
---|
Example Usage
In the following example, the additional DTP is deployed at https://ada.mycompany.com/foo/bar.
license.network.host=ada.mycompany.com
license.network.context.path=/foo/bar
license.network.auth.enabled
This setting enables or disables authentication for advanced network configuration on DTP.
Acceptable Values
true | DTP authentication is enabled. |
---|---|
false | Default. DTP authentication is disabled. |
Example Usage
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
Related
license.network.user
This setting specifies the username for authentication on the additional DTP server specified with the license.network.host option. It requires the license.network.use.specified.server and license.network.auth.enabled options set to true
.
Acceptable Values
[username] | The username for your additional DTP server authentication. |
---|
Example Usage
license.network.user=natsmi
Related
license.network.password
This setting specifies the password for authentication on the additional DTP server specified with the license.network.host 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
.
Acceptable Values
[password] | The password for your additional DTP server authentication. |
---|
Example Usage
license.network.password=zZ!3p?Almaq2t