blob: ea56803b1c9630033305aa4c4b2199182010b28d [file] [log] [blame]
// Copyright 2023 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
actions: [
{
type: "expect_pass",
matchers: [
"*",
],
},
{
type: "expect_pass_with_err_logs",
matchers: [
"dhcpv4_client_restarts_after_delay",
// TODO(https://fxbug.dev/333528428): Remove filtering
// tests once `use_out_of_stack_dhcp_client` is aligned
// with NS2/NS3.
"test_filtering_udp_netcfg_advanced_ns3::both_no_filter",
"test_filtering_udp_netcfg_basic_ns3::both_no_filter",
"test_filtering_udp_netcfg_advanced_ns3::both_wlan_enabled",
"test_filtering_udp_netcfg_basic_ns3::both_wlan_enabled",
"test_oir_interface_name_conflict_uninstall_existing_netcfg_advanced_ns3",
"test_oir_interface_name_conflict_uninstall_existing_netcfg_basic_ns3",
"test_oir_interface_name_conflict_reject_netcfg_basic_ns2::*",
"test_oir_interface_name_conflict_reject_netcfg_basic_ns3::*",
"test_oir_interface_name_conflict_reject_netcfg_advanced_ns2::*",
"test_oir_interface_name_conflict_reject_netcfg_advanced_ns3::*",
"test_oir_interface_name_conflict_reject_not_netcfg_managed_netcfg_basic_ns2",
"test_oir_interface_name_conflict_reject_not_netcfg_managed_netcfg_basic_ns3",
"test_oir_interface_name_conflict_reject_not_netcfg_managed_netcfg_advanced_ns2",
"test_oir_interface_name_conflict_reject_not_netcfg_managed_netcfg_advanced_ns3",
"test_oir_netcfg_advanced_ns3::*",
"test_oir_netcfg_basic_ns3::*",
"test_prefix_provider_config_error_netcfg_advanced_ns3*",
"test_prefix_provider_config_error_netcfg_basic_ns3*",
"test_prefix_provider_double_watch_netcfg_basic_ns3",
"test_prefix_provider_double_watch_netcfg_advanced_ns3",
"test_prefix_provider_not_supported_netcfg_advanced_ns3",
"test_prefix_provider_not_supported_netcfg_basic_ns3",
"test_prefix_provider_already_acquiring_netcfg_basic_ns3",
"test_prefix_provider_already_acquiring_netcfg_advanced_ns3",
"test_prefix_provider_full_integration_netcfg_advanced_ns3",
"test_prefix_provider_full_integration_netcfg_basic_ns3",
],
},
{
type: "expect_failure_with_err_logs",
matchers: [
// TODO(https://fxbug.dev/42182576): Remove once NS3 stops
// serving a stub of filter.deprecated.
"test_filtering_udp_netcfg_advanced_ns3::receiver_eth_enabled",
"test_filtering_udp_netcfg_basic_ns3::receiver_eth_enabled",
"test_filtering_udp_netcfg_advanced_ns3::sender_eth_enabled",
"test_filtering_udp_netcfg_basic_ns3::sender_eth_enabled",
"test_filtering_udp_netcfg_advanced_ns3::both_eth_enabled",
"test_filtering_udp_netcfg_basic_ns3::both_eth_enabled",
// TODO(https://fxbug.dev/323052525): Remove once multicast
// forwarding is supported in interface configurations.
"test_forwarding_netcfg_advanced_ns3",
"test_forwarding_netcfg_basic_ns3",
// TODO(https://fxbug.dev/331264840): Once Masquerade NAT is
// implemented in NS3, add support to netcfg.
"test_masquerade_ns3*",
],
},
{
type: "skip",
matchers: [
// Hangs indefinitely.
"test_wlan_ap_dhcp_server_netcfg_advanced_ns3",
"test_wlan_ap_dhcp_server_netcfg_basic_ns3",
"virtualization::dhcpv4_client_started_ns3",
"virtualization::virtualization_ns3*",
],
},
],
}