Definition at line 44 of file authz_test.py.
◆ authz_rules()
def tests.authz_test.AuthzTest.authz_rules |
( |
|
self | ) |
|
◆ configure_and_assert()
None tests.authz_test.AuthzTest.configure_and_assert |
( |
|
self, |
|
|
_XdsTestClient |
test_client, |
|
|
Optional[str] |
test_metadata_val, |
|
|
grpc.StatusCode |
status_code |
|
) |
| |
◆ is_supported()
bool tests.authz_test.AuthzTest.is_supported |
( |
skips.TestConfig |
config | ) |
|
|
static |
◆ setUp()
def tests.authz_test.AuthzTest.setUp |
( |
|
self | ) |
|
◆ test_mtls_allow()
None tests.authz_test.AuthzTest.test_mtls_allow |
( |
|
self | ) |
|
◆ test_plaintext_allow()
None tests.authz_test.AuthzTest.test_plaintext_allow |
( |
|
self | ) |
|
◆ test_plaintext_deny()
None tests.authz_test.AuthzTest.test_plaintext_deny |
( |
|
self | ) |
|
◆ test_tls_allow()
None tests.authz_test.AuthzTest.test_tls_allow |
( |
|
self | ) |
|
◆ next_rpc_type
tests.authz_test.AuthzTest.next_rpc_type |
◆ RPC_TYPE_CYCLE
dictionary tests.authz_test.AuthzTest.RPC_TYPE_CYCLE |
|
static |
Initial value:= {
'UNARY_CALL': 'EMPTY_CALL',
'EMPTY_CALL': 'UNARY_CALL',
}
Definition at line 45 of file authz_test.py.
The documentation for this class was generated from the following file: