OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smoke_test
(Results
1 - 3
of
3
) sorted by null
/external/google-fruit/extras/scripts/
travis_yml_generator.py
45
for
smoke_test
in smoke_tests:
46
if
smoke_test
not in tests:
47
tests += [
smoke_test
]
/external/autotest/client/tests/cgroup/
cgroup.py
99
if item.
smoke_test
():
100
raise error.TestFail("
smoke_test
failed")
347
# thus
smoke_test
won't work
348
#if item.
smoke_test
():
349
# raise error.TestFail("
smoke_test
failed")
cgroup_common.py
234
def
smoke_test
(self):
member in class:Cgroup
242
logging.error("cg.
smoke_test
[%d]: Can't create cgroup", part)
248
logging.error("cg.
smoke_test
[%d]: Couldn't create process", part)
253
logging.error("cg.
smoke_test
[%d]: Process died unexpectidly", part)
259
logging.error("cg.
smoke_test
[%d]: Process is not a root member",
266
logging.error("cg.
smoke_test
[%d]: Could not set cgroup", part)
272
logging.error("cg.
smoke_test
[%d]: Unexpected successful deletion of"
279
logging.error("cg.
smoke_test
[%d]: Could not return the root cgroup "
286
logging.error("cg.
smoke_test
[%d]: Can't remove cgroup directory",
295
logging.error("cg.
smoke_test
[%d]: Process is not finished", part
[
all
...]
Completed in 266 milliseconds