Searched refs:test_request (Results 1 – 7 of 7) sorted by relevance
140 static void test_request(struct request_queue *q) in test_request() function178 queue = blk_init_queue(test_request, &dev->queue_lock); in test_init_module()
92 static void test_request(grpc_end2end_test_config config) { in test_request() function272 test_request(config); in filter_causes_close()
99 static void test_request(grpc_end2end_test_config config) { in test_request() function344 test_request(config); in filter_latency()
112 static void test_request(grpc_end2end_test_config config) { in test_request() function396 test_request(config); in filter_status_code()
412 static int test_request(const char *request, char *buf, size_t buflen) in test_request() function785 { FST_CMD_TEST_REQUEST, 1, test_request }, in fst_ctrl_iface_receive()
1975 test_request = http.requests[0]1977 self.assertEqual(test_request['headers']['Authorization'], auth_header)1979 self.assertTrue('client_secret' not in test_request['body'])
414 def test_request(self): member in TransferEncodingTest