mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Migrate our E2E tests for Connect off the old framework in preparation for writing E2E tests for transparent proxy and the updated workload identity workflow. Mark the tests that cover the legacy Consul token submitted workflow. Ref: https://github.com/hashicorp/nomad/pull/20175
6 lines
161 B
Go
6 lines
161 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
// Package connect provides tests for Nomad's Consul Connect integration.
|
|
package connect
|