-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: add step and platform commands for device network #227
Conversation
...sting-features-api/src/main/java/com/aws/greengrass/testing/features/GreengrassCliSteps.java
Show resolved
Hide resolved
...sting-features-api/src/main/java/com/aws/greengrass/testing/features/GreengrassCliSteps.java
Outdated
Show resolved
Hide resolved
...-platform-api/src/main/java/com/aws/greengrass/testing/platform/linux/LinuxNetworkUtils.java
Outdated
Show resolved
Hide resolved
2bbc729
to
482c4fb
Compare
482c4fb
to
75de3df
Compare
Unit Tests Coverage Report for aws-greengrass-testing-features
Minimum allowed coverage is Generated by 🐒 cobertura-action against 75de3df |
Unit Tests Coverage Report for aws-greengrass-testing-launcher
Minimum allowed coverage is Generated by 🐒 cobertura-action against 75de3df |
Unit Tests Coverage Report for aws-greengrass-testing-platform-api
Minimum allowed coverage is Generated by 🐒 cobertura-action against 75de3df |
Unit Tests Coverage Report for aws-greengrass-testing-platform-pillbox
Minimum allowed coverage is Generated by 🐒 cobertura-action against 75de3df |
Issue #, if available:
Description of changes:
Steps to set device network to offline and online.
Platform specific (Linux and MacOS) commands to run these steps.
Why is this change necessary:
To support confidence tests introduced in component template repo
PR: aws-greengrass/aws-greengrass-component-templates#40
How was this change tested:
Tested locally on MacOS and used EC2 instances for testing Linux changes.
Any additional information or context required to review the change:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.