Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2022.1

...

You can configure SOAtest and Virtualize  to wait for a license token if a requested token is not currently available by specifying the  license.wait.for.tokens.time option when using the command line interface. For additional information, see 

the following pages:

...

  1. Set up the PARASOFT_SUPPORT_NET_INTERFACES environment variable according to your operating system.
  2. Set the variable value to a stable ethernet network interface. Do not use virtual, temporary or loopback interfaces. 
    • Windows: Set the value to the MAC address of your network card, e.g.:

      Code Block
      languagepowershell
      SET PARASOFT_SUPPORT_NET_INTERFACES=00-10-D9-27-AC-85


    • Linux/macOS: Set the value to one of the network interfaces from the "inet" or "inet6" family, e.g.:

      Code Block
      languagebash
      export PARASOFT_SUPPORT_NET_INTERFACES=eth1

Anchor
local_license
local_license
Using a Local License

Local licenses do not request a license token from a server on the network. Instead, they are locked to a specific machine. You will need to provide your machine ID to your Parasoft representative, who will send you a license password. The machine ID appears in the Parasoft license configuration screen.  

...

You can create SOAtest and Virtualize configuration file and specify your license settings. See Configuring LocalsettingsSettings (SOAtest) and Localsettings Settings (Virtualize) for details on creating and configuring the file.

...

You can export your configuration settings to a .properties file and share with team members. See Configuring LocalsettingsSettings or Localsettings Settings for details. 

Configuring SOAVirt WAR License from CTP

...