In this section:

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

falseThe network license is disabled.

Example Usage

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



jtest.license.network.type

This setting specifies where the network license will be retrieved from. This setting requires that the jtest.license.use_networkis set to true.

Acceptable Values

dtp

Default. The license is stored in DTP.

lsThe license is stored in Licence Server. This license limits usage to a number of machines specified in your licensing agreement.

Example Usage

The following configuration retrieving the network license from DTP.

jtest.license.use_network=true
jtest.license.network.type=dtp

Related



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

jtest.license.local.password=PARASOFT_8124E66D29BABE028AA2F743221D65B16970A8F2001936149FB5D5B201DD64B3CA42225A32EA32AF56AA5C0D

Related



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

jtest.license.local.expiration=7667921 

Related


jtest.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 jtest.license.use_networkis set to true.

Acceptable Values

desktop_editionThe license is optimized for desktop usage.
server_editionThe license is configured for high-performance usage in server command line mode.
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.

jtest.license.use_network=true

jtest.license.network.edition=deskop_edition

Related


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

Example Usage

The following configuration enables the Static Analysis and Coverage features.

jtest.license.network.edition=custom_edition

jtest.license.custom_edition_features=Static Analysis, Coverage

Related



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

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

Related

  • No labels