In this section:

cpptest.license.use_network


This setting enables or disables retrieving the network license from License Server. 

Acceptable Values

true

Default. The network license is enabled.

falseThe network license is disabled.

Example Usage

The following configuration enables retrieving the network license.cpptest.license.use_network=true



cpptest.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

cpptest.license.local.password=PARASOFT_8124E66D29BABE028AA2F743221D65B16970A8F2001936149FB5D5B201DD64B3CA42225A32EA32AF56AA5C0D

Related



cpptest.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

cpptest.license.local.expiration=7667921 

Related


cpptest.license.network.edition

This setting specifies the type of the network license that will be retrieved from the Licence Server. This setting requires that the cpptest.license.use_network is set to true.

Acceptable Values

desktop_editionThe license is optimized for desktop usage.
desktop_compliance_editionThe license is optimized for desktop usage and configured to support compliance with coding standards.
server_editionThe license is configured for high-performance usage in server command line mode.
server_compliance_editionThe 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.

cpptest.license.use_network=true

cpptest.license.network.edition=desktop_edition

Related


cpptest.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

Automation

The name of the feature that will be enabled according to your license agreement.

AUTOSAR Rules
Code Dependency Export
Static Analysis
Coverage
CWE Rules
Desktop Command Line
DISA STIG Rules
DTP Publish
Flow Analysis
HIC++ Rules
JSF Rules
MISRA C 2012 Rules
MISRA Rules
OWASP Rules
Security Rules
SEI CERT C Rules
SEI CERT C++ Rules
Unit Test

Example Usage

The following configuration enables the C++test, Static Analysis and Coverage features.

cpptest.license.network.edition=custom_edition

cpptest.license.custom_edition_features=C++test, Static Analysis, Coverage

Related



cpptest.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:

cpptest.license.wait.for.tokens.time=2

Related


license.network.use.specified.server

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.

Acceptable Values

true

Advanced network license configurations is enabled.

falseDefault. Advanced network license configurations is disabled.

Example Usage

The following configuration allows you to configure the settings required to use a license from the License Server:

license.network.use.specified.server=true

Related


license.network.url

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.

Acceptable Values

[URL]The URL to the License Server you use to obtain the license.

Example Usage

Related


license.network.auth.enabled

This setting enables or disables authentication for advanced network configuration on the License Server.

Acceptable Values

true

License Server authentication is enabled.

falseDefault. License Server authentication is disabled.

Example Usage

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

Related


license.network.user

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.

Acceptable Values

[username]The username for your License Server authentication.

Example Usage

license.network.user=natsmi

Related


license.network.password

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.

Acceptable Values

[password]The password for your License Server authentication.

Example Usage

license.network.password=zZ!3p?Almaq2t

Related


parasoft.eula.accepted

This setting allows you to accept the terms of Parasoft End User License Agreement (EULA).

Acceptable Values

trueThe Parasoft EULA is accepted.
falseDefault. The Parasoft EULA is not accepted.

Example Usage

In the following  example, the Parasoft EULA is accepted:

parasoft.eula.accepted=true

Related


  • No labels