Skip to content

Commit

Permalink
ovsdb-server.at: Skip transient transaction tests for Windows.
Browse files Browse the repository at this point in the history
Windows port does not yet implement ovsdb-server's "--run" option.
Till it is implemented, skip the tests.

Signed-off-by: Gurucharan Shetty <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
shettyg committed May 15, 2014
1 parent 2c7ea58 commit c17b52e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ovsdb-server.at
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,7 @@ AT_BANNER([OVSDB -- transactions on transient ovsdb-server])
# TITLE is provided to AT_SETUP and KEYWORDS to AT_KEYWORDS.
m4_define([OVSDB_CHECK_EXECUTION],
[AT_SETUP([$1])
AT_SKIP_IF([test "$IS_WIN32" = "yes"])
AT_KEYWORDS([ovsdb server positive transient $5])
OVS_RUNDIR=`pwd`; export OVS_RUNDIR
$2 > schema
Expand Down

0 comments on commit c17b52e

Please sign in to comment.