Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1230244 - gaiatest: Remove unused Treeherder submission code
Browse files Browse the repository at this point in the history
Results are now posted to Treeherder using Taskcluster instead. The
existing code is broken and/or using deprecated features so is best
removed to avoid confusion.

The boto package is also unused after the removal of treeherder.py.
  • Loading branch information
Ed Morley committed Dec 6, 2015
1 parent b930e25 commit 91b3140
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 319 deletions.
2 changes: 0 additions & 2 deletions tests/python/gaia-ui-tests/gaiatest/mixins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

from gaia import *
from treeherder import TreeherderArguments, \
TreeherderTestRunnerMixin
from imagecompare import GaiaImageCompareArguments
310 changes: 0 additions & 310 deletions tests/python/gaia-ui-tests/gaiatest/mixins/treeherder.py

This file was deleted.

6 changes: 1 addition & 5 deletions tests/python/gaia-ui-tests/gaiatest/runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
from gaiatest import (GaiaTestCase,
GaiaArguments,
GaiaTestRunnerMixin,
TreeherderArguments,
TreeherderTestRunnerMixin,
GaiaImageCompareArguments)
from version import __version__

Expand All @@ -28,7 +26,6 @@ class GaiaTestArguments(BaseMarionetteArguments):
def __init__(self, **kwargs):
BaseMarionetteArguments.__init__(self, **kwargs)
self.register_argument_container(GaiaArguments())
self.register_argument_container(TreeherderArguments())
self.register_argument_container(GaiaImageCompareArguments())


Expand All @@ -41,7 +38,7 @@ class GaiaTextTestRunner(MarionetteTextTestRunner):
resultclass = GaiaTestResult


class GaiaTestRunner(BaseMarionetteTestRunner, GaiaTestRunnerMixin, TreeherderTestRunnerMixin):
class GaiaTestRunner(BaseMarionetteTestRunner, GaiaTestRunnerMixin):

textrunnerclass = GaiaTextTestRunner

Expand Down Expand Up @@ -75,7 +72,6 @@ def gather_debug(test, status):

BaseMarionetteTestRunner.__init__(self, result_callbacks=[gather_debug], **kwargs)
GaiaTestRunnerMixin.__init__(self, **kwargs)
TreeherderTestRunnerMixin.__init__(self, **kwargs)
self.test_handlers = [GaiaTestCase]

def start_httpd(self, need_external_ip):
Expand Down
2 changes: 0 additions & 2 deletions tests/python/gaia-ui-tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
boto>=2.32.1
marionette_driver==1.1.1
marionette_client==2.0.0
requests
treeherder-client==1.5

0 comments on commit 91b3140

Please sign in to comment.