Testing framework for Necko (Mozilla's networking stack)
Перейти к файлу
Nick Hurley 08d3616924 DRY fixups 2013-03-05 15:33:23 -08:00
linux These live in the windows support directory. Whoops. 2013-02-26 14:44:05 -08:00
osx OS X support for static arp entries 2013-02-22 15:29:22 -08:00
tests Add ability to test stoneridge without modifying source. 2012-11-01 14:46:08 -07:00
tools Make operating systems in srpush match try server 2013-02-26 09:53:10 -08:00
windows WTF happened here? 2013-02-26 14:45:56 -08:00
wpr Bring in named & dependencies from neckonet 2012-06-14 16:57:11 -07:00
.gitignore Ignore faked-up run.ini file 2013-03-05 14:47:15 -08:00
.hgignore Add hgignore that mirrors gitignore 2012-05-14 15:41:18 -07:00
LICENSE Add MPL v2.0 license 2012-04-17 16:42:57 -07:00
README Add README as a starter/to-do list 2012-02-28 16:32:20 -08:00
config.ini.example Persist queue on disk for windows 2013-02-26 14:15:40 -08:00
head.js Place xpcshell output in the sr output directory 2013-02-15 16:53:02 -08:00
installdmg.sh Make unpacker work 2012-05-01 13:40:58 -07:00
mqproxy_empty.db Add empty mqproxy database, just for reference 2013-03-01 15:29:27 -08:00
requirements.txt Persist queue on disk for windows 2013-02-26 14:15:40 -08:00
run.ini.example Place xpcshell output in the sr output directory 2013-02-15 16:53:02 -08:00
srarchiver.py More pep8 fixes found by flake8 2013-02-20 20:20:22 -08:00
srarpfixer.py Add ARP fixer 2013-03-04 11:31:27 -08:00
srcleaner.py Proper type for cleaner keep value 2013-02-19 10:31:35 -08:00
srcloner.py Merge branch 'master' into pep8 2013-02-25 13:38:49 -08:00
srcollator.py Merge branch 'master' into pep8 2013-02-25 11:00:28 -08:00
srdeferrer.py More pep8 fixes found by flake8 2013-02-20 20:20:22 -08:00
srdns.py Switch subprocess.Popen to stoneridge.Process 2013-02-26 12:16:28 -08:00
srdnscheck.py Add dns check process 2013-03-05 13:55:56 -08:00
srdnsupdater.py Fix lint warnings in dns updater 2013-02-19 16:28:13 -08:00
srdownloader.py More pep8 fixes found by flake8 2013-02-20 20:20:22 -08:00
sremailer.py DRY fixups 2013-03-05 15:33:23 -08:00
srinfogatherer.py More pep8 fixes found by flake8 2013-02-20 20:20:22 -08:00
srmaster.py Merge branch 'master' into pep8 2013-02-25 13:38:49 -08:00
srnamed.py Fix lint warnings in named 2013-02-19 16:33:07 -08:00
srreporter.py Make reporter more robust 2013-03-05 11:14:33 -08:00
srrun.py Use the appropriate path separator 2013-02-26 14:56:02 -08:00
srrunner.py Fix a syntax error with the runner when timing out xpcshell 2013-02-26 16:28:35 -08:00
srscheduler.py Merge branch 'master' into pep8 2013-02-25 11:00:28 -08:00
srunpacker.py More pep8 fixes found by flake8 2013-02-20 20:20:22 -08:00
sruploader.py Merge branch 'master' into pep8 2013-02-25 11:00:28 -08:00
srworker.py Add dns check process 2013-03-05 13:55:56 -08:00
stoneridge.py Switch subprocess.Popen to stoneridge.Process 2013-02-26 12:16:28 -08:00

README

This is the source for Stone Ridge (https://wiki.mozilla.org/Necko/Performance/AutomatedTesting).

Currently it consists of
    * XPCShell JS to download network resources and report timings
    * Python harness to control xpcshell and upload timings to a graph server

There are plans for more, but we're starting basic here, folks.