In this section:
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
[password] | The password obtained from Parasoft. |
---|
dottest.license.local.password=PARASOFT_8124E66D29BABE028AA2F743221D65B16970A8F2001936149FB5D5B201DD64B3CA42225A32EA32AF56AA5C0D
[expiration_number] | The value that represents your license expiration date obtained from Parasoft. |
---|
dottest.license.local.expiration=7667921
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
[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
[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 the License Server (either standalone or deployed on another instance of the DTP 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 the License Server:
license.network.use.specified.server=true
This setting specifies the URL of the License Server (either standalone or deployed on another instance of the DTP server) used to obtain the license. It requires the license.network.use.specified.server option set to true
.
When the URL points to a DTP 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. For example: https://mydtp.mycompany.com:8443/contextPath. Refer to the DTP documentation for additional information about reverse proxy server configuration and context path configuration. The context path is not supported for a standalone License Server.
[URL] | The URL to the License Server you use to obtain the license. |
---|
license.network.url=https://jade.mycompany.com:8443
This setting enables or disables authentication for advanced network configuration on the License Server.
true | License Server authentication is enabled. |
---|---|
false | Default. License Server authentication is disabled. |
The following configuration allows you to configure the username and password required to use a license from the License Server:
license.network.auth.enabled=true
This setting specifies the username for authentication on the License 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 License Server authentication. |
---|
license.network.user=natsmi
This setting specifies the password for authentication on the License 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 License 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