2023-04-10 15:36:59 +00:00
|
|
|
// Copyright (c) HashiCorp, Inc.
|
|
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2023-04-04 09:42:27 +00:00
|
|
|
// 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
|