test: Create permission table to automate tests

This commit is contained in:
Joachim Van Herwegen
2022-03-01 14:27:53 +01:00
parent d908374364
commit 6f83ac5ead
3 changed files with 265 additions and 38 deletions

View File

@@ -7,12 +7,15 @@ const portNames = [
'Conditions',
'ContentNegotiation',
'DynamicPods',
'GlobalQuota',
'Identity',
'LpdHandlerWithAuth',
'LpdHandlerWithoutAuth',
'Middleware',
'N3Patch',
'PermissionTable',
'PodCreation',
'PodQuota',
'RedisResourceLocker',
'RestrictedIdentity',
'ServerFetch',
@@ -20,8 +23,7 @@ const portNames = [
'SparqlStorage',
'Subdomains',
'WebSocketsProtocol',
'PodQuota',
'GlobalQuota',
// Unit
'BaseHttpServerFactory',
] as const;