...
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. |
---|---|
false | The network license is disabled. |
...
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. |
---|
...
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. |
---|
...
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_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. |
...
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 |
...
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. |
---|
...
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. |
---|---|
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 the License Server:
...