From 0d34572149b515c19130800bb593c8f3985c5e21 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Thu, 4 Nov 2021 15:29:24 -0700 Subject: [PATCH] kokoro: Enable xds authz_test It is successfully passing against prod: https://source.cloud.google.com/results/invocations/e2be0996-ed4d-4a4c-90ad-20bc706f9f70/targets --- buildscripts/kokoro/xds-k8s.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildscripts/kokoro/xds-k8s.sh b/buildscripts/kokoro/xds-k8s.sh index d0275d459e..105e67b2d0 100755 --- a/buildscripts/kokoro/xds-k8s.sh +++ b/buildscripts/kokoro/xds-k8s.sh @@ -168,6 +168,7 @@ main() { cd "${TEST_DRIVER_FULL_DIR}" run_test baseline_test run_test security_test + run_test authz_test } main "$@"