Skip to content
Snippets Groups Projects
Commit 91c47241 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Added download streams setting to benchmark roles | refs #32500

parent 47939f30
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ bench_host: "{{ envsetup_ms_server_name | d() }}"
bench_user: ubicast
bench_password: "{{ envsetup_ms_superuser_pwd | d() }}"
bench_oid:
bench_dl_streams: false
bench_stream_repo: https://git.ubicast.net/mediaserver/ms-testing-suite.git
bench_host_api_key: "{{ envsetup_ms_api_key | d() }}"
......
......@@ -22,6 +22,7 @@
"MS_USERNAME":"{{ bench_user }}",
"MS_PASSWORD":"{{ bench_password }}",
"MEDIA_OID":"{{ bench_oid }}",
"DL_STREAMS":{{ bench_dl_streams }},
"TIME_STATS":{{ bench_time_stat }}
}
......
......@@ -10,5 +10,6 @@ bench_host: "{{ envsetup_ms_server_name | d() }}"
bench_user: ubicast
bench_password: "{{ envsetup_ms_superuser_pwd | d() }}"
bench_oid:
bench_dl_streams: false
...
......@@ -22,6 +22,7 @@
"MS_USERNAME":"{{ bench_user }}",
"MS_PASSWORD":"{{ bench_password }}",
"MEDIA_OID":"{{ bench_oid }}",
"DL_STREAMS":{{ bench_dl_streams }},
"TIME_STATS":{{ bench_time_stat }}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment