Files
nomad/e2e/e2e_test.go
2018-12-19 17:11:26 -06:00

14 lines
218 B
Go

package e2e
import (
"testing"
_ "github.com/hashicorp/nomad/e2e/affinities"
_ "github.com/hashicorp/nomad/e2e/example"
_ "github.com/hashicorp/nomad/e2e/spread"
)
func TestE2E(t *testing.T) {
RunE2ETests(t)
}