Skip to content

Releases: INTO-CPS-Association/fault-injection-maestro

Release/2.0.0

15 May 14:38

Choose a tag to compare

Grab the new version from Maven central https://search.maven.org/artifact/org.into-cps.maestro.faultinject/faultinject-bundle/2.0.0/jar
and https://search.maven.org/artifact/org.into-cps.maestro.faultinject/faultinject-bundle/2.0.0/jar:

<dependency>
  <groupId>org.into-cps.maestro.faultinject</groupId>
  <artifactId>faultinject-bundle</artifactId>
  <version>2.0.0</version>
</dependency>


Things that changed in this release

Uncategorized
  • upgraded to maestro 3.0.3-SNAPSHOT

FI Plugin v1.0.1

11 Jan 10:55

Choose a tag to compare

Contains:

  • Bugfix: wrapper saves state of output before injection.

Fault Injection Plugin Release

15 Jul 10:30

Choose a tag to compare

This is a maestro-based plugin that allow users to inject faults at the interface points of FMUs in a co-simulation.

It is possible to:

  • Configure the plugin with events to be injected through an xmlfile.
  • It is possible to inject multiple FMUs with different events within the same co-simulation.
  • Supported types: int, double, boolean, and string.
  • For int, double, and boolean it is possible to calculate the injected values based on the inputs/outputs values of the injected FMU.
  • It is possible to provide intricate expressions for the evaluation of when the event should be injected, i.e. not only time-based, but conditions on the inputs/outputs values of the injected FMU can also be used if needed.