| // 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: "skip", | |
| matchers: [ | |
| "interface_disruption_ns3::dual_stack", | |
| "interface_disruption_ns3::ipv4_only", | |
| ], | |
| }, | |
| { | |
| type: "expect_failure_with_err_logs", | |
| matchers: [ | |
| "interface_disruption_ns3::ipv6_only", | |
| ], | |
| }, | |
| ], | |
| } |