open-nomad/e2e/spread/doc.go
James Rasell 90d0b9157f
e2e: rewrite spread suite to use new e2e style. (#14598)
The rewrite refactors the suite to use the new style along with
other recent testing improvements. In order to ensure the spread
tests do not impact each other, there is new cleanup functionality
to ensure both the job and allocations are removed from state
before the test exits completely.
2022-09-15 17:12:20 +02:00

7 lines
278 B
Go

// Package spread provides end-to-end tests for Nomads spread job specification
// attribute. This does NOT test Nomads spread scheduler.
//
// In order to run this test suite only, from the e2e directory you can trigger
// go test -v -run '^TestSpread' ./spread
package spread