diff --git a/tests/common/snappi_tests/snappi_fixtures.py b/tests/common/snappi_tests/snappi_fixtures.py index 1d3e43a27c0..7c298234191 100644 --- a/tests/common/snappi_tests/snappi_fixtures.py +++ b/tests/common/snappi_tests/snappi_fixtures.py @@ -61,7 +61,9 @@ def snappi_api(snappi_api_serv_ip, # Going forward, we should be able to specify extension # from command line while running pytest. api = snappi.api(location=location, ext="ixnetwork") - + # TODO - Uncomment to use. Prefer to use environment vars to retrieve this information + # api._username = "" + # api._password = "" yield api if getattr(api, 'assistant', None) is not None: