You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
did some more testing and realized our script was clearing the config (applying an empty config) before checking the chassis properties. so the issue seems to be that clearing the config does not clear the chassis/location object anymore
defenable_latency_stats(traffic_api: snappi.Api, config:snappi.snappi.Config):
# if setup is not UHD, enable latency statstraffic_api.set_config(traffic_api.config())
ixn_session=traffic_api.assistant.Session.Ixnetworkchassis=ixn_session.AvailableHardware.Chassis.find()
try:
chassis.href#only UHD has an empty session prepopulated with a chassisexcept:
print("Enabling latency metrics")
forflowinconfig.flows:
flow.metrics.latency.enable=True
did some more testing and realized our script was clearing the config (applying an empty config) before checking the chassis properties. so the issue seems to be that clearing the config does not clear the chassis/location object anymore
Originally posted by @dgalan-xxia in #496 (comment)
The text was updated successfully, but these errors were encountered: