-
Notifications
You must be signed in to change notification settings - Fork 136
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
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 |
@@ -465,34 +466,6 @@ def nodebalancer_with_default_conf(linode_cloud_firewall): | |||
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
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.
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_tests
Notable refactors and test functions:
get_random_region_with_caps
function tohelper.py
get_disk_ids
to return disk ids inhelpers_linodes.py
retry_exec_test_command_with_delay
function to retry command in case when particular instance/source is not ready✔️ How to Test
make MODULE=lke testint
make MODULE=vpc testint
make MODULE=linodes/test_rebuild.py RUN_LONG_TESTS=True testint
make MODULE="linodes/test_configs.py" testint
make MODULE="linodes/test_disk.py" testint
📷 Preview
If applicable, include a screenshot or code snippet of this change. Otherwise, please remove this section.