HomeSort by relevance Sort by last modified time
    Searched refs:expect_status (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/catapult/third_party/Paste/tests/
test_cgitb_catcher.py 6 def do_request(app, expect_status=500):
11 res = testapp.get('', status=expect_status,
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper_devicetest.py 40 output = self._adb.Shell('echo test', expect_status=0)
45 self._adb.Shell('echo test', expect_status=1)
adb_wrapper.py 286 def Shell(self, command, expect_status=0, timeout=_DEFAULT_TIMEOUT,
292 expect_status: (optional) Check that the command's exit status matches
302 |expect_status|.
304 if expect_status is None:
309 if expect_status is not None:
322 if status != expect_status:
  /external/chromium-trace/catapult/third_party/Paste/tests/test_exceptions/
test_error_middleware.py 10 def do_request(app, expect_status=500):
15 res = testapp.get('', status=expect_status,
  /external/chromium-trace/catapult/devil/devil/android/
device_temp_file.py 41 self._adb.Shell('rm -f %s' % self.name_quoted, expect_status=None)

Completed in 969 milliseconds