You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
638 B
22 lines
638 B
# Copyright 2018 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 = 'Intel'
|
|
NAME = "files_CopyFileToGoogleDriveUI"
|
|
ATTRIBUTES = "suite:files"
|
|
PURPOSE = "To test the copy operations to Google Drive"
|
|
CRITERIA = """
|
|
Fail if copy and sync in Google drive is not successful
|
|
"""
|
|
TIME = "SHORT"
|
|
TEST_CATEGORY = "Functional"
|
|
TEST_CLASS = "Files"
|
|
TEST_TYPE = "client"
|
|
DOC = """
|
|
Copy file to Google drive and will check the sync.
|
|
We need real username and password to sync the copied file.
|
|
"""
|
|
|
|
job.run_test('files_CopyFileToGoogleDriveUI')
|