Skip to content

Commit

Permalink
re enable testing framework
Browse files Browse the repository at this point in the history
  • Loading branch information
enxebre committed Oct 18, 2018
1 parent 3c07079 commit 8f6668c
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions test/machines/machines_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package machines
import (
"fmt"
"testing"
"time"

"k8s.io/apimachinery/pkg/labels"
"k8s.io/apimachinery/pkg/util/wait"
Expand All @@ -13,8 +12,8 @@ import (
"github.com/prometheus/common/log"
"k8s.io/apimachinery/pkg/util/uuid"

//"github.com/openshift/cluster-api-actuator-pkg/pkg/e2e/framework"
//"github.com/openshift/cluster-api-actuator-pkg/pkg/manifests"
"github.com/openshift/cluster-api-actuator-pkg/pkg/e2e/framework"
"github.com/openshift/cluster-api-actuator-pkg/pkg/manifests"
"sigs.k8s.io/cluster-api-provider-aws/test/utils"

apiv1 "k8s.io/api/core/v1"
Expand All @@ -25,14 +24,8 @@ import (
)

const (
clusterAPIStackDefaultNamespace = "kube-system"
poolTimeout = 20 * time.Second
pollInterval = 1 * time.Second
poolClusterAPIDeploymentTimeout = 10 * time.Minute
timeoutPoolMachineRunningInterval = 10 * time.Minute
region = "us-east-1"
awsCredentialsSecretName = "aws-credentials-secret"
CloudProvider = "aws"
region = "us-east-1"
awsCredentialsSecretName = "aws-credentials-secret"
)

func TestCart(t *testing.T) {
Expand Down

0 comments on commit 8f6668c

Please sign in to comment.