summaryrefslogtreecommitdiff
path: root/tests/ovsdb-lock.at
Commit message (Collapse)AuthorAgeFilesLines
* tests: Always use --no-chdir with --detach.Ben Pfaff2018-11-191-6/+6
| | | | | | | | | With --detach but not --no-chdir, core files and Address Sanitizer logs don't go into the testsuite directory but end up dropped because it tries to write them in the root directory. Acked-by: Mark Michelson <mmichels@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
* tests: Add ovsdb lock testsAndy Zhou2016-07-221-0/+73
Add more ovsdb lock tests. Signed-off-by: Andy Zhou <azhou@ovn.org> Acked-by: Ryan Moats <rmoats@us.ibm.com> Acked-by: Ben Pfaff <blp@ovn.org>