mirror of https://github.com/grpc/grpc-java.git
kokoro: Enable xds authz_test
It is successfully passing against prod: https://source.cloud.google.com/results/invocations/e2be0996-ed4d-4a4c-90ad-20bc706f9f70/targets
This commit is contained in:
parent
a5c526c12f
commit
0d34572149
|
|
@ -168,6 +168,7 @@ main() {
|
||||||
cd "${TEST_DRIVER_FULL_DIR}"
|
cd "${TEST_DRIVER_FULL_DIR}"
|
||||||
run_test baseline_test
|
run_test baseline_test
|
||||||
run_test security_test
|
run_test security_test
|
||||||
|
run_test authz_test
|
||||||
}
|
}
|
||||||
|
|
||||||
main "$@"
|
main "$@"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue