Function verify_interface_added

Source
pub async fn verify_interface_added<'a, M: Manager>(
    realm: &'a TestRealm<'a>,
) -> (StateProxy, u64, String)
Expand description

Observe a new non-loopback interface via Netstack’s interface watcher.

Returns the interface state proxy and the interface’s id and name.