No Bug - Remove dead code (host utils is no longer defined through buildbot). r=no-one
No Bug - Remove dead code (host utils is no longer defined through buildbot). r=no-one
--- a/mozilla-tests/mobile_config.py
+++ b/mozilla-tests/mobile_config.py
@@ -1527,49 +1527,45 @@ for suite in ANDROID_2_3_MOZHARNESS_DICT
# You must define opt_unittest_suites when enable_opt_unittests is True for a
# platform. Likewise debug_unittest_suites for enable_debug_unittests
PLATFORM_UNITTEST_VARS = {
'android': {
'product_name': 'fennec',
'app_name': 'browser',
'brand_name': 'Minefield',
'is_remote': True,
- 'host_utils_url': 'http://talos-remote.pvt.build.mozilla.org/tegra/tegra-host-utils.%%(foopy_type)s.742597.zip',
'enable_opt_unittests': True,
'enable_debug_unittests': True,
'remote_extras': ANDROID_UNITTEST_REMOTE_EXTRAS,
'panda_android': deepcopy(ANDROID_MOZHARNESS_PANDA_UNITTEST_DICT),
},
'android-api-9': {
'product_name': 'fennec',
'app_name': 'browser',
'brand_name': 'Minefield',
'is_remote': True,
- 'host_utils_url': 'http://talos-remote.pvt.build.mozilla.org/tegra/tegra-host-utils.%%(foopy_type)s.742597.zip',
'enable_opt_unittests': True,
'enable_debug_unittests': True,
'remote_extras': ANDROID_UNITTEST_REMOTE_EXTRAS,
},
'android-api-11': {
'product_name': 'fennec',
'app_name': 'browser',
'brand_name': 'Minefield',
'is_remote': True,
- 'host_utils_url': 'http://talos-remote.pvt.build.mozilla.org/tegra/tegra-host-utils.%%(foopy_type)s.742597.zip',
'enable_opt_unittests': True,
'enable_debug_unittests': True,
'remote_extras': ANDROID_UNITTEST_REMOTE_EXTRAS,
'panda_android': deepcopy(ANDROID_MOZHARNESS_PANDA_UNITTEST_DICT),
},
'android-armv6': {
'product_name': 'fennec',
'app_name': 'browser',
'brand_name': 'Minefield',
'is_remote': True,
- 'host_utils_url': 'http://talos-remote.pvt.build.mozilla.org/tegra/tegra-host-utils.%%(foopy_type)s.742597.zip',
'enable_opt_unittests': True,
'enable_debug_unittests': False,
'remote_extras': ANDROID_UNITTEST_REMOTE_EXTRAS,
'ubuntu64_vm_armv6_mobile': {
'opt_unittest_suites': [],
'debug_unittest_suites': [],
},
'ubuntu64_vm_armv6_large': {