intel / intel/mfd-network-adapter
Drop support for Owner
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Owner is an optional field, but connection should be provided instead. We should remove owner with next breaking version.
Unit tests and all classes should be ready to just remove owner field from the interface and remove checks also (checks if one of [conn, owner] provided).
Interface class should look like that after changes:
```
class NetworkInterface(ABC):
def __init__(
self,
*,
connection: "Connection",
interface_info: "InterfaceInfo",
topology: Optional["NetworkInterfaceModel"] = None,
)
```
Contributor guide
Assessment
This issue has not been assessed yet.