diff --git a/tests/sflow/test_sflow.py b/tests/sflow/test_sflow.py index 9b9178c0004..044e0ad0da4 100644 --- a/tests/sflow/test_sflow.py +++ b/tests/sflow/test_sflow.py @@ -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):