From 3fb66196a95919d53eedc750c4ac276305a157a0 Mon Sep 17 00:00:00 2001 From: MV Shiva Date: Mon, 16 Dec 2024 19:31:28 +0530 Subject: [PATCH] Move app-net tests from CSM to LB suite (#145) This is a small part of public preview post-launch clean up. Internal: b/333124034 --- .kokoro/psm_interop_kokoro_lib.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.kokoro/psm_interop_kokoro_lib.sh b/.kokoro/psm_interop_kokoro_lib.sh index 9071ce6..50db811 100644 --- a/.kokoro/psm_interop_kokoro_lib.sh +++ b/.kokoro/psm_interop_kokoro_lib.sh @@ -84,6 +84,8 @@ psm::lb::get_tests() { "remove_neg_test" "round_robin_test" "circuit_breaking_test" + "app_net_ssa_test" + "app_net_csm_observability_test" ) # master-only tests if [[ "${TESTING_VERSION}" =~ "master" ]]; then @@ -319,8 +321,6 @@ psm::csm::get_tests() { "gamma.affinity_session_drain_test" "gamma.csm_observability_test" "gamma.csm_observability_with_injection_test" - "app_net_ssa_test" - "app_net_csm_observability_test" ) }