summaryrefslogtreecommitdiff
path: root/tests/daemon.at
Commit message (Collapse)AuthorAgeFilesLines
* Implement initial Python bindings for Open vSwitch database.Ben Pfaff2010-08-251-1/+1
| | | | | | | | | | These initial bindings pass a few hundred of the corresponding tests for C implementations of various bits of the Open vSwitch library API. The poorest part of them is actually the Python IDL interface in ovs.db.idl, which has not received enough attention yet. It appears to work, but it doesn't yet support writes (transactions) and it is difficult to use. I hope to improve it as it becomes clear what semantics Python applications actually want from an IDL.
* tests: Tolerate ignored SIGPIPE in daemon tests.Ben Pfaff2010-06-241-4/+24
| | | | | | | | | | | I noticed that when I run "make check" inside an Emacs compile-mode buffer, the "daemon --detach closes standard fds" and "daemon --detach --monitor closes standard fds" tests failed. Investigation showed that Emacs ignores SIGPIPE in the compile subprocess, which caused the "yes" process in these tests to emit the message "yes: Broken pipe" and exit with status 1 instead of dying from SIGPIPE. This commit changes these tests to allow either behavior.
* Rework and simplify the "lcov" support for the testsuite.Ben Pfaff2010-02-021-2/+6
|
* daemon: Add support for process monitoring and restart.Ben Pfaff2010-01-151-0/+165