Expand description
Provides utilities for test realms.
Modules§
- constants
- Constant properties of components used in networking integration tests, such as monikers and URLs.
Enums§
- Dhcp
Client Version - The DHCP client version.
- InStack
- The in-Netstack2 DHCP client.
- Known
Service Provider - Components that provide known services used in tests.
- Management
Agent - The network manager to use in a
KnownServiceProvider::Manager
. - Manager
Config - Available configurations for a Manager.
- NetCfg
Advanced - Uninstantiable type that represents netcfg_advanced’s implementation of a network manager.
- NetCfg
Basic - Uninstantiable type that represents netcfg_basic’s implementation of a network manager.
- NetCfg
Version - The NetCfg version.
- Netstack2
- Uninstantiable type that represents Netstack2’s implementation of a network stack.
- Netstack3
- Uninstantiable type that represents Netstack3’s implementation of a network stack.
- Netstack2
AndIn Stack Dhcp Client - Netstack2 with the in-stack DHCP client.
- Netstack2
AndOut OfStack Dhcp Client - Netstack2 with the out-of-stack DHCP client.
- Netstack3
AndOut OfStack Dhcp Client - Netstack3 with the out-of-stack DHCP client.
- Netstack
Version - The Netstack version. Used to specify which Netstack version to use in a
KnownServiceProvider::Netstack
. - OutOf
Stack - The out-of-stack DHCP client.
- Prod
Netstack2 - Uninstantiable type that represents Netstack2’s production implementation of a network stack.
- Prod
Netstack3 - Uninstantiable type that represents Netstack3’s production implementation of a network stack.
Traits§
- Dhcp
Client - Abstraction for how DHCP client functionality is provided.
- Manager
- Abstraction for a Fuchsia component which offers network configuration services.
- Netstack
- Abstraction for a Fuchsia component which offers network stack services.
- Netstack
AndDhcp Client - A combination of Netstack and DhcpClient guaranteed to be compatible with each other.
- Netstack
Ext - An extension trait for
Netstack
. - Test
Realm Ext - Helpers for
netemul::TestRealm
. - Test
Sandbox Ext - Helpers for
netemul::TestSandbox
.
Functions§
- set_
netstack3_ opaque_ iids - Set the
opaque_iids
structured configuration value for Netstack3. - set_
netstack3_ suspend_ enabled - Set the
suspend_enabled
structured configuration value for Netstack3.