open-nomad/e2e
2018-09-25 11:29:09 -07:00
..
cli fix panic 2018-09-18 13:02:03 -07:00
consul
example
framework
migrations
rescheduling
vault skip e2e/vault if integration isn't set 2018-09-25 11:29:09 -07:00
e2e.go
e2e_test.go
README.md

End to End Tests

This package contains integration tests that are not run by default. To run them use the -integration flag. Example:

$ cd e2e/rescheduling/
$ go test -integration
Running Suite: Server Side Restart Tests
========================================
Random Seed: 1520633027
Will run 7 of 7 specs

•••••••
Ran 7 of 7 Specs in 4.231 seconds
SUCCESS! -- 7 Passed | 0 Failed | 0 Pending | 0 Skipped PASS
ok  	github.com/hashicorp/nomad/e2e/rescheduling	4.239s