| # Copyright 2019 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/test_spec.gni") | |
| import("//src/sys/pkg/tests/system-tests/system-tests.gni") | |
| # Placeholder template to enable a soft migration to the new | |
| # directory. | |
| template("system_ota_test_suite") { | |
| system_test_upgrade_suite(target_name) { | |
| forward_variables_from(invoker, "*") | |
| } | |
| } |