summaryrefslogtreecommitdiff
path: root/gps/fake.py
Commit message (Expand)AuthorAgeFilesLines
* Another step towards eliminating delays in the test framework.Eric S. Raymond2013-11-271-2/+2
* Investigating ways to get rid of CLOSE_DELAY in the test framework...Eric S. Raymond2013-11-271-2/+11
* Ritualistic pacification of pylint. All regression tests pass, xgps runs.Eric S. Raymond2013-11-151-1/+1
* Insert required calls to Python Eceptions base class.Eric S. Raymond2013-11-151-0/+4
* Partial pylint cleanup. All regression tests pass, xgps works.Eric S. Raymond2013-11-151-2/+2
* Correct a delay figure.Eric S. Raymond2013-11-111-1/+2
* More results from mike_t.Eric S. Raymond2013-11-111-1/+1
* More field reports on test delays.Eric S. Raymond2013-11-111-23/+19
* Add a warning about sporadic build failures and the delay constants.Eric S. Raymond2013-11-111-3/+4
* Don't slow regression tests down more than we have to.Eric S. Raymond2013-11-111-17/+35
* Stop trying to set serial parity in the test loads.Eric S. Raymond2013-11-111-0/+1
* Trying to narrow down the serial-parameter error.Eric S. Raymond2013-11-111-2/+1
* It would be helpful to get the exception class name right.Eric S. Raymond2013-11-111-2/+2
* Catch an illegal-argument error thrown by Fedora Linux...Eric S. Raymond2013-11-111-1/+5
* Reports on delays needed in the test framework.Eric S. Raymond2013-11-101-6/+16
* Savannah tracker bug #36409 is now reproducible inside gpsfake.Eric S. Raymond2013-11-041-3/+8
* Remove redundant variable.Eric S. Raymond2013-11-041-4/+3
* Delay-Cookie feature in test loads almost works.Eric S. Raymond2013-11-041-10/+28
* Create a regression test for the TCP fake source capability.Eric S. Raymond2013-11-031-1/+1
* TCP fake sources are now fully working.Eric S. Raymond2013-11-031-2/+5
* TCP fake sources now work but can't be reused yet.Eric S. Raymond2013-11-031-2/+3
* Another steo towards getting fake TCP sources to work.Eric S. Raymond2013-11-031-17/+36
* Restore "Transport: UDP" functionality to gpsfake.Eric S. Raymond2013-11-031-1/+1
* FakeTCP source don't work yet in gpsfake, but this is a step less broken.Eric S. Raymond2013-11-031-8/+11
* gps/fake.py: fix typoChristian Gagneraud2013-11-031-1/+1
* Enhance gpsfake so it can be used to test TCP sources.Eric S. Raymond2013-09-291-2/+30
* More Python sanity checking.Eric S. Raymond2011-10-281-2/+2
* Python glitches caught by pylint.Eric S. Raymond2011-10-281-1/+1
* More fixes with a unique temporary directories and files for the regression t...Michael Tatarinov2011-10-061-2/+3
* Remove the old latency-profiling machinery.Eric S. Raymond2011-09-201-2/+0
* gps library code is pychecker clean. All regression tests pass.Eric S. Raymond2011-08-231-1/+5
* More cleanup of glitches found by pychecker.Eric S. Raymond2011-08-231-3/+3
* In gpsfake, remove an unused feature and document what's there.Eric S. Raymond2011-07-221-3/+0
* Have the Python packet-module interface export the character counter.Eric S. Raymond2011-03-011-1/+1
* Greg Troxel says CLOSE_DELAY needed to go to 0.2 on his sytem to avoid trouble.Eric S. Raymond2011-02-181-2/+3
* Reduce the amount of padding time in the regression tests.Eric S. Raymond2011-01-231-2/+2
* Fixing several Python identation errors.Bernd Zeimetz2010-08-291-2/+2
* Carry through and document the poll() -> read() change.Eric S. Raymond2010-07-141-1/+1
* Comment fix.Eric S. Raymond2010-06-101-1/+1
* Incorporate the tesults of a test by Greg Troxel (comment fix only).Eric S. Raymond2010-06-091-4/+3
* Comment fixes and clarifications.Eric S. Raymond2010-06-091-8/+11
* Fix wordo from previous edit.Greg Troxel2010-06-091-3/+3
* Set CLOSE_DELAY to 1 second.Greg Troxel2010-06-091-2/+4
* Reintroduce write padding in hopes of making the test suite work under NetBSD.Eric S. Raymond2010-06-071-5/+21
* regress-driver fixesBeat Bolli2010-06-061-1/+1
* add GPSD_HOME environment variable support to gpsfakeJon Schlueter2010-06-051-8/+19
* Use 127.0.0.1 for loopback tests.Greg Troxel2010-06-041-1/+1
* Speed up the test suite by killing the daemon faster.M Joonas Pihlaja2010-06-041-2/+5
* Rip out grubby code from a previous attempt to fix the multipacket problem.Eric S. Raymond2010-06-041-11/+1
* Following the multipacket fix, all tests now pass without write padding.Eric S. Raymond2010-06-041-10/+0