Home
last modified time | relevance | path

Searched refs:note (Results 1 – 17 of 17) sorted by relevance

/test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/
Dcheck_setup_cleanup.py44 self.note = None
47 def note(self): member in CheckSetupCleanup
50 @note.setter
51 def note(self, note): argument
52 self._note = note
74 self.note = "Error: Environment definition context not set"
99 if not self.note:
100 self.note = "Shell environment definition unsatisfied"
101 return "{}\nat: {}".format(self.note, self)
108 self.note = None
[all …]
/test/vts-testcase/kernel/ltp/testcase/tools/
Dtest_case.py48 self.note = ""
54 def note(self): member in TestCase
58 @note.setter
59 def note(self, note): argument
61 self._note = note
Dltp_test_cases.py209 testcase.note = "filtered"
231 testcase.note = "staging"
/test/vts-testcase/kernel/ltp/
Dtest_case.py51 self.note = ""
57 def note(self): member in TestCase
61 @note.setter
62 def note(self, note): argument
64 self._note = note
Denvironment_requirement_checker.py122 result, note = self._result_cache[requirement]
127 test_case.note = note
216 test_case.note = "Some executables not exist: {}".format(
219 "Reason: {}".format(test_case, test_case.note))
DKernelLtpTest.py215 def CheckResult(self, test_case, cmd_results, result=None, note=None): argument
234 result, note = self.Verify(test_case, cmd_results)
236 logging.info("note: %s", note)
238 asserts.skipIf(result == self._SKIP, note)
239 asserts.assertEqual(result, self._PASS, note)
406 (True, test_case.note))
417 (True, test_case.note))
432 result, note = self.Verify(test_case, cmd_results)
442 (test_case, cmd_results, result, note))
474 asserts.skipIf(test_case.is_filtered, test_case.note)
[all …]
Dtest_cases_parser.py128 testcase.note = "filtered"
147 testcase.note = "staging"
/test/vts/utils/python/library/elf/testing/
Dtest-section-2.s18 .section test.dup,"",@note
28 .section .note.android.ident,"a",@note
/test/vts-testcase/kernel/ltp/shell_environment/definitions/
Dloop_device_support.py23 note = "Kernel does not have loop device support" variable in LoopDeviceSupport
Dbin_in_path.py71 self.note = "Some binary do not exist in path: %s" % self._failed_paths
Ddirectory_exists.py72 self.note = "Some directories do not exist: %s" % self._failed_paths
Dpath_permission.py79 self.note = ("Some paths do not have desired "
/test/mts/tools/mts-tradefed/
DREADME41 note: all connected devices must be running the same build
/test/cts-root/tools/cts-root-tradefed/
DREADME42 note: all connected devices must be running the same build
/test/catbox/tools/catbox-tradefed/
DREADME51 note: all connected devices must be running the same build
/test/vts/tools/vts-core-tradefed/
DREADME58 note: all connected devices must be running the same build
/test/app_compat/csuite/
Dpylintrc160 # Python expression which should return a note less than 10 (10 is the highest
161 # note). You have access to the variables errors warning, statement which
299 # List of note tags to take in consideration, separated by a comma.