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
In test script sub_port_interfaces/test_show_subinterface.py, we want to create the subinterface and it should inherit the ancestor's speed. But from the rest result , we can see that, the ancestor's speed is 1G, which should be inherited by the subinterface. But actually, the speed of the new created subinterface is 40G. We suspect it is an image issue on kvm testbed.
Steps to reproduce the issue:
Run the script sub_port_interfaces/test_show_subinterface.py on kvm testbed.
Describe the results you received:
> pytest_assert(status.get("speed") == config["speed"],
"subinterface %s should have inherited speed as %s, actual speed %s"
% (subintf, config["speed"], status.get("speed")))
E Failed: subinterface Ethernet4.20 should have inherited speed as 1G, actual speed 40G
Describe the results you expected:
Output of show version:
(paste your output here)
Output of show techsupport:
(paste your output here or download and attach the file here )
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered:
Description
In test script sub_port_interfaces/test_show_subinterface.py, we want to create the subinterface and it should inherit the ancestor's speed. But from the rest result , we can see that, the ancestor's speed is 1G, which should be inherited by the subinterface. But actually, the speed of the new created subinterface is 40G. We suspect it is an image issue on kvm testbed.
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: