aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/core
diff options
context:
space:
mode:
authorGravatar borenet <borenet@chromium.org>2016-08-05 06:30:10 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-05 06:30:10 -0700
commit2c3112d517720cbc65734004b41131b7369bb517 (patch)
treeb91084ee904d10dd10c3a7f2bce3d6ae97483fed /infra/bots/recipe_modules/core
parente2251acbaa7c099c4a2bac13acbce7274ddde051 (diff)
[recipes] Increase test coverage
Remove a bunch of "pragma: no cover" by removing unused code or adding test bots to cover. BUG=skia:5578 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2215443003 Review-Url: https://codereview.chromium.org/2215443003
Diffstat (limited to 'infra/bots/recipe_modules/core')
-rwxr-xr-xinfra/bots/recipe_modules/core/android_devices.py99
-rwxr-xr-xinfra/bots/recipe_modules/core/ssh_devices.py30
2 files changed, 0 insertions, 129 deletions
diff --git a/infra/bots/recipe_modules/core/android_devices.py b/infra/bots/recipe_modules/core/android_devices.py
deleted file mode 100755
index 1a59c77333..0000000000
--- a/infra/bots/recipe_modules/core/android_devices.py
+++ /dev/null
@@ -1,99 +0,0 @@
-#!/usr/bin/env python
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-
-import collections
-import json
-
-
-DEFAULT_SDK_ROOT = '/home/chrome-bot/android-sdk-linux'
-MAC_SDK_ROOT = '/Users/chrome-bot/adt-bundle-mac-x86_64-20140702/sdk'
-MACMINI_SDK_ROOT = '/Users/chrome-bot/android-sdk-macosx'
-
-SlaveInfo = collections.namedtuple('SlaveInfo',
- 'serial android_sdk_root has_root')
-
-SLAVE_INFO = {
- 'skiabot-mac-10_8-compile-000':
- SlaveInfo('noserial', MAC_SDK_ROOT, True),
- 'skiabot-mac-10_8-compile-001':
- SlaveInfo('noserial', MAC_SDK_ROOT, True),
- 'skiabot-mac-10_8-compile-002':
- SlaveInfo('noserial', MAC_SDK_ROOT, True),
- 'skiabot-mac-10_8-compile-003':
- SlaveInfo('noserial', MAC_SDK_ROOT, True),
- 'skiabot-mac-10_8-compile-004':
- SlaveInfo('noserial', MAC_SDK_ROOT, True),
- 'skiabot-mac-10_8-compile-005':
- SlaveInfo('noserial', MAC_SDK_ROOT, True),
- 'skiabot-mac-10_8-compile-006':
- SlaveInfo('noserial', MAC_SDK_ROOT, True),
- 'skiabot-mac-10_8-compile-007':
- SlaveInfo('noserial', MAC_SDK_ROOT, True),
- 'skiabot-mac-10_8-compile-008':
- SlaveInfo('noserial', MAC_SDK_ROOT, True),
- 'skiabot-mac-10_8-compile-009':
- SlaveInfo('noserial', MAC_SDK_ROOT, True),
- 'skiabot-shuttle-ubuntu15-androidone-001':
- SlaveInfo('AG86044202A04GC', DEFAULT_SDK_ROOT, True),
- 'skiabot-shuttle-ubuntu15-androidone-002':
- SlaveInfo('AG8404EC06G02GC', DEFAULT_SDK_ROOT, True),
- 'skiabot-shuttle-ubuntu15-androidone-003':
- SlaveInfo('AG8404EC0688EGC', DEFAULT_SDK_ROOT, True),
- 'skiabot-shuttle-ubuntu12-galaxys3-001':
- SlaveInfo('4df713b8244a21cf', DEFAULT_SDK_ROOT, False),
- 'skiabot-shuttle-ubuntu12-galaxys3-002':
- SlaveInfo('32309a56e9b3a09f', DEFAULT_SDK_ROOT, False),
- 'skiabot-shuttle-ubuntu12-galaxys4-001':
- SlaveInfo('4d0032a5d8cb6125', MACMINI_SDK_ROOT, False),
- 'skiabot-shuttle-ubuntu12-galaxys4-002':
- SlaveInfo('4d00353cd8ed61c3', MACMINI_SDK_ROOT, False),
- 'skiabot-shuttle-ubuntu12-nexus5-001':
- SlaveInfo('03f61449437cc47b', DEFAULT_SDK_ROOT, True),
- 'skiabot-shuttle-ubuntu12-nexus5-002':
- SlaveInfo('018dff3520c970f6', DEFAULT_SDK_ROOT, True),
- 'skiabot-shuttle-ubuntu15-nexus6-001':
- SlaveInfo('ZX1G22JJWS', DEFAULT_SDK_ROOT, True),
- 'skiabot-shuttle-ubuntu15-nexus6-002':
- SlaveInfo('ZX1G22JN35', DEFAULT_SDK_ROOT, True),
- 'skiabot-shuttle-ubuntu15-nexus6-003':
- SlaveInfo('ZX1G22JXXM', DEFAULT_SDK_ROOT, True),
- 'skiabot-shuttle-ubuntu12-nexus7-001':
- SlaveInfo('015d210a13480604', DEFAULT_SDK_ROOT, True),
- 'skiabot-shuttle-ubuntu12-nexus7-002':
- SlaveInfo('015d18848c280217', DEFAULT_SDK_ROOT, True),
- 'skiabot-shuttle-ubuntu12-nexus7-003':
- SlaveInfo('015d16897c401e17', DEFAULT_SDK_ROOT, True),
- 'skiabot-shuttle-ubuntu12-nexus9-001':
- SlaveInfo('HT43RJT00022', DEFAULT_SDK_ROOT, True),
- 'skiabot-shuttle-ubuntu12-nexus9-002':
- SlaveInfo('HT4AEJT03112', DEFAULT_SDK_ROOT, True),
- 'skiabot-shuttle-ubuntu12-nexus9-003':
- SlaveInfo('HT4ADJT03339', DEFAULT_SDK_ROOT, True),
- 'skiabot-shuttle-ubuntu12-nexus10-001':
- SlaveInfo('R32C801B5LH', DEFAULT_SDK_ROOT, True),
- 'skiabot-shuttle-ubuntu12-nexus10-003':
- SlaveInfo('R32CB017X2L', DEFAULT_SDK_ROOT, True),
- 'skiabot-shuttle-ubuntu12-nexusplayer-001':
- SlaveInfo('D76C708B', DEFAULT_SDK_ROOT, True),
- 'skiabot-shuttle-ubuntu12-nexusplayer-002':
- SlaveInfo('8AB5139A', DEFAULT_SDK_ROOT, True),
- 'skiabot-shuttle-ubuntu15-nvidia-shield-001':
- SlaveInfo('04217150066510000078', MACMINI_SDK_ROOT, False),
- 'skiabot-linux-housekeeper-003':
- SlaveInfo('noserial', DEFAULT_SDK_ROOT, False),
- 'vm690-m3': SlaveInfo('noserial', MACMINI_SDK_ROOT, False),
- 'vm691-m3': SlaveInfo('noserial', MACMINI_SDK_ROOT, False),
- 'vm692-m3': SlaveInfo('noserial', MACMINI_SDK_ROOT, False),
- 'vm693-m3': SlaveInfo('noserial', MACMINI_SDK_ROOT, False),
- 'skiabot-linux-swarm-000': SlaveInfo('noserial', DEFAULT_SDK_ROOT, True),
- 'default':
- SlaveInfo('noserial', DEFAULT_SDK_ROOT, False),
-}
-
-
-if __name__ == '__main__':
- print json.dumps(SLAVE_INFO) # pragma: no cover
-
diff --git a/infra/bots/recipe_modules/core/ssh_devices.py b/infra/bots/recipe_modules/core/ssh_devices.py
deleted file mode 100755
index d8ce937572..0000000000
--- a/infra/bots/recipe_modules/core/ssh_devices.py
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/usr/bin/env python
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-
-import collections
-import json
-
-
-DEFAULT_PORT = '22'
-DEFAULT_USER = 'chrome-bot'
-
-
-SlaveInfo = collections.namedtuple('SlaveInfo',
- 'ssh_user ssh_host ssh_port')
-
-SLAVE_INFO = {
- 'skiabot-shuttle-ubuntu12-003':
- SlaveInfo('root', '192.168.1.123', DEFAULT_PORT),
- 'skiabot-shuttle-ubuntu12-004':
- SlaveInfo('root', '192.168.1.134', DEFAULT_PORT),
- 'default':
- SlaveInfo('nouser', 'noip', 'noport'),
-}
-
-
-if __name__ == '__main__':
- print json.dumps(SLAVE_INFO) # pragma: no cover
-