gecko-dev/testing/raptor/test
Tarek Ziadé 9ed1006ca9 Bug 1528992 - extract raptor mitmproxy integration - r=rwood,Bebe,gbrown
This patch moves testing/raptor/raptor/playback into its own testing package in testing/mozbase/mozproxy
so we can use the proxy in other places than Raptor.

Differential Revision: https://phabricator.services.mozilla.com/D21200

--HG--
rename : testing/raptor/raptor/playback/__init__.py => testing/mozbase/mozproxy/mozproxy/__init__.py
rename : testing/raptor/raptor/playback/base.py => testing/mozbase/mozproxy/mozproxy/backends/base.py
rename : testing/raptor/raptor/playback/mitmproxy.py => testing/mozbase/mozproxy/mozproxy/backends/mitm.py
rename : testing/raptor/raptor/playback/mitmproxy-rel-bin-linux64.manifest => testing/mozbase/mozproxy/mozproxy/backends/mitmproxy-rel-bin-linux64.manifest
rename : testing/raptor/raptor/playback/mitmproxy-rel-bin-osx.manifest => testing/mozbase/mozproxy/mozproxy/backends/mitmproxy-rel-bin-osx.manifest
rename : testing/raptor/raptor/playback/mitmproxy-rel-bin-win.manifest => testing/mozbase/mozproxy/mozproxy/backends/mitmproxy-rel-bin-win.manifest
rename : testing/raptor/raptor/playback/mitmproxy_requirements.txt => testing/mozbase/mozproxy/mozproxy/backends/mitmproxy_requirements.txt
extra : moz-landing-system : lando
2019-03-06 17:13:21 +00:00
..
files
__init__.py
conftest.py Bug 1531169 - Add the ability to run Raptor page-load tests against live sites; r=davehunt 2019-03-04 20:40:51 +00:00
python.ini Bug 1517270 - Add pageload measurement types to --print-tests output; r=rwood 2019-01-04 17:04:27 +00:00
test_cmdline.py Bug 1522100 - Add Raptor support for running tests locally on the android-components reference browser; r=davehunt 2019-02-21 14:14:05 +00:00
test_control_server.py Bug 1449195 - Process raptor test results and format for output; r=jmaher 2018-05-03 12:00:57 -04:00
test_manifest.py Bug 1530353 - Temporarily stop measuring hero element in tp6-1 to prevent intermittent failures; r=acreskey,davehunt 2019-03-04 21:43:21 +00:00
test_playback.py Bug 1528992 - extract raptor mitmproxy integration - r=rwood,Bebe,gbrown 2019-03-06 17:13:21 +00:00
test_print_tests.py Bug 1517270 - Add pageload measurement types to --print-tests output; r=rwood 2019-01-04 17:04:27 +00:00
test_raptor.py Bug 1522972 - Make existing main Raptor code more modular; r=davehunt 2019-02-15 14:55:16 +00:00
test_utils.py Bug 1491097 - Add utils unit test; r=ahal 2018-11-28 18:44:02 +00:00