1# Copyright (c) 2020 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5AUTHOR = "jkop@google.com" 6NAME = "dummy_SynchronousOffload" 7PURPOSE = "Verify tests can offload output from DUTs." 8TIME = "SHORT" 9TEST_CATEGORY = "General" 10TEST_CLASS = "dummy" 11TEST_TYPE = "client" 12# Disable this test until it can be fixed: http://b/171572182 13# ATTRIBUTES = "suite:offloads" 14 15DOC = """ 16This test creates a file in $SYNCHRONOUS_OFFLOAD_DIR on the DUT and succeeds. 17The task will fail only if the creation or offload of that file fails. 18""" 19 20job.run_test('dummy_SynchronousOffload') 21