Bug 1703530 Update test_url from manifest object to replace platform argument r=perftest-reviewers,davehunt

Differential Revision: https://phabricator.services.mozilla.com/D111238
This commit is contained in:
Alex Ionescu 2021-04-09 11:22:50 +00:00
Родитель af19ef5dc4
Коммит d70036af39
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -169,6 +169,9 @@ def write_test_settings_json(args, test_details, oskey):
# write test settings json file with test details that the control
# server will provide for the web ext
test_url = transform_platform(test_details["test_url"], oskey)
# this is needed for raptor browsertime to pick up the replaced
# {platform} argument for motionmark tests
test_details["test_url"] = test_url
test_settings = {
"raptor-options": {