5f3665230b
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.
6 lines
196 B
Go
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
|