diff options
| author | 2024-11-05 22:21:04 +0000 | |
|---|---|---|
| committer | 2024-11-05 22:21:04 +0000 | |
| commit | 32282f69e883792e7f10cd7f26b97c94438ec519 (patch) | |
| tree | b78e56051636d84f6fe2cf593ec371d3804a4cb2 /java/java_test.go | |
| parent | 0ba7034bf723aaf35db29811f6709aec5828b487 (diff) | |
Add boilerplates for test_suite module type to tradefed_modules
This CL adds a new module type: test_suite.
test_suite {
  name: "example-test-suite",
  description: "some example test suite"
  tests: [
    "ExampleTest1",
    "ExampleTest2",
  ],
}
test_suite allows users to define a suite of tests that can be run together. The test_suite module type takes a list of tests as input, and it will generate a single test module that can be run by tradefed.
This CL also adds a test for the test_suite module type. The test verifies that the test_suite module type can be used to define a suite of tests, and that the generated test module can be run by tradefed.
Change-Id: I1a8585899b29b0e96234a7abbd367de033d5f686
Bug: 372945132
Diffstat (limited to 'java/java_test.go')
0 files changed, 0 insertions, 0 deletions