OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:topic_common
(Results
1 - 19
of
19
) sorted by null
/external/autotest/cli/
site_suite.py
17
See
topic_common
.py for a High Level Design and Algorithm.
20
from autotest_lib.cli import
topic_common
, action_common
23
class site_suite(
topic_common
.atest):
75
board_info =
topic_common
.item_parse_info(attribute_name='board',
77
build_info =
topic_common
.item_parse_info(attribute_name='build',
79
pool_info =
topic_common
.item_parse_info(attribute_name='pool',
81
num_info =
topic_common
.item_parse_info(attribute_name='num',
83
check_info =
topic_common
.item_parse_info(attribute_name='check_hosts',
85
bugs_info =
topic_common
.item_parse_info(attribute_name='file_bugs',
87
suite_info =
topic_common
.item_parse_info(attribute_name='name'
[
all
...]
stable_version.py
19
from autotest_lib.cli import
topic_common
22
class stable_version(
topic_common
.atest):
43
self.topic_parse_info =
topic_common
.item_parse_info(
50
board_info =
topic_common
.item_parse_info(attribute_name='board')
122
self.topic_parse_info =
topic_common
.item_parse_info(
172
@
topic_common
.atest.require_confirmation(
shard.py
13
See
topic_common
.py for a High Level Design and Algorithm.
17
from autotest_lib.cli import
topic_common
, action_common
20
class shard(
topic_common
.atest):
32
self.topic_parse_info =
topic_common
.item_parse_info(
test.py
14
See
topic_common
.py for a High Level Design and Algorithm.
20
from autotest_lib.cli import
topic_common
, action_common
23
class test(
topic_common
.atest):
40
self.topic_parse_info =
topic_common
.item_parse_info(
user.py
14
See
topic_common
.py for a High Level Design and Algorithm.
18
from autotest_lib.cli import
topic_common
, action_common
21
class user(
topic_common
.atest):
39
self.topic_parse_info =
topic_common
.item_parse_info(
atomicgroup.py
13
See
topic_common
.py for a High Level Design and Algorithm.
17
from autotest_lib.cli import
topic_common
, action_common
19
class atomicgroup(
topic_common
.atest):
38
self.topic_parse_info =
topic_common
.item_parse_info(
125
label_info =
topic_common
.item_parse_info(attribute_name='labels',
acl.py
16
See
topic_common
.py for a High Level Design and Algorithm.
20
from autotest_lib.cli import
topic_common
, action_common
23
class acl(
topic_common
.atest):
40
self.topic_parse_info =
topic_common
.item_parse_info(
74
user_info =
topic_common
.item_parse_info(attribute_name='users',
76
host_info =
topic_common
.item_parse_info(attribute_name='hosts',
200
user_info =
topic_common
.item_parse_info(attribute_name='users',
203
host_info =
topic_common
.item_parse_info(attribute_name='hosts',
action_common.py
45
from autotest_lib.cli import
topic_common
51
class atest_list(
topic_common
.atest):
136
class atest_create_or_delete(
topic_common
.atest):
161
except
topic_common
.CliError:
189
class atest_add_or_remove(
topic_common
.atest):
215
except
topic_common
.CliError, full_error:
253
except
topic_common
.CliError, err:
topic_common_unittest.py
11
from autotest_lib.cli import cli_mock,
topic_common
, rpc
16
get_item_key =
topic_common
._get_item_key
32
parse_info =
topic_common
.item_parse_info
35
self.assertRaises(
topic_common
.CliError,
40
parse_info =
topic_common
.item_parse_info
50
parse_info =
topic_common
.item_parse_info
61
parse_info =
topic_common
.item_parse_info
71
parse_info =
topic_common
.item_parse_info
83
parse_info =
topic_common
.item_parse_info
88
self.assertRaises(
topic_common
.CliError
[
all
...]
atest.py
8
See
topic_common
.py for a High Level Design and Algorithm.
22
from autotest_lib.cli import
topic_common
35
syntax_obj =
topic_common
.atest()
98
except
topic_common
.CliError:
label.py
16
See
topic_common
.py for a High Level Design and Algorithm.
20
from autotest_lib.cli import
topic_common
, action_common
23
class label(
topic_common
.atest):
41
self.topic_parse_info =
topic_common
.item_parse_info(
89
host_info =
topic_common
.item_parse_info(attribute_name='hosts',
195
host_info =
topic_common
.item_parse_info(attribute_name='hosts',
job.py
16
See
topic_common
.py for a High Level Design and Algorithm.
20
from autotest_lib.cli import
topic_common
, action_common
24
class job(
topic_common
.atest):
61
self.topic_parse_info =
topic_common
.item_parse_info(
163
status_list =
topic_common
.item_parse_info(
304
host_info =
topic_common
.item_parse_info(attribute_name='hosts',
307
job_info =
topic_common
.item_parse_info(attribute_name='jobname',
309
oth_info =
topic_common
.item_parse_info(attribute_name='one_time_hosts',
311
label_info =
topic_common
.item_parse_info(attribute_name='labels',
454
deps_info =
topic_common
.item_parse_info(attribute_name='dependencies'
[
all
...]
site_readme.py
14
from autotest_lib.cli import
topic_common
, label
host.py
20
See
topic_common
.py for a High Level Design and Algorithm.
25
from autotest_lib.cli import action_common,
topic_common
29
class host(
topic_common
.atest):
50
self.topic_parse_info =
topic_common
.item_parse_info(
135
label_info =
topic_common
.item_parse_info(attribute_name='labels',
390
except
topic_common
.CliError, full_error:
449
label_info =
topic_common
.item_parse_info(attribute_name='labels',
452
acl_info =
topic_common
.item_parse_info(attribute_name='acls',
466
raise
topic_common
.CliError('Can not specify serials with '
536
except
topic_common
.CliError
[
all
...]
server.py
18
See
topic_common
.py for a High Level Design and Algorithm.
24
from autotest_lib.cli import
topic_common
33
class server(
topic_common
.atest):
63
self.topic_parse_info =
topic_common
.item_parse_info(
72
role_info =
topic_common
.item_parse_info(attribute_name='role')
cli_mock.py
9
from autotest_lib.cli import atest,
topic_common
, rpc
test_unittest.py
10
from autotest_lib.cli import cli_mock,
topic_common
, test
job_unittest.py
11
from autotest_lib.cli import cli_mock,
topic_common
, job
[
all
...]
/external/autotest/contrib/virt/
site_job.py
4
from autotest_lib.cli import
topic_common
, action_common
Completed in 201 milliseconds