How can I download the results of a verification (unit-by-unit or integration) in the repository?

1 view (last 30 days)
A verification in unit-by-unit or integration mode sent to the repository can not be downloaded from the spooler. It can be downloaded from Metrics if it's an integration verification, but a unit-by-unit verification, only one unit can be downloaded at a time.
We explain a possible workaround.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 21 Feb 2017
Results sent to Metrics can be downloaded with a batch command. The syntax is the following:
  • Under Windows:
%%%BEGIN SRC%%%
%POLYSPACE_COMMON%\RemoteLauncher\wbin\polyspace-results-repository.exe -verif-version [version] -server [queue manager] -unit-by-unit -prog [project] -download [download results folder]
%%%END SRC%%%
  • Under Linux:
%%%BEGIN SRC%%%
$POLYSPACE_COMMON/RemoteLauncher/bin/polyspace-results-repository.exe -verif-version [version] -server [queue manager] -unit-by-unit -prog [project] -download [download results folder]
%%%END SRC%
Example:
%%%BEGIN SRC%%%
%POLYSPACE_COMMON%\RemoteLauncher\wbin\polyspace-results-repository.exe -verif-version "1.0 (8)" -server myserver -unit-by-unit -prog MyProject -download C:\results
%%%END SRC%%%
If the results are for an integration project, replace -unit-by-unit by -integration

More Answers (0)

Products


Release

No release entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!