github.com/bigcommerce/nomad@v0.9.3-bc/e2e/e2e_test.go (about)

     1  package e2e
     2  
     3  import (
     4  	"testing"
     5  
     6  	_ "github.com/hashicorp/nomad/e2e/affinities"
     7  	_ "github.com/hashicorp/nomad/e2e/allocstats"
     8  	_ "github.com/hashicorp/nomad/e2e/clientstate"
     9  	_ "github.com/hashicorp/nomad/e2e/consul"
    10  	_ "github.com/hashicorp/nomad/e2e/consultemplate"
    11  	_ "github.com/hashicorp/nomad/e2e/deployment"
    12  	_ "github.com/hashicorp/nomad/e2e/example"
    13  	_ "github.com/hashicorp/nomad/e2e/nomad09upgrade"
    14  	_ "github.com/hashicorp/nomad/e2e/nomadexec"
    15  	_ "github.com/hashicorp/nomad/e2e/spread"
    16  	_ "github.com/hashicorp/nomad/e2e/taskevents"
    17  )
    18  
    19  func TestE2E(t *testing.T) {
    20  	RunE2ETests(t)
    21  }