aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_test/grpc_test/framework/interfaces/links/test_cases.py
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2015-08-24 18:49:45 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2015-08-24 18:49:45 +0000
commit2432c224d9e18f9db3e6852b3f7154e5691de32b (patch)
tree9a5288a1feb6b627f0ee6888fc8aa0af31d790ae /src/python/grpcio_test/grpc_test/framework/interfaces/links/test_cases.py
parent04715888e60c6195a2c1d9d6b31f7a82f0d717e2 (diff)
Add a "transport" field to links.Ticket
This will be used for communication of transport-specific values and objects up to applications.
Diffstat (limited to 'src/python/grpcio_test/grpc_test/framework/interfaces/links/test_cases.py')
-rw-r--r--src/python/grpcio_test/grpc_test/framework/interfaces/links/test_cases.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/grpcio_test/grpc_test/framework/interfaces/links/test_cases.py b/src/python/grpcio_test/grpc_test/framework/interfaces/links/test_cases.py
index 1e575d1a9e..ecf49d9cdb 100644
--- a/src/python/grpcio_test/grpc_test/framework/interfaces/links/test_cases.py
+++ b/src/python/grpcio_test/grpc_test/framework/interfaces/links/test_cases.py
@@ -300,7 +300,7 @@ class TransmissionTest(object):
invocation_operation_id, 0, _TRANSMISSION_GROUP, _TRANSMISSION_METHOD,
links.Ticket.Subscription.FULL, timeout, 0, invocation_initial_metadata,
invocation_payload, invocation_terminal_metadata, invocation_code,
- invocation_message, links.Ticket.Termination.COMPLETION)
+ invocation_message, links.Ticket.Termination.COMPLETION, None)
self._invocation_link.accept_ticket(original_invocation_ticket)
self._service_mate.block_until_tickets_satisfy(
@@ -317,7 +317,7 @@ class TransmissionTest(object):
service_operation_id, 0, None, None, links.Ticket.Subscription.FULL,
timeout, 0, service_initial_metadata, service_payload,
service_terminal_metadata, service_code, service_message,
- links.Ticket.Termination.COMPLETION)
+ links.Ticket.Termination.COMPLETION, None)
self._service_link.accept_ticket(original_service_ticket)
self._invocation_mate.block_until_tickets_satisfy(terminated)
self._assert_is_valid_service_sequence(