From b9cf89c86c4450b87b8bc5b2020b64e967b0fcac Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Tue, 31 Aug 2021 09:11:45 -0700 Subject: [PATCH] Fix the flag name in xds_k8s_testcase (#27200) --- .../run_tests/xds_k8s_test_driver/framework/xds_k8s_testcase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/xds_k8s_test_driver/framework/xds_k8s_testcase.py b/tools/run_tests/xds_k8s_test_driver/framework/xds_k8s_testcase.py index 2242ab71dac24..0e8bef8c0aaaf 100644 --- a/tools/run_tests/xds_k8s_test_driver/framework/xds_k8s_testcase.py +++ b/tools/run_tests/xds_k8s_test_driver/framework/xds_k8s_testcase.py @@ -114,7 +114,7 @@ def setUpClass(cls): cls.force_cleanup = _FORCE_CLEANUP.value cls.debug_use_port_forwarding = \ xds_k8s_flags.DEBUG_USE_PORT_FORWARDING.value - cls.enable_workload_identity = xds_k8s_flags.enable_workload_identity.value + cls.enable_workload_identity = xds_k8s_flags.ENABLE_WORKLOAD_IDENTITY.value cls.check_local_certs = _CHECK_LOCAL_CERTS.value # Resource managers