Versions Compared

Key

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

...

The following configuration specifies the ut_linux tagwin tag:

session.tag=ut_linuxwin

build.id

This setting specifies a build identifier used to label results. It may be unique for each build but may also label more than one test sessions that were executed during a specified build. 

...

This setting specifies a set of tags that will be used to create coverage images in DTP. DTP supports up to 3 coverage images per report. 

Acceptable Values

[tag]

A commasemicolon-separated list of tags that will be used when coverage images are created in DTP.

...

[attribute]

A list of comma-separated attributeattributes. The following attributes are sup­ported by default: module, namespace, type, method.

...

trueDefault. Setup problems are printed to the console.
falseSetup problems are printed to the console.

report.ue_coverage_details_htmls

This setting specifies the type of coverage included in an additional report, which includes source code annotated with line-by-line coverage details when a test's HTML report links to it.

Acceptable Values

LCLine coverage is included in the report.DCDecision coverage is included in the report
.

report.separate_vm.xmx

This setting specifies how much memory should be used for reports generation. 

Acceptable Values

[memory_size] 

The maximum amount of memory allocated for report generation. The default is 120M.


report.separate_vm

This setting enables or disables generating reports as a separate virtual machine.

Acceptable Values

trueReports are generated as a separate virtual machine.
falseDefault. Generating reports as a separate virtual machine is disabled.

report.separate_vm.launch.file

This setting specifies the path to launch file that should be used during reports generation.

Acceptable Values

[path] 

The path to the launch file.


dupcode.sorting.mode

This setting specifies how elements in the code duplication findings are sorted. 

Acceptable Values

oldestThe oldest result is displayed at the top.
newestsThe newest result is displayed at the top.
pathsDefault. The results are sorted by full path names in the ascending alphabetical order (A to Z).


report.coverage.version

This setting specifies the version of the XML coverage report.

Acceptable Values

1Default. The standard version is used.
2The size of the XML report is optimized.


Anchor
report.dtp.publish
report.dtp.publish
report.dtp.publish

This setting determines whether the current installation of the product reports results of local analysis to the DTP server.

Acceptable Values

true

The results are published to DTP.

falseDefault. The results are not published to DTP.

...

This setting specifies whether the tested source code is published to the DTP server.  

Acceptable Values


offSource code is not published to DTP. Default when the report.dtp.publish option is enabled.
minThe minimal part of the source code is published (in most cases, source code without reference to source control, for example, auto-generated code, is published.
full

All of the source code from the specified scope is published to DTP. Default when the report.dtp.publish option is enabled.

...