From 38c425bc2e6d13db0485def520f93291a2074efb Mon Sep 17 00:00:00 2001 From: gitting-around Date: Sat, 13 Apr 2024 00:55:31 +0200 Subject: [PATCH] added for faultinjection --- Incubator Example.md | 2 +- incubator/faultinjection.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 incubator/faultinjection.md diff --git a/Incubator Example.md b/Incubator Example.md index ece1877..aa7b58a 100644 --- a/Incubator Example.md +++ b/Incubator Example.md @@ -17,7 +17,7 @@ The content below helps **map the examples in the book with the corresponding un ## Part II - Models and Data ## Part III - Services for Digital Shadows and Digital Twins - +[10.2.2 Fault Injection](./incubator/faultinjection.md) ## Part IV - Realising Digital Shadows and Digital Twins ## Part V - Advanced Topics for Digital Twins diff --git a/incubator/faultinjection.md b/incubator/faultinjection.md new file mode 100644 index 0000000..b733857 --- /dev/null +++ b/incubator/faultinjection.md @@ -0,0 +1,12 @@ +--- +layout: page +--- + + + +## Code + +The FI plugin can be found [here](https://github.com/INTO-CPS-Association/fault-injection-maestro). + + +## References