blob: 5f23ac9734c341c276069c68de8e9b62193d6825 [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.
import("//build/python/python_mobly_test.gni")
import("//build/testing/environments.gni")
assert(is_host, "Python E2E tests are host-only")
python_mobly_test("power_cycle_test_fc") {
main_source = "test_power_cycle.py"
libraries = [
"//src/testing/end_to_end/honeydew",
"//src/testing/end_to_end/mobly_base_tests:fuchsia_base_test",
]
params_source = "params.yaml"
local_config_source = "PowerCycleTestbed.yaml"
transport = "fuchsia-controller"
environments = [
vim3_env,
nuc11_env,
]
}
group("tests") {
testonly = true
public_deps = [ ":power_cycle_test_fc($host_toolchain)" ]
}