You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2024. It is now read-only.
This model contains two chained processes with flows and latencies, as well as and an end-to-end flow traversing the two processes, with a latency spec, inferior to the sum of the two processes latencies.
Therefore, when a latency analysis is performed, as expected I have end-to-end latencies errors reported.
But when I run the Alisa verification, the corresponding evidence "responsetime" passes.
The documentation of FlowLatencyAnalysis method (in project AlisaPredefined) states "Analysis of all end-to-end flows in a system instance or for a specific end-to-end flow".
Hi,
I have created a simple model with associated Alisa files, that you can find here:
https://gist.github.com/paolo-crisafulli/8310d73e3af3d35f24e8fedf4b7b58a2
This model contains two chained processes with flows and latencies, as well as and an end-to-end flow traversing the two processes, with a latency spec, inferior to the sum of the two processes latencies.
Therefore, when a latency analysis is performed, as expected I have end-to-end latencies errors reported.
But when I run the Alisa verification, the corresponding evidence "responsetime" passes.
The documentation of FlowLatencyAnalysis method (in project AlisaPredefined) states "Analysis of all end-to-end flows in a system instance or for a specific end-to-end flow".
Shouldn't Alisa report a claim violation here?