Skip to content

Commit

Permalink
Changed name of function from snappi_sys_base_config to snappi_multi_…
Browse files Browse the repository at this point in the history
…base_config in snappi_fixtures.py
  • Loading branch information
amitpawar12 committed Dec 2, 2024
1 parent c988c68 commit 81bda2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/common/snappi_tests/snappi_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,9 +551,9 @@ def cvg_api(snappi_api_serv_ip,
api.assistant.Session.remove()


def snappi_sys_base_config(duthost_list,
snappi_ports,
snappi_api):
def snappi_multi_base_config(duthost_list,
snappi_ports,
snappi_api):
"""
Generate snappi API config and port config information for the testbed
This function takes care of mixed-speed interfaces by removing assert and printing info log.
Expand Down

0 comments on commit 81bda2f

Please sign in to comment.