Skip to content

Files

Latest commit

author
Preetha Appan
Mar 30, 2018
97d39b1 · Mar 30, 2018

History

History
This branch is 15294 commits behind hashicorp/nomad:main.

e2e

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 1, 2017
Mar 30, 2018
Mar 9, 2018

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