open-nomad/e2e/e2e_test.go
2018-12-18 18:39:45 -06:00

13 lines
175 B
Go

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