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