| # Copyright 2025 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/testing/environments.gni") |
| |
| import("//build/python/python_mobly_test.gni") |
| |
| assert(is_host, "the Python driver of the e2e test can only be run on the host") |
| |
| python_mobly_test("reboot_reason_test") { |
| main_source = "test.py" |
| libraries = [ |
| "//src/testing/end_to_end/honeydew", |
| "//src/testing/end_to_end/mobly_base_tests:fuchsia_base_test", |
| ] |
| |
| environments = [ nelson_env ] |
| } |