Classes | |
class | _MetaXdsUrlMapTestCase |
class | DumpedXdsConfig |
class | ExpectedResult |
class | RpcDistributionStats |
class | XdsUrlMapTestCase |
Functions | |
str | _split_camel (str s, str delimiter='-') |
Variables | |
int | _CLIENT_CONFIGURE_WAIT_SEC = 2 |
int | _URL_MAP_PROPAGATE_CHECK_INTERVAL_SEC = 15 |
int | _URL_MAP_PROPAGATE_TIMEOUT_SEC = 600 |
GcpResourceManager = xds_url_map_test_resources.GcpResourceManager | |
HostRule = xds_url_map_test_resources.HostRule | |
JsonType = Any | |
PathMatcher = xds_url_map_test_resources.PathMatcher | |
QPS = flags.DEFINE_integer('qps', default=25, help='The QPS client is sending') | |
string | RpcTypeEmptyCall = 'EMPTY_CALL' |
string | RpcTypeUnaryCall = 'UNARY_CALL' |
string | URL_MAP_TESTCASE_FILE_SUFFIX = '_test.py' |
XdsTestClient = client_app.XdsTestClient | |
|
private |
Turn camel case name to snake-case-like name.
Definition at line 66 of file xds_url_map_testcase.py.
|
private |
Definition at line 52 of file xds_url_map_testcase.py.
|
private |
Definition at line 50 of file xds_url_map_testcase.py.
|
private |
Definition at line 47 of file xds_url_map_testcase.py.
framework.xds_url_map_testcase.GcpResourceManager = xds_url_map_test_resources.GcpResourceManager |
Definition at line 56 of file xds_url_map_testcase.py.
framework.xds_url_map_testcase.HostRule = xds_url_map_test_resources.HostRule |
Definition at line 57 of file xds_url_map_testcase.py.
framework.xds_url_map_testcase.JsonType = Any |
Definition at line 59 of file xds_url_map_testcase.py.
framework.xds_url_map_testcase.PathMatcher = xds_url_map_test_resources.PathMatcher |
Definition at line 58 of file xds_url_map_testcase.py.
framework.xds_url_map_testcase.QPS = flags.DEFINE_integer('qps', default=25, help='The QPS client is sending') |
Definition at line 44 of file xds_url_map_testcase.py.
string framework.xds_url_map_testcase.RpcTypeEmptyCall = 'EMPTY_CALL' |
Definition at line 63 of file xds_url_map_testcase.py.
string framework.xds_url_map_testcase.RpcTypeUnaryCall = 'UNARY_CALL' |
Definition at line 62 of file xds_url_map_testcase.py.
string framework.xds_url_map_testcase.URL_MAP_TESTCASE_FILE_SUFFIX = '_test.py' |
Definition at line 51 of file xds_url_map_testcase.py.
framework.xds_url_map_testcase.XdsTestClient = client_app.XdsTestClient |
Definition at line 55 of file xds_url_map_testcase.py.