Versions Compared

Key

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

...

To configure the network license, specify the following settings in the .properties file:

  1. Set the cpptest.license.use_network property to true.

  2. Set the cpptest.license.network.type.

  3. Set the cpptest.license.network.edition.

  4. Ensure that the connection with DTP is configured; see Connecting to DTP.

...

To configure the local license, specify the following settings in the .properties file:

  1. Set the cpptest.license.use_network network property to false.

  2. Set the cpptest.license.local.password password property with your password.

...

If you are using a local license, you will need your machine ID to request a password from Parasoft. Run the following command from the command line to obtain your machine ID: 

...

Code Block
cpptestcli -machineID
Info
titleMachine ID for Cloud Environments

If you are using Azure or AWS services, you need to configure the cloudvm option in the .properties configuration file to ensure that your machine ID is properly calculated. You can set the option to one of the following values:

  • azure - Enables integration with Azure
  • aws - Enables integration with AWS
  • true - Enables integration with the automatically detected cloud computing platform
  • false - Disables integration (the default value)

If you set the value to false or if the option is not configured, integration with Azure or AWS is disabled.