blob: a1b4d2c26eaa2b4c62fae07b821fd4f28382470e [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") {
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",
]
params_source = "params.yaml"
environments = [
emu_env,
vim3_env,
nuc7_env,
nuc11_env,
]
}