summaryrefslogtreecommitdiff
path: root/tests/vlog.at
Commit message (Expand)AuthorAgeFilesLines
* Require Python 3 and remove support for Python 2.Ben Pfaff2019-09-271-127/+92
* tests: Always use --no-chdir with --detach.Ben Pfaff2018-11-191-12/+12
* Permit to build OVS with only Python3 installedTimothy Redaelli2018-07-241-7/+7
* tests: Skip vlog tests that try to move opened file.Paul Boca2016-08-031-0/+3
* at test vlog: Switch from stderr to logAlin Serdean2016-06-141-4/+6
* vlog.at: Avoid using GNU sed extensionYAMAMOTO Takashi2016-03-241-2/+2
* tests: consistently use OVS_APP_EXIT_AND_WAIT() for daemon terminationLance Richardson2016-03-181-2/+4
* vlog.at: Run tests for Python 2 and 3.Russell Bryant2016-02-221-97/+125
* vlog: Add vlog/close command.Ben Pfaff2016-02-101-0/+74
* tests: Add vlog tests for C implementation to match Python tests.Ben Pfaff2016-02-031-0/+131
* tests: Avoid useless use of cat.Ben Pfaff2016-01-281-3/+3
* tests: Replace ON_EXIT m4 macro by on_exit() shell function.Ben Pfaff2015-09-091-6/+6
* tests: Automatically initialize OVS_*DIR vars when tests begin.Ben Pfaff2015-09-091-24/+0
* vlog: Ability to override the default log facility.Gurucharan Shetty2015-01-281-0/+63
* vlog: Rename the currently used term 'facility' as 'destination'.Gurucharan Shetty2015-01-081-3/+3
* Python Logging Formatting ImprovementsDave Tucker2014-04-281-37/+45
* vlog: Report timestamps in millisecond resolution in log messages.Paul Ingram2013-09-131-1/+1
* tests: New m4 macro ON_EXIT to add a cleanup action.Ben Pfaff2012-08-201-5/+4
* Make the location of the database separately configurable.Ben Pfaff2012-08-011-0/+4
* Python daemons: Changed log date time format.Arun Sharma2012-07-021-1/+1
* vlog: Take advantage of relaxed "-v" syntax through the tree.Ben Pfaff2012-05-221-3/+2
* python: Implement "vlog/set", "vlog/list" unixctl commands in Python vlog.Ben Pfaff2012-05-221-0/+44
* python: Implement "vlog/reopen" unixctl command in Python vlog.Ben Pfaff2012-05-221-0/+77
* tests: Fix Emacs syntax highlighting in vlog.at.Ben Pfaff2012-05-221-1/+1
* python: Create new vlog module.Ethan Jackson2011-09-271-0/+105