[User management] Enable UM for sandbox-on-x and ledger-on-sql conformance tests (#13041)

The goal is to have a conformance test using Oracle and with UM enabled.

changelog_begin
changelog_end
This commit is contained in:
pbatko-da 2022-02-23 15:42:48 +01:00 committed by GitHub
parent 2bfc08bb77
commit 15b54a870e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -253,6 +253,7 @@ da_scala_test_suite(
server_args = [
"--contract-id-seeding=testing-weak",
"--participant participant-id=conformance-test,port=6865",
"--enable-user-management=true",
] + db.get("conformance_test_server_args", []),
tags = db.get("conformance_test_tags", []),
test_tool_args = db.get("conformance_test_tool_args", []) + [

View File

@ -379,6 +379,7 @@ server_conformance_test(
server_args = [
"--contract-id-seeding=testing-weak",
"--participant participant-id=example,port=6865",
"--enable-user-management=true",
],
servers = SERVERS,
test_tool_args = [