• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
5AUTHOR = "allenvic"
6NAME = "enterprise_SmbProviderDaemon"
7TIME = "SHORT"
8TEST_CATEGORY = "Enterprise"
9TEST_CLASS = "enterprise"
10TEST_TYPE = "client"
11
12DOC = """
13Runs commands on the smbprovider daemon. Connects to an actual SMB server.
14"""
15
16from autotest_lib.client.common_lib import base_utils
17
18args_dict = base_utils.args_to_dict(args)
19mount_path = args_dict.get('mount_path')
20
21job.run_test('enterprise_SmbProviderDaemon', mount_path=mount_path)