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
Details:
* Added new method Nic.backing_port() to return the backing adapter port
of the NIC. (issue #1451)
* Added end2end testcases for both port-based and vswitch-based
NICs.
Signed-off-by: Andreas Maier <[email protected]>
Details:
* Added new method Nic.backing_port() to return the backing adapter port
of the NIC. (issue #1451)
* Added unit and end2end testcases for both port-based and vswitch-based
NICs.
Signed-off-by: Andreas Maier <[email protected]>
Details:
* Added new method Nic.backing_port() to return the backing adapter port
of the NIC. (issue #1451)
* Added unit and end2end testcases for both port-based and vswitch-based
NICs.
Signed-off-by: Andreas Maier <[email protected]>
Since NICs can be vswitch-based or port-based, it is cumbersome for users to get the backing adapter and port of a NIC.
Provide a convenient way to get the backing adapter port, e.g. a new
Nic.backing_port()
method.This would be useful in a stop-gap solution to issue zhmcclient/zhmc-prometheus-exporter#450
The text was updated successfully, but these errors were encountered: