blob: cc2e71081ca85ca22617625e9afb9ee219f0f58c [file] [log] [blame]
# Copyright 2013 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
NAME = "stub_PassServer_nossp"
METADATA = {
'contacts': ['tauto-core@google.com'],
'bug_component': "b:1284375", # ChromeOS > Test > Harness > Tauto > Examples
'criteria': 'This is a helper test that will succeed and force not to use server side packaging'
}
ATTRIBUTES = (
"suite:dummy_server,"
" suite:dummy_server_nossp,"
" suite:skylab_staging_test,"
" suite:dev_drone_image_test"
)
TEST_TYPE = "server"
# Force not to use server side package for this test.
REQUIRE_SSP = False
def run(machine):
job.run_test('stub_PassServer', host=hosts.create_host(machine),
expect_ssp=False)
parallel_simple(run, machines)