blob: 6ec87ebfdf3da889cb425b0e017e026e6f3d4bf6 [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
load("//metadata/test_common.star", "test_common")
DOC = """
This is a helper test that will succeed. Used to verify that the RTD's basic
functions are working.
"""
TESTS = [
test_common.define_test(
test_name = "dummy-pass",
purpose = "No-op success test.",
doc = DOC,
owner_emails = ["chromeos-test-platform-team@google.com"],
owner_groups = ["chromeos-test-platform-team"],
attrs = ["suite:dummy"],
steps = []
),
]