Commit f21a8cad authored by douomo's avatar douomo
Browse files

added edgeIface to NE

parent fd5be1dc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ class NetworkElement(NamedTuple):
    port_2: int
    mgmt_port: int
    key_filename: str
    edgeIface: str


@library(scope="TEST")