mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
10 lines
379 B
Go
10 lines
379 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
// 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
|