Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SettingPurpose
cpptest.license. use_network=true|false

Determines whether C/C++test retrieves its license from LicenseServer.

Example: cpptest.license.use_network=true

Default: true

cpptest.license. network.host=[host]

Specifies the machine name or IP address of the machine running License Server Configuration Manager. 

Example: cpptest.license.network.host=10.9.1.63

cpptest.license. network.port=[port]

Specifies the License Server port number. 

Example: cpptest.license.network.port=2222

Default: 2002

cpptest.license.
network.edition=[edition_name]

Specifies the type of license that you want C/C++test to retrieve from License Server. 

[edition_name] can be automation_edition. To use a custom edition, do not set anything after the "="; simply leaving the value empty.

Example:

cpptest.license.network.edition=desktop_edition

cpptest.license.network.edition=automation_edition

Default: custom_edition

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

cpptest.license.
local.expiration=[expiration]

Specifies the local license that you want C/C++test to use.

Default: 0

cpptest.license. local.password=[password]Specifies the local password that you want C/C++test to use. 
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 cpptest.wait.for.tokens.time=3.

Default: 0

...

Serena Dimensions Repository Definition Properties

Note
titleLinux Configuration Note

To use Serena Dimensions, Linux users should run Parasoft Test in an environment prepared for using Serena programs, such as 'dmcli'

  • LD_LIBRARY_PATH should contain the path to <SERENA Install Dir>/libs.
  • DM_HOME should be specified.
PropertyDescription
scontrol.rep.type=serenaSerena Dimensions repository type identifier. 
scontrol.serena.dmroot=Path to  the Serena Dimensions executable (e.g., scontrol.serena.dmroot=C\:\\Program Files (x86)\\Serena\\Dimensions 2009 R2\\CM\\)
scontrol.rep.serena.login=Login name.
scontrol.rep.serena.password=Password.
scontrol.rep.serena.host=Serena Dimensions server host name.
scontrol.rep.serena.dbname=Name of the database for C/C++test
scontrol.rep.serena.dbconn=Connection string for that database.
scontrol.rep.serena.locale=The  language used (e.g., scontrol.rep.serena.locale=en_US).
scontrol.rep.serena.mapping=

If the project has been downloaded/moved to a location other than default work area, use this option to specify a mapping between the project (or stream) with the Serena repository and the local project.

If you are working in the default work area, you do not need to define mappings.

...