-
Notifications
You must be signed in to change notification settings - Fork 152
test: Add test coverage for Disk Encryption, Config, and Disk #677
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
test: Add test coverage for Disk Encryption, Config, and Disk #677
Conversation
|
Disk encryption is not available in all regions. Putting the PR in draft for now |
| delete_target_id(target="nodebalancers", id=nodebalancer_id) | ||
|
|
||
|
|
||
| def get_regions_with_capabilities(capabilities): |
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.
Refactored and moved to helpers.py
ezilber-akamai
left a comment
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.
LGTM! Tests passing locally.
jriddle-linode
left a comment
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.
LGTM, working locally.
📝 Description
Added Integration coverage :
CI improvement:
run_long_testsNotable refactors and test functions:
get_random_region_with_capsfunction tohelper.pyget_disk_idsto return disk ids inhelpers_linodes.pyretry_exec_test_command_with_delayfunction to retry command in case when particular instance/source is not ready✔️ How to Test
make MODULE=lke testintmake MODULE=vpc testintmake MODULE=linodes/test_rebuild.py RUN_LONG_TESTS=True testintmake MODULE="linodes/test_configs.py" testintmake MODULE="linodes/test_disk.py" testint📷 Preview
If applicable, include a screenshot or code snippet of this change. Otherwise, please remove this section.