ovsdb-server.at: Skip tests that use ovsdb-server's "--run" on Windows.
authorGurucharan Shetty <gshetty@nicira.com>
Mon, 16 Jun 2014 20:49:18 +0000 (13:49 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Mon, 14 Jul 2014 16:16:04 +0000 (09:16 -0700)
commitbdb2e73bb1c5a9e7488ba6385580f267fbb030e0
tree292887a045cbe58955578d1e4aab31db22d355ff
parentf1948bb9b94342f6630905e131ddc3a80439e81b
ovsdb-server.at: Skip tests that use ovsdb-server's "--run" on Windows.

ovsdb-server's port on Windows does not support the "--run" option.
The two tests skipped in this commit make use of "--run" option to
test ovsdb-server's truncating of corrupt log or bad transaction.
It looks a little tricky to get this test running on Windows without
the "--run" option implemented.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
tests/ovsdb-server.at