Versions Compared

Key

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

...

KeyValueTypeDefaultCombinationDescriptionExample
ignoreboolBooltrueTrueOverrideIgnored model files / directories will not be included in the automatic testing process.
ignore = false
confidentialboolBoolfalseFalseOverrideIf set the test / benchmarks should not publish any information about the content or meta-data of the model.
confidential = true
modelFileExtensionComma separated list of stringsemptyEmptyOverrideA list of file name suffixes (file extensions) for identify model files.
modelFileExtension = sct
traceFileExtensionComma separated list of stringsemptyEmptyOverrideA list of file name suffixes (file extensions) for identify test trace files.
traceFileExtension = eso, .trace
resourceSetIDStringnullEmptyNot propagatedA globally unique identifier which will cause the associated model files to be loaded into one resource set which allows resolving cross references between models files.
resourceSetID = my-unique-id
modelPropertiesComma separated list of stringsemptyEmptyCombinedA list of model specific categories that should be assigned to the model. The categories are handled as a set where is property file in the hierarchy can add or remove (using !) new tags.
modelProperties = tiny-model, !broken
Other propertiesStringemptyEmptyOverrideAny user specific property.
complexity = 9001

Note that ignore is true by default, that means you have to set it explicitly to include new files/folders in the automatic testing process.

...