blob: d054aa9fb0b410a39529389bb59dc4201d749cb9 [file] [log] [blame]
# Copyright 2024 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.
import(
"//src/connectivity/wlan/tests/helpers/build/rust_wlan_integration_test.gni")
rust_wlan_integration_test("fullmac-tests") {
edition = "2021"
binary_deps = [
"//sdk/fidl/fuchsia.wlan.common:fuchsia.wlan.common_rust",
"//sdk/fidl/fuchsia.wlan.fullmac:fuchsia.wlan.fullmac_rust",
"//sdk/fidl/fuchsia.wlan.sme:fuchsia.wlan.sme_rust",
"//src/connectivity/wlan/lib/common/rust/:wlan-common",
"//src/connectivity/wlan/tests/drivers-only/common",
"//src/connectivity/wlan/tests/helpers/fullmac-helpers",
"//src/lib/fidl/rust/fidl",
"//src/lib/fuchsia",
"//src/lib/zircon/rust:fuchsia-zircon",
"//third_party/rust_crates:futures",
"//third_party/rust_crates:rand",
]
sources = [ "src/lib.rs" ]
package_deps = [ "//src/connectivity/wlan/tests/helpers/testcontroller-driver:testcontroller_driver" ]
# TODO(issues.fuchsia.dev/331621658): MLME/SME shutdown incorrectly and emit error logs.
test_specs = {
log_settings = {
max_severity = "ERROR"
}
}
}