Validate Keystone sets check-max-request-body-size

Related-Bug: #1819134
This commit is contained in:
Chris MacNaughton
2019-03-08 11:04:06 +01:00
parent 593f04ce4a
commit 80fb835bbd

View File

@@ -341,13 +341,13 @@ class SecurityTests(BaseKeystoneTest):
# this initial work to get validation in. There will be bugs targeted
# to each one and resolved independently where possible.
expected_failures = [
'check-max-request-body-size',
'disable-admin-token',
'uses-sha256-for-hashing-tokens',
'validate-file-ownership',
'validate-file-permissions',
]
expected_passes = [
'check-max-request-body-size',
'uses-fernet-token-after-default',
'insecure-debug-is-false',
]