Skip to content
Snippets Groups Projects
Commit 4390e7fd authored by Alexander Diewald's avatar Alexander Diewald
Browse files

- Disable the check that the failure rate is set.

- Add a check for the selected deployment targets vs. the ComponentAllocations for the Virtual Link generation.
parent d2af68a0
No related branches found
No related tags found
No related merge requests found
......@@ -604,10 +604,10 @@ public class AF3SystemModelAdapter
for(ExecutionUnit execUnit : targetExecutionUnits) {
Double failureProb = resourceFailureProbabilies.get(execUnit);
if(failureProb == null) {
throw new Exception("The failure probablity for the target execution unit " +
execUnit.getName() + " has not been defined.");
}
// if(failureProb == null) {
// throw new Exception("The failure probablity for the target execution unit " +
// execUnit.getName() + " has not been defined.");
// }
Double power = resourcePowerConsumption.get(execUnit);
if(power == null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment