open-nomad/e2e/alloc_logs/doc.go

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
317 B
Go
Raw Normal View History

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// Package alloc_logs provides end-to-end tests for Nomads allocation logging
// functionality.
//
// In order to run this test suite only, from the e2e directory you can trigger
// go test -v -run '^TestAllocLogs' ./alloc_logs
package alloc_logs