You can preconfigure SOAtest and Virtualize during Linux and MacOS installations.

  1. Create a settings file that includes the options you want to preconfigure the installation with. See Settings for details on available options.
  2. Pass that settings file to the installer using the --configure parameter.
    For example:
    --configure <PATH_TO_SETTINGS_FILE>

The settings file will be copied into the SOAtest and Virtualize directory as parasofttest.ini. Settings from that file are used to initialize a clean workspace during startup.

You can also configure licensing upon command line startup using -settings. For details, see Licensing.

If you want to apply settings to an existing workspace, you need to add an additional property to the settings file: enforce.configure=true. This overrides existing settings during the first startup after the installation/reinstallation.

Linux/MacOS Options

OptionDescription
--non-interactiveRun the installer in non-interactive mode.
--accept_eulaIndicate 'yes' to accept the end-user license agreement. This is required when using --non-interactive and the EULA must be accepted to use the product. Please read the EULA at https://www.parasoft.com/license.
--install-dir <LOCATION>Destination location for installed product's files.
--configure <SETTINGS_FILE>Pre-configure product during installation step.
--helpPrints the available command line options.

Examples

parasoft_soavirt_<VERSION>_linux.sh --non-interactive --accept-eula yes --install-dir <SOATEST_DIR> --configure=<SETTINGS_FILE>

Sample Settings File

Here is a sample settings file that configures License.

soatest.license.use_network=true
soatest.license.network.edition=server_edition 
virtualize.license.use_network=true
virtualize.license.network.edition=server_edition
license.network.url=https://server.company.com:8443
enforce.configure=true