Skip to content

Commit

Permalink
Snappi sample test (#3653)
Browse files Browse the repository at this point in the history
* Sample traffic test using snappi
* Snappi helpers for traffic generation

What is the motivation for this PR?
The motivation for this PR is to migrate the tests that are written with ixnetwork open traffic generator to snappi

How did you do it?
Replaced the code where abstract is used to snappi

How did you verify/test it?
verified the tests in sonic-mgmt using pytest with DUT and IXIA connections
snappi version used for the development of tests snappi[ixnetwork]==0.4.14
  • Loading branch information
ANISH-GOTTAPU authored Jul 9, 2021
1 parent 1ee79c0 commit 3da7456
Show file tree
Hide file tree
Showing 7 changed files with 1,679 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/common/snappi/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Place for snappi fixtures.
Loading

0 comments on commit 3da7456

Please sign in to comment.