IVCTool / IVCT_Framework

For IVCT Framework Developers. Core System for the IVCT (Integration, Verification and Certification Tool) for HLA Federates
Apache License 2.0
16 stars 4 forks source link

IVCT: SuT Capability Status #239

Closed michaeltheis closed 4 years ago

michaeltheis commented 4 years ago

Define how the conformance status of a SuT and each of its capability badges is defined.

rhzg commented 4 years ago

Options are:

  1. PASSED if all test cases are passed at least once
  2. PASSED if last execution of all test cases is passed
  3. PASSED if all test cases executions are passed
  4. PASSED if "certification mode" is active and all test cases are executed once with verdict passed.

others ideas?

fschoeppenthau commented 4 years ago

Currently number 2 is applied: PASSED if last execution of all test cases is passed.

fschoeppenthau commented 4 years ago

More information about the SuT Capability Status / Conformance Status: https://github.com/IVCTool/IVCT_Operation/blob/develop/docs/src/IVCT-GettingStarted-Graphical-User-Interface.adoc#sut-capability-status--conformance-status

rhzg commented 4 years ago

solved