1# Copyright 2018 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 = 'Intel' 6NAME = "files_CopyFileToGoogleDriveUI" 7ATTRIBUTES = "suite:files" 8PURPOSE = "To test the copy operations to Google Drive" 9CRITERIA = """ 10Fail if copy and sync in Google drive is not successful 11""" 12TIME = "SHORT" 13TEST_CATEGORY = "Functional" 14TEST_CLASS = "Files" 15TEST_TYPE = "client" 16DOC = """ 17Copy file to Google drive and will check the sync. 18We need real username and password to sync the copied file. 19""" 20 21job.run_test('files_CopyFileToGoogleDriveUI') 22