github.com/zoomfoo/nomad@v0.8.5-0.20180907175415-f28fd3a1a056/e2e/e2e_test.go (about)

     1  package e2e
     2  
     3  import (
     4  	"testing"
     5  
     6  	_ "github.com/hashicorp/nomad/e2e/example"
     7  )
     8  
     9  func TestE2E(t *testing.T) {
    10  	RunE2ETests(t)
    11  }