181b247384
* core: allow pause/un-pause of eval broker on region leader. * agent: add ability to pause eval broker via scheduler config. * cli: add operator scheduler commands to interact with config. * api: add ability to pause eval broker via scheduler config * e2e: add operator scheduler test for eval broker pause. * docs: include new opertor scheduler CLI and pause eval API info.
7 lines
308 B
Go
7 lines
308 B
Go
// Package operator_scheduler provides end-to-end tests for the Nomad operator
|
|
// scheduler functionality and configuration options.
|
|
//
|
|
// In order to run this test suite only, from the e2e directory you can trigger
|
|
// go test -v -run '^TestOperatorScheduler' ./operator_scheduler
|
|
package operator_scheduler
|