Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/common/snappi_tests/snappi_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def snappi_api(snappi_api_serv_ip,
# TODO - Uncomment to use. Prefer to use environment vars to retrieve this information
# api._username = "<please mention the username if other than default username>"
# api._password = "<please mention the password if other than default password>"
api._retain_group_mode = True
yield api

if getattr(api, 'assistant', None) is not None:
Expand Down