blob: 00f9968aead4af5f8d595dccfa737c37ed3f1508 [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, "E2E tests are host only")
python_mobly_test("snapshot_test_fc") {
main_source = "snapshot_test.py"
libraries = [
"//src/testing/end_to_end/honeydew",
"//src/testing/end_to_end/mobly_base_tests:fuchsia_base_test",
"//src/tests/end_to_end/lib/perf_utils",
]
params_source = "params.yaml"
transport = "fuchsia-controller"
environments = [
emu_env,
vim3_env,
nuc7_env,
nuc11_env,
]
}