Use Describe to add prefix

This commit is contained in:
xiangpengzhao 2017-08-14 22:44:41 +08:00
parent c213bbb097
commit ccee8dca51
2 changed files with 1 additions and 3 deletions

View File

@ -42,7 +42,6 @@ go_library(
"//pkg/kubelet/sysctl:go_default_library", "//pkg/kubelet/sysctl:go_default_library",
"//pkg/security/apparmor:go_default_library", "//pkg/security/apparmor:go_default_library",
"//test/e2e/framework:go_default_library", "//test/e2e/framework:go_default_library",
"//test/e2e/network:go_default_library",
"//test/utils:go_default_library", "//test/utils:go_default_library",
"//vendor/github.com/golang/glog:go_default_library", "//vendor/github.com/golang/glog:go_default_library",
"//vendor/github.com/onsi/ginkgo:go_default_library", "//vendor/github.com/onsi/ginkgo:go_default_library",

View File

@ -20,10 +20,9 @@ import (
. "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo"
"k8s.io/apimachinery/pkg/util/sets" "k8s.io/apimachinery/pkg/util/sets"
"k8s.io/kubernetes/test/e2e/framework" "k8s.io/kubernetes/test/e2e/framework"
"k8s.io/kubernetes/test/e2e/network"
) )
var _ = network.SIGDescribe("Networking", func() { var _ = Describe("[sig-network] Networking", func() {
f := framework.NewDefaultFramework("pod-network-test") f := framework.NewDefaultFramework("pod-network-test")
Describe("Granular Checks: Pods", func() { Describe("Granular Checks: Pods", func() {