From 98d8e87120c9b3618cdcd4c2c6910ee00bab4298 Mon Sep 17 00:00:00 2001 From: "Dr. Stefan Schimanski" Date: Thu, 11 Oct 2018 09:29:35 +0200 Subject: [PATCH] integration: rename test/integration/{controllermanager -> serving} --- test/integration/{controllermanager => serving}/BUILD | 0 test/integration/{controllermanager => serving}/main_test.go | 0 test/integration/{controllermanager => serving}/serving_test.go | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename test/integration/{controllermanager => serving}/BUILD (100%) rename test/integration/{controllermanager => serving}/main_test.go (100%) rename test/integration/{controllermanager => serving}/serving_test.go (100%) diff --git a/test/integration/controllermanager/BUILD b/test/integration/serving/BUILD similarity index 100% rename from test/integration/controllermanager/BUILD rename to test/integration/serving/BUILD diff --git a/test/integration/controllermanager/main_test.go b/test/integration/serving/main_test.go similarity index 100% rename from test/integration/controllermanager/main_test.go rename to test/integration/serving/main_test.go diff --git a/test/integration/controllermanager/serving_test.go b/test/integration/serving/serving_test.go similarity index 100% rename from test/integration/controllermanager/serving_test.go rename to test/integration/serving/serving_test.go