-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add README and other review feedback
- Loading branch information
Preetha Appan
committed
Mar 9, 2018
1 parent
4d45aea
commit 3fcf44e
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters