mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Initial end-to-end tests for dynamic host volumes. This includes tests for two workflows: * One where a dynamic host volume is created by a plugin and then mounted by a job. * Another where a dynamic host volume is created out-of-band and registered by a job, then mounted by another job. This changeset also moves the existing `volumes` E2E test package to the better-named `volume_mounts`. Ref: https://hashicorp.atlassian.net/browse/NET-11551
8 lines
240 B
Go
8 lines
240 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
package dynamic_host_volumes
|
|
|
|
// This package contains only tests, so this is a placeholder file to
|
|
// make sure builds don't fail with "no non-test Go files in" errors
|