Expand description
Provides utilities for test realms.
Modules§
- Constant properties of components used in networking integration tests, such as monikers and URLs.
Enums§
- The DHCP client version.
- The in-Netstack2 DHCP client.
- Components that provide known services used in tests.
- The network manager to use in a
KnownServiceProvider::Manager
. - Available configurations for a Manager.
- Uninstantiable type that represents netcfg_advanced’s implementation of a network manager.
- Uninstantiable type that represents netcfg_basic’s implementation of a network manager.
- The NetCfg version.
- Uninstantiable type that represents Netstack2’s implementation of a network stack.
- Uninstantiable type that represents Netstack3’s implementation of a network stack.
- Netstack2 with the in-stack DHCP client.
- Netstack2 with the out-of-stack DHCP client.
- Netstack3 with the out-of-stack DHCP client.
- The Netstack version. Used to specify which Netstack version to use in a
KnownServiceProvider::Netstack
. - The out-of-stack DHCP client.
- Uninstantiable type that represents Netstack2’s production implementation of a network stack.
- Uninstantiable type that represents Netstack3’s production implementation of a network stack.
Traits§
- Abstraction for how DHCP client functionality is provided.
- Abstraction for a Fuchsia component which offers network configuration services.
- Abstraction for a Fuchsia component which offers network stack services.
- A combination of Netstack and DhcpClient guaranteed to be compatible with each other.
- An extension trait for
Netstack
. - Helpers for
netemul::TestRealm
. - Helpers for
netemul::TestSandbox
.