open-nomad/e2e
Michael Schurter d687761ebf rkt: test Stats() and always run tests
Remove the NOMAD_TEST_RKT flag as a guard for rkt tests. Still require
Linux, root, and rkt to be installed. Only check for rkt installation
once in hopes of speeding up rkt tests a bit.
2018-04-24 11:05:42 -07:00
..
migrations remove unnecessary test output print 2017-11-01 15:21:05 -05:00
rescheduling rkt: test Stats() and always run tests 2018-04-24 11:05:42 -07:00
README.md Add README and other review feedback 2018-03-09 16:24:59 -06:00

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