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

Commit

Permalink
Merge pull request #33529 from edmorley/rm-gaiatest-treeherder-submis…
Browse files Browse the repository at this point in the history
…sion

Bug 1230244 - gaiatest: Remove unused Treeherder submission code
  • Loading branch information
JohanLorenzo committed Dec 8, 2015
2 parents 6fefc3a + 91b3140 commit 961528f
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
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
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
@@ -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 961528f

Please sign in to comment.