1
0
Fork 0

added new test suite authentication_server

This commit is contained in:
Frank Celler 2017-09-07 14:58:16 +02:00
parent ffc465433a
commit a7ae53eda7
1 changed files with 2 additions and 0 deletions

View File

@ -495,6 +495,7 @@ def getTests(os, edition, mode, engine) {
["arangobench", "arangobench", ""],
["arangosh", "arangosh", "--skipShebang true"],
["authentication", "authentication", ""],
["authentication_server", "authentication_server", ""],
["authentication_parameters", "authentication_parameters", ""],
["cluster_sync", "cluster_sync", ""],
["config", "config", ""],
@ -524,6 +525,7 @@ def getTests(os, edition, mode, engine) {
["arangobench", "arangobench" , ""],
["arangosh", "arangosh" , "--skipShebang true"],
["authentication", "authentication" , ""],
["authentication_server", "authentication_server", ""],
["authentication_parameters", "authentication_parameters" , ""],
["config", "config" , ""],
["dump", "dump" , ""],