1 # Copyright 2014 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 = "bsimonnet" 6 NAME = "platform_MetricsUploader" 7 PURPOSE = "Verify that metrics_daemon uploads the metrics." 8 9 CRITERIA = """ 10 MetricsUploader must pick up the metrics from the file and upload them 11 periodically. 12 """ 13 14 ATTRIBUTES = "suite:experimental" 15 SUITE = "experimental" 16 TIME = "FAST" 17 TEST_CATEGORY = "Functional" 18 TEST_CLASS = "platform" 19 TEST_TYPE = "client" 20 21 DOC = """ 22 End to end test of the metrics uploader using a fake UMA server. 23 """ 24 25 job.run_test('platform_MetricsUploader') 26