...
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. |
...
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. |
...
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. |
---|
...
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. |
---|
...
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. |
...
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. |
---|
...
The following configuration enables the dotTEST, Static Analysis and Coverage features.
cpptestdottest.license.network.edition=custom_edition
cpptestdottest.license.custom_edition_features=dotTEST, Static Analysis, Coverage
...
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. |
---|
...
The following configuration sets the waiting time to 2 minutes:
dottest.license.wait.for.tokens.time=2
Related
...
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
.
...
This setting allows you to accept the terms of Parasoft End User License Agreement (EULA).
Acceptable Values
true | The Parasoft EULA is accepted. |
---|---|
false | Default. The Parasoft EULA is not accepted. |
Example Usage
In the following example, the Parasoft EULA is accepted:
...