Skip to content

Commit

Permalink
Update snappi to 1.16.0 and bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
indraniBh committed Nov 21, 2024
1 parent 37f71b3 commit e43e954
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import setuptools

pkg_name = "snappi_ixnetwork"
version = "1.13.0"
version = "1.16.0"

# read long description from readme.md
base_dir = os.path.abspath(os.path.dirname(__file__))
Expand Down Expand Up @@ -37,7 +37,7 @@
install_requires=["ixnetwork-restpy>=1.0.52"],
extras_require={
"testing": [
"snappi==1.13.0",
"snappi==1.16.0",
"pytest",
"mock",
"dpkt==1.9.4",
Expand Down
2 changes: 1 addition & 1 deletion snappi_ixnetwork/snappi_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ def select_vports(self, port_name_filters=[]):
"filters": [],
},
{
"child": "^(eth.*|novus.*|uhd.*|atlas.*|ares.*|star.*)$",
"child": "^(eth.*|novus.*|uhd.*|atlas.*|ares.*|star.*|ten.*)$",
"properties": ["*"],
"filters": [],
},
Expand Down

0 comments on commit e43e954

Please sign in to comment.