diff --git a/test/e2e/apimachinery/BUILD b/test/e2e/apimachinery/BUILD index 03c344fe23e..7bedbf2fffe 100644 --- a/test/e2e/apimachinery/BUILD +++ b/test/e2e/apimachinery/BUILD @@ -21,7 +21,7 @@ go_library( "framework.go", "garbage_collector.go", "generated_clientset.go", - "get_apigroup_list.go", + "apigroup_list.go", "namespace.go", "protocol.go", "resource_quota.go", diff --git a/test/e2e/apimachinery/get_apigroup_list.go b/test/e2e/apimachinery/apigroup_list.go similarity index 91% rename from test/e2e/apimachinery/get_apigroup_list.go rename to test/e2e/apimachinery/apigroup_list.go index 08af93ddae4..8f5d325e345 100644 --- a/test/e2e/apimachinery/get_apigroup_list.go +++ b/test/e2e/apimachinery/apigroup_list.go @@ -1,5 +1,5 @@ /* -Copyright 2019 The Kubernetes Authors. +Copyright 2020 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -24,8 +24,8 @@ import ( "github.com/onsi/ginkgo" ) -var _ = SIGDescribe("get-apigroup-list", func() { - f := framework.NewDefaultFramework("get-apigroup-list") +var _ = SIGDescribe("apigroup list", func() { + f := framework.NewDefaultFramework("apigroup-list") ginkgo.It("should locate PreferredVersion for each APIGroup", func() { // TEST BEGINS HERE