open-nomad/e2e/e2e_test.go

13 lines
175 B
Go
Raw Normal View History

package e2e
import (
"testing"
2018-12-19 00:39:45 +00:00
_ "github.com/hashicorp/nomad/e2e/affinities"
_ "github.com/hashicorp/nomad/e2e/example"
)
func TestE2E(t *testing.T) {
RunE2ETests(t)
}