This topic explains how you can specify settings to control options for reporting, task assignment, licensing, and more. Settings can be used to share preferences across a team as well as to apply different groups of settings to different projects and test runs.
Sections include:
Table of Contents | ||
---|---|---|
|
...
Setting | Purpose | ||||||
---|---|---|---|---|---|---|---|
parasoft.eula.accepted=true|false | Allows you to accept the terms of Parasoft End User License Agreement (EULA). Default: false | ||||||
cpptest.license.use_network=true|false | Enables or disables retrieving a network license. Example: Default: true By default, C/C++test will try to retrieve a license from License Server on the DTP configured as your primary DTP server; see Parasoft DTP Settings. If you want to configure another License Server, enable the | ||||||
cpptest.license.local.password=[password] | Specifies the local password that you want C/C++test to use. | ||||||
cpptest.license. local.expiration=[expiration] | Specifies the expiration date of the local license. Default: 0 | ||||||
cpptest.license. network.edition=[edition_name] | Specifies the type of the network license that will be retrieved from the Licence Server. This setting requires that the Acceptable edition names:
Default: Example: The following configuration enables the license optimized for desktop usage. | ||||||
cpptest.license.custom_edition_features=[feature name] | Specifies the features you want to enable in the custom edition of the C/C++test license. You can use a comma-separated list to specify multiple features. Acceptable feature names:
| ||||||
cpptest.license.wait.for.tokens.time=[time in minutes] | Specifies the time that C/C++test will wait for a license if a license is not currently available. For example to make C++test wait 3 minutes for license tokens, use Default: 0 | ||||||
cpptest.license.autoconf.timeout=[seconds] | Specifies the maximum number of seconds C/C++test will wait for the license to be automatically configured from License Server. Default: 20 | ||||||
license.network.use.specified.server =true|false | Enables or disables retrieving the license from a custom License Server (either standalone or deployed on another instance of the DTP server) specified with the Example: Default: false | ||||||
license.network.url=[url] | 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 If DTP is 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. The context path is not supported for a standalone License Server. 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. Example: Example including a context path: license.network.url=https://aurelia.mycompany.com:8443/contextPath | ||||||
| Enables or disables authentication on the License Server specified with the It requires the | ||||||
license.network.user=[username] | Specifies the username for authentication on the License Server specified with the Example: | ||||||
license.network.password=[password] | Specifies the password for authentication on the License Server specified with the Example: |
...