blob: 734bba85cd7817f678e42277caca55aff75742e5 [file] [log] [blame]
# 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.
# TEST IS DISABLED UNTIL MIGRATED TO PYTHON 3.
# For instructions on how to: go/tauto-py3-migration
# To re-enable migrate to Python 3.
# If the test is not migrated by 1/14/22 it will be deleted.
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')