open-nomad/e2e/acl/doc.go
James Rasell 5f3665230b
e2e: add ACL test suite with ACL Role test. (#14398)
This adds a new ACL test suite to the e2e framework which includes
an initial test for ACL roles. The ACL test includes a helper to
track and clean created Nomad resources which keeps the test
cluster clean no matter if the test fails early or not.
2022-08-31 10:11:28 +02:00

6 lines
196 B
Go

// 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