Assertion on specific values in telemetry message during Integration Testing #1531
Unanswered
ThibFrgsGmz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Could you please describe how it is possible to check for specific values in telemetry data structures during system testing (with the Integration API)?
Let's say my deployment returns a response in the form of a data structure (either a simple
U32
or a more complex structure), how can I specify that I expect to have such and such value in the response?For example, the
mode ID
of the system under test at timeT
, or calculation values to ensure that a calculation was performed correctly.I need to define a predicate that I give to the
assert_telemetry()
function?Beta Was this translation helpful? Give feedback.
All reactions