In this section:
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.
true | Default. The network license is enabled. |
---|---|
false | The network license is disabled. |
The following configuration enables retrieving the network license.
cpptest.license.use_network=true
This setting specifies where the network license will be retrieved from. This setting requires that the
cpptest.license.use_network
is set to true
.
dtp | Default. The license is stored in DTP. |
---|---|
ls | The license is stored in Licence Server. This license limits usage to a number of machines specified in your licensing agreement. |
The following configuration retrieving the network license from DTP.
cpptest.license.use_network=true
cpptest.license.network.type=dtp
Related
This setting specifies the password that is required to set the local license.
[password] | The password obtained from Parasoft. |
---|
cpptest.license.local.password=PARASOFT_8124E66D29BABE028AA2F743221D65B16970A8F2001936149FB5D5B201DD64B3CA42225A32EA32AF56AA5C0D
This setting specifies the expiration date of the local license.
[expiration_number] | The value that represents your license expiration date obtained from Parasoft. |
---|
cpptest.license.local.expiration=7667921
This setting specifies the type of the network license that will be retrieved from DTP or Licence Server.
. This setting requires that the
cpptest.license.use_network
is set to true
.
desktop_edition | The license is optimized for desktop usage. |
---|---|
server_edition | The 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. |
The following configuration enables the license optimized for desktop usage.
dottest.license.use_network=true
cpptest.license.network.edition=deskop_edition
This setting specifies active features for the custom license edition. You can use a comma-separated list to specify more than one feature.
[feature_name] | The name of the feature that will be enabled according to your license agreement. |
---|
The following configuration enables the Static Analysis and Coverage features.
cpptest.license.network.edition=custom_edition
cpptest.license.custom_edition_features=Static Analysis, Coverage
This setting specifies the waiting time for the license if the license is not currently available.
[minutes] | The time limit for waiting for a license. |
---|
The following configuration sets the waiting time to 2 minutes:
cpptest.license.wait.for.tokens.time=2