github.com/remilapeyre/nomad@v0.8.5/e2e/README.md (about)

     1  End to End Tests
     2  ================
     3  
     4  This package contains integration tests that are not run by default. To run them use the `-integration` flag. Example:
     5  
     6  ```
     7  $ cd e2e/rescheduling/
     8  $ go test -integration
     9  Running Suite: Server Side Restart Tests
    10  ========================================
    11  Random Seed: 1520633027
    12  Will run 7 of 7 specs
    13  
    14  •••••••
    15  Ran 7 of 7 Specs in 4.231 seconds
    16  SUCCESS! -- 7 Passed | 0 Failed | 0 Pending | 0 Skipped PASS
    17  ok  	github.com/hashicorp/nomad/e2e/rescheduling	4.239s
    18  
    19  ```