[ovs-dev] [PATCH 09/10] ovsdb-server.at: Skip transient transaction tests for Windows.

Gurucharan Shetty shettyg at nicira.com
Tue May 13 16:03:23 UTC 2014


Windows port does not yet implement ovsdb-server's "--run" option.
Till it is implemented, skip the tests.

Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
---
 tests/ovsdb-server.at |    1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/ovsdb-server.at b/tests/ovsdb-server.at
index 86179bd..08c56ca 100644
--- a/tests/ovsdb-server.at
+++ b/tests/ovsdb-server.at
@@ -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
-- 
1.7.9.5




More information about the dev mailing list