]> git.proxmox.com Git - mirror_ovs.git/commit
ovsdb-tool.at: Drop monitor argument
authorAlin Gabriel Serdean <aserdean@ovn.org>
Mon, 16 Apr 2018 20:26:37 +0000 (23:26 +0300)
committerAlin Gabriel Serdean <aserdean@ovn.org>
Mon, 16 Apr 2018 21:01:35 +0000 (00:01 +0300)
commit3915a9d3c41160aa82b804101e1576e7469a8d56
tree6c3f96a055cb6868d1afe0ecf62a619aca8adacf
parent689829d53612a573f810271a01561f7b0948c8c8
ovsdb-tool.at: Drop monitor argument

This patch drops the '--monitor' argument when running the ovsdb-server.

This can potentially increase the bug detection since the process will not
be restarted in certain situations.

Also, fixes the test under Windows since daemons do not have '--monitor'
argument.

Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
Suggested-by: Ben Pfaff <blp@ovn.org>
Suggested-at: https://mail.openvswitch.org/pipermail/ovs-dev/2018-April/346135.html
tests/ovsdb-tool.at