-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Device Defender Integration Tests #368
Conversation
integration-tests/source/devicedefender/DeviceDefenderIntegrationTests.cpp
Outdated
Show resolved
Hide resolved
e13e9a7
to
3a4183b
Compare
criteria.SetDurationSeconds(300); | ||
criteria.SetValue(metricValue); | ||
criteria.SetConsecutiveDatapointsToAlarm(1); | ||
criteria.SetConsecutiveDatapointsToClear(1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you think this line can be causing any issue? would probably be safer to set this to 100 or something
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope that is the issue. Just changed! Thanks!
aca249b
to
d8fc347
Compare
59d9e2e
to
720cf9a
Compare
bd0897e
to
f06f16d
Compare
Motivation
Modifications
Change summary
Added Integration tests for DD
Fixed typo in ubi8 docker image tag
Added a Download File integration test for Jobs
Revision diff summary
If there is more than one revision, please explain what has been changed since the last revision.
Testing
Is your change tested? If not, please justify the reason.
Please list your testing steps and test results.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.