mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
9 lines
266 B
Go
9 lines
266 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
// 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
|