coreos-devel/mantle: Verify that unauthenticated users can't access CoreOS

Include a test to ensure that users without valid authentication tokens are
unable to log into CoreOS
This commit is contained in:
Matthew Garrett 2016-05-16 13:34:13 -07:00
parent 3ba6985d62
commit a25497dce5
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ COREOS_GO_PACKAGE="github.com/coreos/mantle"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="6f9da6c7a0d9e31c1ff341254064234a223b06cb" # v0.1.3
CROS_WORKON_COMMIT="74ae41661c737c08c2dbe8636bec3f45c2db819b" # v0.1.4
KEYWORDS="amd64 arm64"
fi