Skip to content

Commit

Permalink
move l4 source port random to test with truncation
Browse files Browse the repository at this point in the history
Summary:
As titled, move l4 source port random to test with truncation. This is supported only on J3 and J3 only supports truncation.

This is towards enabling sflow tests on all platforms

Reviewed By: nivinl

Differential Revision: D68535244

fbshipit-source-id: 299ad7e6ca1f2ffdce8fb04cc985203aaf7667be
  • Loading branch information
srikrishnagopu authored and facebook-github-bot committed Jan 23, 2025
1 parent 04d3959 commit 7208df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fboss/agent/test/agent_hw_tests/AgentSflowMirrorTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ TEST_F(AgentSflowMirrorTestV6, MoveToV4) {
setup, verify, setupPostWb, [=, this]() { verifySampledPacket(true); });
}

TEST_F(AgentSflowMirrorTestV6, verifyL4SrcPortRandomization) {
TEST_F(AgentSflowMirrorTruncateTestV6, verifyL4SrcPortRandomization) {
auto setup = [=, this]() {
auto config = initialConfig(*getAgentEnsemble());
configureMirror(config, false, 0);
Expand Down

0 comments on commit 7208df7

Please sign in to comment.