Skip to content

Commit

Permalink
RCA is When we are deleting the agent-id, hsflowd is referring for th…
Browse files Browse the repository at this point in the history
…e eth0 interface and expecting samples in that interface. (sonic-net#9766)

(This is with the updated hsflowd , When you start hsflowd with no explicit agent-id configured, it will run an "election" to decide which IP address to adopt.)
  • Loading branch information
Gokulnath-Raja authored and AharonMalkin committed Jan 25, 2024
1 parent 4a6e5b3 commit 81aa504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sflow/test_sflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def testDelAgent(self, duthost, partial_ptf_runner):
# Verify whether the samples are received with previously configured agent ip
partial_ptf_runner(
polling_int=20,
agent_id=var['lo_ip'],
agent_id=var['mgmt_ip'],
active_collectors="['collector0','collector1']")

def testAddAgent(self, duthost, partial_ptf_runner):
Expand Down

0 comments on commit 81aa504

Please sign in to comment.