Files
nomad/e2e/acl/doc.go
2023-08-10 17:27:29 -05:00

9 lines
267 B
Go

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// Package acl provides end-to-end tests for Nomads ACL system.
//
// In order to run this test suite only, from the e2e directory you can trigger
// go test -v -run '^TestACL$' ./acl
package acl