Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ENGINES1031 and version 10.4.0

...

Anchor
network_license
network_license

...

dottest

...

.license.use_network

...

Acceptable Values

true

Default. The network license is enabled.

falseThe network license is disabled.

...

The following configuration enables retrieving the network license.

...

dottest.license.use_network=true

...

Anchor
network_license_type
network_license_type

...

...

dottest

...

.license.network.type

...

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.

...

The following configuration retrieving the network license from DTP.

...

...

dottest

...

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

Related

...


...

dottest

...

.license.local.password

...

Acceptable Values

[password]The password obtained from Parasoft.

Example Usage

...

dottest.license.local.password=PARASOFT_8124E66D29BABE028AA2F743221D65B16970A8F2001936149FB5D5B201DD64B3CA42225A32EA32AF56AA5C0D

Related

...

...


dottest.license.local.expiration

...

Acceptable Values

[expiration_number]The value that represents your license expiration date obtained from Parasoft.

Example Usage

...

dottest

...

.license.local.expiration=7667921 

Related

...

Anchor
network_licence_edition
network_licence_edition

...

dottest.license.network.edition

...

. This setting requires that the 

...

dottest.license.use_network

...

is set to true.

Acceptable Values

...

The following configuration enables the license optimized for desktop usage.

...

dottest.license.use_network=true

dottest.license.network.edition=deskop_edition

Related

...

Anchor
custom_edition_features
custom_edition_features

...

...

dottest

...

.license.custom_edition_features

...

Acceptable Values

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

...

dottest

...

.license.network.edition=custom_edition

dottest.license.custom_edition_features=Static Analysis, Coverage

Related

...


...

dottest.license.wait.for.tokens.time

...

Acceptable Values

[minutes]The time limit for waiting for a license.

...

The following configuration sets the waiting time to 2 minutes:

...

:

...

...

Related