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