mirror of https://gitee.com/bigwinds/arangodb
added new test suite authentication_server
This commit is contained in:
parent
ffc465433a
commit
a7ae53eda7
|
@ -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" , ""],
|
||||
|
|
Loading…
Reference in New Issue