Go to the source code of this file.
Namespaces | |
| framework.xds_url_map_testcase | |
Functions | |
| str | framework.xds_url_map_testcase._split_camel (str s, str delimiter='-') |
Variables | |
| int | framework.xds_url_map_testcase._CLIENT_CONFIGURE_WAIT_SEC = 2 |
| int | framework.xds_url_map_testcase._URL_MAP_PROPAGATE_CHECK_INTERVAL_SEC = 15 |
| int | framework.xds_url_map_testcase._URL_MAP_PROPAGATE_TIMEOUT_SEC = 600 |
| framework.xds_url_map_testcase.GcpResourceManager = xds_url_map_test_resources.GcpResourceManager | |
| framework.xds_url_map_testcase.HostRule = xds_url_map_test_resources.HostRule | |
| framework.xds_url_map_testcase.JsonType = Any | |
| framework.xds_url_map_testcase.PathMatcher = xds_url_map_test_resources.PathMatcher | |
| framework.xds_url_map_testcase.QPS = flags.DEFINE_integer('qps', default=25, help='The QPS client is sending') | |
| string | framework.xds_url_map_testcase.RpcTypeEmptyCall = 'EMPTY_CALL' |
| string | framework.xds_url_map_testcase.RpcTypeUnaryCall = 'UNARY_CALL' |
| string | framework.xds_url_map_testcase.URL_MAP_TESTCASE_FILE_SUFFIX = '_test.py' |
| framework.xds_url_map_testcase.XdsTestClient = client_app.XdsTestClient | |