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
uplink, downlink = get_uplink_downlink_count(duthost, tbinfo) failed due to no consideration of Dualtor AA topology.
Results you see
def calculate_field_value(duthost, tbinfo, field):
"""
Calculates value of specified field
Args:
duthost: DUT host object
tbinfo: information about the running testbed
field: xoff, ingress_lossless_pool_size, or egress_lossy_pool_size
"""
Issue Description
At Duator AA setup, all the cases of script generic_config_updater.test_incremental_qos failed due to a common issue:
uplink, downlink = get_uplink_downlink_count(duthost, tbinfo) failed due to no consideration of Dualtor AA topology.
Results you see
E TypeError: cannot unpack non-iterable NoneType object
Results you expected to see
No failure
Is it platform specific
generic
Relevant log output
No response
Output of
show version
No response
Attach files (if any)
No response
The text was updated successfully, but these errors were encountered: