# Copyright (c) 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. AUTHOR = "jkop@google.com" NAME = "dummy_SynchronousOffload" PURPOSE = "Verify tests can offload output from DUTs." TIME = "SHORT" TEST_CATEGORY = "General" TEST_CLASS = "dummy" TEST_TYPE = "client" # Disable this test until it can be fixed: http://b/171572182 # ATTRIBUTES = "suite:offloads" DOC = """ This test creates a file in $SYNCHRONOUS_OFFLOAD_DIR on the DUT and succeeds. The task will fail only if the creation or offload of that file fails. """ job.run_test('dummy_SynchronousOffload')