Cleanup ginkgo declarative naming in E2Es

This commit is contained in:
jayunit100
2015-06-02 17:56:44 -04:00
parent 16d3531e90
commit e6583ef7d7
8 changed files with 12 additions and 12 deletions

View File

@@ -44,7 +44,7 @@ const (
// the ginkgo.skip list (see driver.go).
// To run this suite you must explicitly ask for it by setting the
// -t/--test flag or ginkgo.focus flag.
var _ = Describe("Load", func() {
var _ = Describe("Load capacity", func() {
var c *client.Client
var nodeCount int
var ns string