package e2e import ( "testing" "github.com/hashicorp/nomad/e2e/framework" ) func RunE2ETests(t *testing.T) { framework.Run(t) }