Skip to content

[dhcp_relay] Verify per-interface counter in test_dhcp_relay.py#18796

Merged
Blueve merged 7 commits intosonic-net:masterfrom
zypgithub:yanpeng/test
Jun 24, 2025
Merged

[dhcp_relay] Verify per-interface counter in test_dhcp_relay.py#18796
Blueve merged 7 commits intosonic-net:masterfrom
zypgithub:yanpeng/test

Conversation

@zypgithub
Copy link
Copy Markdown
Contributor

@zypgithub zypgithub commented Jun 4, 2025

Description of PR

Summary:
Fixes # (issue)

Type of change

  • Bug fix
  • [] Testbed and Framework(new/improvement)
  • New Test case
    • Skipped for non-supported platforms
  • Test case improvement

Back port request

  • 202205
  • 202305
  • 202311
  • 202405
  • 202411
  • 202505

Approach

What is the motivation for this PR?

Currently, we only have syslog based test case for DHCP relay counter.
This improvement adds the DHCPv4 relay per-interface counter test.

How did you do it?

Check the DHCP relay counters in uplinks and downlinks

How did you verify/test it?

Run test case

Any platform specific information?

Supported testbed topology if it's a new test case?

Documentation

Test plan: #19138

@linux-foundation-easycla
Copy link
Copy Markdown

linux-foundation-easycla bot commented Jun 4, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

@mssonicbld
Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@mssonicbld
Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@mssonicbld
Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@zypgithub
Copy link
Copy Markdown
Contributor Author

/EasyCLA

@mssonicbld
Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@mssonicbld
Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

loganalyzer = LogAnalyzer(ansible_host=duthost, marker_prefix="dhcpmon counter")
marker = loganalyzer.init()
loganalyzer.expect_regex = [expected_agg_counter_message]
init_and_verify_dhcp_relay_counters(duthost)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In t0 topo, we only have one tor, then it's okay to init and verify duthost. But in dualtor, we have 2 tors (1 active and 1 standby), we need to verify both tor if testing_mode == DUAL_TOR_MODE
You can refer to above syslog verification for dhcpmon

@mssonicbld
Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@zypgithub zypgithub changed the title Modify existing dhcp_relay test case to compare dhcp counts [dhcp_relay] Verify per-interface counter in test_dhcp_relay.py Jun 6, 2025
@mssonicbld
Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@mssonicbld
Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@mssonicbld
Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Copy Markdown
Contributor

@yaqiangz yaqiangz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mssonicbld
Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@Blueve Blueve merged commit e98cd0e into sonic-net:master Jun 24, 2025
14 checks passed
mssonicbld pushed a commit to mssonicbld/sonic-mgmt that referenced this pull request Jun 25, 2025
…c-net#18796)

What is the motivation for this PR?
Currently, we only have syslog based test case for DHCP relay counter.
This improvement adds the DHCPv4 relay per-interface counter test.

How did you do it?
Check the DHCP relay counters in uplinks and downlinks

How did you verify/test it?
Run test case
@mssonicbld
Copy link
Copy Markdown
Collaborator

Cherry-pick PR to 202505: #19182

mssonicbld pushed a commit that referenced this pull request Jun 25, 2025
What is the motivation for this PR?
Currently, we only have syslog based test case for DHCP relay counter.
This improvement adds the DHCPv4 relay per-interface counter test.

How did you do it?
Check the DHCP relay counters in uplinks and downlinks

How did you verify/test it?
Run test case
nissampa pushed a commit to nissampa/sonic-mgmt_dpu_test that referenced this pull request Aug 7, 2025
…c-net#18796)

What is the motivation for this PR?
Currently, we only have syslog based test case for DHCP relay counter.
This improvement adds the DHCPv4 relay per-interface counter test.

How did you do it?
Check the DHCP relay counters in uplinks and downlinks

How did you verify/test it?
Run test case
opcoder0 pushed a commit to opcoder0/sonic-mgmt that referenced this pull request Dec 8, 2025
…c-net#18796)

What is the motivation for this PR?
Currently, we only have syslog based test case for DHCP relay counter.
This improvement adds the DHCPv4 relay per-interface counter test.

How did you do it?
Check the DHCP relay counters in uplinks and downlinks

How did you verify/test it?
Run test case

Signed-off-by: opcoder0 <[email protected]>
gshemesh2 pushed a commit to gshemesh2/sonic-mgmt that referenced this pull request Dec 16, 2025
…c-net#18796)

What is the motivation for this PR?
Currently, we only have syslog based test case for DHCP relay counter.
This improvement adds the DHCPv4 relay per-interface counter test.

How did you do it?
Check the DHCP relay counters in uplinks and downlinks

How did you verify/test it?
Run test case

Signed-off-by: Guy Shemesh <[email protected]>
AharonMalkin pushed a commit to AharonMalkin/sonic-mgmt that referenced this pull request Dec 16, 2025
…c-net#18796)

What is the motivation for this PR?
Currently, we only have syslog based test case for DHCP relay counter.
This improvement adds the DHCPv4 relay per-interface counter test.

How did you do it?
Check the DHCP relay counters in uplinks and downlinks

How did you verify/test it?
Run test case

Signed-off-by: Aharon Malkin <[email protected]>
gshemesh2 pushed a commit to gshemesh2/sonic-mgmt that referenced this pull request Dec 21, 2025
…c-net#18796)

What is the motivation for this PR?
Currently, we only have syslog based test case for DHCP relay counter.
This improvement adds the DHCPv4 relay per-interface counter test.

How did you do it?
Check the DHCP relay counters in uplinks and downlinks

How did you verify/test it?
Run test case

Signed-off-by: Guy Shemesh <[email protected]>
venu-nexthop pushed a commit to venu-nexthop/sonic-mgmt that referenced this pull request Jan 13, 2026
…c-net#18796)

What is the motivation for this PR?
Currently, we only have syslog based test case for DHCP relay counter.
This improvement adds the DHCPv4 relay per-interface counter test.

How did you do it?
Check the DHCP relay counters in uplinks and downlinks

How did you verify/test it?
Run test case
gshemesh2 pushed a commit to gshemesh2/sonic-mgmt that referenced this pull request Jan 26, 2026
…c-net#18796)

What is the motivation for this PR?
Currently, we only have syslog based test case for DHCP relay counter.
This improvement adds the DHCPv4 relay per-interface counter test.

How did you do it?
Check the DHCP relay counters in uplinks and downlinks

How did you verify/test it?
Run test case

Signed-off-by: Guy Shemesh <[email protected]>
ytzur1 pushed a commit to ytzur1/sonic-mgmt that referenced this pull request Feb 2, 2026
…c-net#18796)

What is the motivation for this PR?
Currently, we only have syslog based test case for DHCP relay counter.
This improvement adds the DHCPv4 relay per-interface counter test.

How did you do it?
Check the DHCP relay counters in uplinks and downlinks

How did you verify/test it?
Run test case

Signed-off-by: Yael Tzur <[email protected]>
venu-nexthop pushed a commit to venu-nexthop/sonic-mgmt that referenced this pull request Mar 27, 2026
…c-net#18796)

What is the motivation for this PR?
Currently, we only have syslog based test case for DHCP relay counter.
This improvement adds the DHCPv4 relay per-interface counter test.

How did you do it?
Check the DHCP relay counters in uplinks and downlinks

How did you verify/test it?
Run test case
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.

5 participants