Skip to content

Commit

Permalink
Add Connect suite as per MDBF-653
Browse files Browse the repository at this point in the history
- add testing suite Connect to builder amd64-ubuntu-2004-fulltest
  • Loading branch information
RazvanLiviuVarzaru committed Jul 4, 2024
1 parent adad600 commit 4138172
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@
test_type_to_mtr_arg = {
"nm": "",
"ps": "--ps-protocol",
"connect": "--suite=connect",
"emb": "--embedded",
"emb-ps": "--embedded --ps-protocol",
"view": "--view-protocol",
Expand Down
3 changes: 2 additions & 1 deletion master-docker-nonstandard/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,8 @@ full_test_configs = {
"nm_engines": {},
"view": {
"additional_args": "--suite=main"
}
},
"connect": {}
}

for typ in full_test_configs:
Expand Down

0 comments on commit 4138172

Please sign in to comment.