github.com/hernad/nomad@v1.6.112/e2e/spread/doc.go (about)

     1  // Copyright (c) HashiCorp, Inc.
     2  // SPDX-License-Identifier: MPL-2.0
     3  
     4  // Package spread provides end-to-end tests for Nomads spread job specification
     5  // attribute. This does NOT test Nomads spread scheduler.
     6  //
     7  // In order to run this test suite only, from the e2e directory you can trigger
     8  // go test -v -run '^TestSpread' ./spread
     9  package spread