[Draft] AzureImageStandard: add Azure Linux 4.0 support for networkd, dhcp#4585
Open
bhagyapathak wants to merge 1 commit into
Open
[Draft] AzureImageStandard: add Azure Linux 4.0 support for networkd, dhcp#4585bhagyapathak wants to merge 1 commit into
bhagyapathak wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the AzureImageStandard core validation suite to better support Azure Linux (CBL-Mariner) 4.x by adjusting config file locations, daemon names, and introducing kernel TCP keepalive validation for SSH on Azure Linux 4+.
Changes:
- Update networkd config file path selection for Azure Linux 4+.
- Extend DHCP config validation logic to include Azure Linux 4.x.
- Adjust KVP daemon process name validation for Azure Linux 4+ and add SSH/kernel TCP keepalive validation for Azure Linux 4+.
Note: The PR description template is still unfilled; please add a short description and (if applicable) a related issue link for traceability.
✅ AI Test Selection — PASSED4 test case(s) selected (view run) Marketplace image: microsoftcblmariner azure-linux-3 azure-linux-3 latest
Test case details
|
…CP keepalive, and kvp checks
bhagyapathak
force-pushed
the
bhagya/azlinux4-support
branch
from
July 8, 2026 05:10
bd196aa to
40f3dce
Compare
✅ AI Test Selection — PASSED4 test case(s) selected (view run) Marketplace image: microsoftcblmariner azure-linux-3 azure-linux-3 latest
Test case details
|
Comment on lines
1347
to
+1351
| priority=2, | ||
| requirement=simple_requirement(supported_platform_type=[AZURE, READY, HYPERV]), | ||
| ) | ||
| def verify_client_active_interval(self, node: Node) -> None: | ||
| if isinstance(node.os, CBLMariner) and node.os.information.version.major >= 4: |
Comment on lines
+1363
to
+1366
| setting = "net.ipv4.tcp_keepalive_time" | ||
| value = node.tools[Sysctl].get(setting).strip() | ||
| keepalive_time = int(value) | ||
| if not (30 <= keepalive_time <= 235): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AzureImageStandard: add Azure Linux 4.0 support for networkd, dhcp, TCP keepalive, and kvp checks
Description
Related Issue
Type of Change
Checklist
Test Validation
Key Test Cases:
Impacted LISA Features:
Tested Azure Marketplace Images:
Test Results