Skip to content

Commit

Permalink
rename test function
Browse files Browse the repository at this point in the history
  • Loading branch information
ObiWahn committed Mar 20, 2018
1 parent 3c9d7ff commit b3e5ef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/scale_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ func TestScaleClusterNonTLS(t *testing.T) {
removeDeployment(c, depl.GetName(), ns)
}

func TestScaleClusterTLS(t *testing.T) {
func TestScaleCluster(t *testing.T) {
longOrSkip(t)
c := client.MustNewInCluster()
kubecli := mustNewKubeClient(t)
ns := getNamespace(t)

// Prepare deployment config
depl := newDeployment("test-scale-tls" + uniuri.NewLen(4))
depl := newDeployment("test-scale" + uniuri.NewLen(4))
depl.Spec.Mode = api.DeploymentModeCluster
depl.Spec.TLS = api.TLSSpec{} // should auto-generate cert
depl.Spec.SetDefaults(depl.GetName()) // this must be last
Expand Down

0 comments on commit b3e5ef6

Please sign in to comment.