Searched refs:needs_fullstack (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/test/core/end2end/ |
D | generate_tests.bzl | 80 def test_options(needs_fullstack=False, needs_dns=False, needs_names=False, argument 86 needs_fullstack=needs_fullstack, 103 'bad_ping': test_options(needs_fullstack=True,proxyable=False), 107 'call_host_override': test_options(needs_fullstack=True, needs_dns=True, 117 'connectivity': test_options(needs_fullstack=True, needs_names=True, 120 'default_host': test_options(needs_fullstack=True, needs_dns=True, 122 'disappearing_server': test_options(needs_fullstack=True,needs_names=True), 137 'max_connection_idle': test_options(needs_fullstack=True, proxyable=False), 150 'ping': test_options(needs_fullstack=True, proxyable=False), 192 'simple_delayed_request': test_options(needs_fullstack=True), [all …]
|
D | gen_build_yaml.py | 91 needs_fullstack=True) 117 needs_fullstack=True, needs_dns=True, needs_names=True), 119 needs_fullstack=True, needs_dns=True, needs_names=True), 232 if END2END_TESTS[t].needs_fullstack:
|