From 73b9baa5cc9eb3a05c6a06fac4480bbce2eaf2de Mon Sep 17 00:00:00 2001 From: Darren Chan Date: Tue, 13 Jul 2021 18:55:27 +0000 Subject: [PATCH] Switch test_suites to yaml. This will allow us to include package, url, and argument information in the engine repo, requiring less infra changes. The schema of this file should be something like: test_suites: - package: tests-0.far - url: fuchsia-pkg://fuchsia.com/tests/meta#tests.cm - test_args: -- --gtest_filter=-Test.Disabled test_args is optional. See https://fxbug.dev/79691. --- testing/fuchsia/test_suites.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 testing/fuchsia/test_suites.yaml diff --git a/testing/fuchsia/test_suites.yaml b/testing/fuchsia/test_suites.yaml new file mode 100644 index 0000000000000..d7fc401dfd308 --- /dev/null +++ b/testing/fuchsia/test_suites.yaml @@ -0,0 +1,4 @@ +# This configuration file specifies test suites along with their gtest filters +# to be passed as test arguments for flutter on FEMU tests. + +test_suites: