open-nomad/e2e
Preetha Appan 1bebce3525
new e2e test for spread, and refactor affinity tests to share util methods
2018-12-19 21:25:32 -06:00
..
affinities new e2e test for spread, and refactor affinity tests to share util methods 2018-12-19 21:25:32 -06:00
cli fix panic 2018-09-18 13:02:03 -07:00
consul consul: support canary tags for services 2018-05-07 14:55:01 -05:00
e2eutil new e2e test for spread, and refactor affinity tests to share util methods 2018-12-19 21:25:32 -06:00
example e2e/cli: fix formatting 2018-07-31 13:52:25 -04:00
framework new e2e test for spread, and refactor affinity tests to share util methods 2018-12-19 21:25:32 -06:00
migrations remove unnecessary test output print 2017-11-01 15:21:05 -05:00
rescheduling Add more end to end tests for progress deadline and fix flaky test 2018-06-05 17:25:28 -05:00
spread new e2e test for spread, and refactor affinity tests to share util methods 2018-12-19 21:25:32 -06:00
terraform added readme 2018-12-18 13:37:03 -06:00
vault fix iops bug and increase test matrix coverage 2018-12-11 15:28:21 -08:00
README.md Add README and other review feedback 2018-03-09 16:24:59 -06:00
e2e.go e2e: skip e2e tests during normal go test runs 2018-07-31 12:42:36 -04:00
e2e_test.go Fix spread e2e test 2018-12-19 17:11:26 -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