From 121f2cb3c70163e76638e49752e52e02f72edd4f Mon Sep 17 00:00:00 2001 From: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com> Date: Tue, 18 Nov 2025 22:41:02 +0000 Subject: [PATCH] renames int test suites to be more representitive Signed-off-by: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com> --- .../test-integration/mcp-external-auth/suite_test.go | 2 +- cmd/thv-operator/test-integration/mcp-group/suite_test.go | 2 +- cmd/thv-operator/test-integration/mcp-registry/suite_test.go | 2 +- cmd/thv-operator/test-integration/mcp-server/suite_test.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/thv-operator/test-integration/mcp-external-auth/suite_test.go b/cmd/thv-operator/test-integration/mcp-external-auth/suite_test.go index 7c2fdc4bc..8a3d9f989 100644 --- a/cmd/thv-operator/test-integration/mcp-external-auth/suite_test.go +++ b/cmd/thv-operator/test-integration/mcp-external-auth/suite_test.go @@ -45,7 +45,7 @@ func TestControllers(t *testing.T) { reporterConfig.VeryVerbose = false reporterConfig.FullTrace = false - RunSpecs(t, "MCPExternalAuthConfig Controller Suite", suiteConfig, reporterConfig) + RunSpecs(t, "MCPExternalAuthConfig Controller Integration Test Suite", suiteConfig, reporterConfig) } var _ = BeforeSuite(func() { diff --git a/cmd/thv-operator/test-integration/mcp-group/suite_test.go b/cmd/thv-operator/test-integration/mcp-group/suite_test.go index c3327f2b1..cbfb64b27 100644 --- a/cmd/thv-operator/test-integration/mcp-group/suite_test.go +++ b/cmd/thv-operator/test-integration/mcp-group/suite_test.go @@ -46,7 +46,7 @@ func TestControllers(t *testing.T) { reporterConfig.VeryVerbose = false reporterConfig.FullTrace = false - RunSpecs(t, "MCPGroup Controller Integration Suite", suiteConfig, reporterConfig) + RunSpecs(t, "MCPGroup Controller Integration Test Suite", suiteConfig, reporterConfig) } var _ = BeforeSuite(func() { diff --git a/cmd/thv-operator/test-integration/mcp-registry/suite_test.go b/cmd/thv-operator/test-integration/mcp-registry/suite_test.go index dc13bf386..177e8d0cb 100644 --- a/cmd/thv-operator/test-integration/mcp-registry/suite_test.go +++ b/cmd/thv-operator/test-integration/mcp-registry/suite_test.go @@ -42,7 +42,7 @@ func TestOperatorE2E(t *testing.T) { //nolint:paralleltest // E2E tests should n reporterConfig.VeryVerbose = false reporterConfig.FullTrace = false - RunSpecs(t, "Operator E2E Suite", suiteConfig, reporterConfig) + RunSpecs(t, "MCPRegistry Controller Integration Test Suite", suiteConfig, reporterConfig) } var _ = BeforeSuite(func() { diff --git a/cmd/thv-operator/test-integration/mcp-server/suite_test.go b/cmd/thv-operator/test-integration/mcp-server/suite_test.go index da4dd8f7b..f2b48e711 100644 --- a/cmd/thv-operator/test-integration/mcp-server/suite_test.go +++ b/cmd/thv-operator/test-integration/mcp-server/suite_test.go @@ -48,7 +48,7 @@ func TestControllers(t *testing.T) { reporterConfig.VeryVerbose = false reporterConfig.FullTrace = false - RunSpecs(t, "Controller Suite", suiteConfig, reporterConfig) + RunSpecs(t, "MCPServer Controller Integration Test Suite", suiteConfig, reporterConfig) } var _ = BeforeSuite(func() {