Public Member Functions | |
def | rpc_distribution_validate (self, XdsTestClient test_client) |
def | xds_config_validate (self, DumpedXdsConfig xds_config) |
Static Public Member Functions | |
bool | is_supported (skips.TestConfig config) |
Tuple[HostRule, PathMatcher] | url_map_change (HostRule host_rule, PathMatcher path_matcher) |
This test case is similar to the one above (but with route services swapped). This test has two routes (full_path and the default) to match EmptyCall, and both routes set alternative_backend_service as the action. This forces the client to handle duplicate Clusters in the RDS response.
Definition at line 115 of file path_matching_test.py.
|
static |
Definition at line 122 of file path_matching_test.py.
def tests.url_map.path_matching_test.TestTwoRoutesAndPrefixMatch.rpc_distribution_validate | ( | self, | |
XdsTestClient | test_client | ||
) |
Definition at line 158 of file path_matching_test.py.
|
static |
Definition at line 126 of file path_matching_test.py.
def tests.url_map.path_matching_test.TestTwoRoutesAndPrefixMatch.xds_config_validate | ( | self, | |
DumpedXdsConfig | xds_config | ||
) |
Definition at line 149 of file path_matching_test.py.