blob: 458fe2fbe334116bb280b14d998ef79f61ccb055 [file] [log] [blame]
# Copyright 2016 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# This is a helper test that will succeed and force to use server-side packaging.
NAME = "stub_PassServer.ssp"
METADATA = {
'contacts': ['tauto-core@google.com'],
'bug_component': "b:1284375", # ChromeOS > Test > Harness > Tauto > Examples
'criteria': 'This test will always succeed when running in a container'
}
ATTRIBUTES = "suite:dummy_server, suite:push_to_prod, suite:skylab_staging_test, suite:dev_drone_image_test, suite:infra_qual"
TIME = "SHORT"
TEST_TYPE = "server"
def run(machine):
job.run_test('stub_PassServer', host=hosts.create_host(machine),
expect_ssp=True)
parallel_simple(run, machines)