Files
nomad/e2e/client_identity/doc.go
2025-08-26 13:49:06 +01:00

11 lines
463 B
Go

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// Package clientidentity provides end-to-end tests for Nomad's client identity
// feature. This does not involve running jobs, but instead focuses on the
// identity API to query and force renewals of client identity claims.
//
// In order to run this test suite only, from the e2e directory you can trigger
// go test -v -run '^TestClientIdentity$' ./client_identity
package clientidentity