Skip to content
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

Merged
merged 27 commits into from
Jan 13, 2023
Merged

Add Device Defender Integration Tests #368

merged 27 commits into from
Jan 13, 2023

Conversation

shangabl
Copy link
Contributor

Motivation

  • Need integration tests for Device Defender

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.

  • CI test run result:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

RogerZhongAWS
RogerZhongAWS previously approved these changes Jan 4, 2023
RogerZhongAWS
RogerZhongAWS previously approved these changes Jan 5, 2023
xlcheng1
xlcheng1 previously approved these changes Jan 5, 2023
@shangabl shangabl dismissed stale reviews from xlcheng1 and RogerZhongAWS via fdaeb65 January 5, 2023 19:18
criteria.SetDurationSeconds(300);
criteria.SetValue(metricValue);
criteria.SetConsecutiveDatapointsToAlarm(1);
criteria.SetConsecutiveDatapointsToClear(1);
Copy link
Contributor

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

Copy link
Contributor Author

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!

xlcheng1
xlcheng1 previously approved these changes Jan 6, 2023
RogerZhongAWS
RogerZhongAWS previously approved these changes Jan 11, 2023
xlcheng1
xlcheng1 previously approved these changes Jan 11, 2023
@shangabl shangabl merged commit d81e71a into main Jan 13, 2023
@shangabl shangabl deleted the integration-tests branch January 13, 2023 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants