github.com/smithx10/nomad@v0.9.1-rc1/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/example" 12 _ "github.com/hashicorp/nomad/e2e/nomad09upgrade" 13 _ "github.com/hashicorp/nomad/e2e/spread" 14 _ "github.com/hashicorp/nomad/e2e/taskevents" 15 ) 16 17 func TestE2E(t *testing.T) { 18 RunE2ETests(t) 19 }