open-traffic-generator / snappi-ixnetwork

The Keysight IxNetwork implementation of the open-traffic-generator models.
MIT License
17 stars 11 forks source link

wait_for_arp fails in sonic-mgmt tests #542

Closed ANISH-GOTTAPU closed 2 years ago

ANISH-GOTTAPU commented 2 years ago

Version information The pypi version or branch of snappi-ixnetwork = 0.7.7

Describe the bug set_config is not starting the ip stacks which are already started as part of previous run. This issue occurs seldom and is timing issue on setting the config and starting the ip stacks.

To Reproduce Run the same tests multiple times with ip stack.

Expected behavior set_config is not starting the ip stacks which are already started as part of previous run. This issue occurs seldom and is timing issue on setting the config and starting the ip stacks.

The potential fix could be stop the ip stacks before set_config, so that we can isolate the simultaneous operations that is done by server.

Additional context issue reported by Microsoft