Expand description
Provides utilities for using fuchsia.net.interfaces
and
fuchsia.net.interfaces.admin
in Netstack integration tests.
Traits§
- Helpers for
netemul::TestInterface
.
Functions§
- Add an address, returning once the assignment state is
Assigned
. - Remove a subnet address and route, returning true if the address was removed.
- Wait until the given interface has a set of assigned addresses that matches the given predicate.
- Waits for a non-loopback interface to come up with an ID not in
exclude_ids
. - Wait until the interface’s online property matches
want_online
. - Wait until there is an IPv4 and an IPv6 link-local address assigned to the interface identified by
id
. - Wait until there is an IPv6 link-local address assigned to the interface identified by
id
.