interface-reconfigure.at: Skip POSIX specfic tests for Windows.
authorGurucharan Shetty <gshetty@nicira.com>
Mon, 16 Jun 2014 20:01:36 +0000 (13:01 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 26 Jun 2014 23:53:40 +0000 (16:53 -0700)
interface-reconfigure.at mostly tests functionality for Xenserver
and the tests use some POSIX only features. Skip them for Windows.

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

index 63c62af..22a3e2e 100644 (file)
@@ -697,6 +697,7 @@ AT_BANNER([interface-reconfigure])
 AT_SETUP([non-VLAN, non-bond])
 AT_KEYWORDS([interface-reconfigure])
 AT_SKIP_IF([$non_ascii_cwd])
+AT_SKIP_IF([test "$IS_WIN32" = "yes"])
 ifr_setup
 
 AT_CHECK([ifr_run --force xenbr2 up], [0], [], [stderr])
@@ -773,6 +774,7 @@ AT_CLEANUP
 AT_SETUP([VLAN, non-bond])
 AT_KEYWORDS([interface-reconfigure])
 AT_SKIP_IF([$non_ascii_cwd])
+AT_SKIP_IF([test "$IS_WIN32" = "yes"])
 ifr_setup
 
 AT_CHECK([ifr_run --force xapi3 up], [0], [], [stderr])
@@ -847,6 +849,7 @@ AT_CLEANUP
 AT_SETUP([Bond, non-VLAN])
 AT_KEYWORDS([interface-reconfigure])
 AT_SKIP_IF([$non_ascii_cwd])
+AT_SKIP_IF([test "$IS_WIN32" = "yes"])
 ifr_setup
 
 # Pretend that bond0 exists, even though it would really be created by
@@ -936,6 +939,7 @@ AT_CLEANUP
 AT_SETUP([VLAN on bond])
 AT_KEYWORDS([interface-reconfigure])
 AT_SKIP_IF([$non_ascii_cwd])
+AT_SKIP_IF([test "$IS_WIN32" = "yes"])
 ifr_setup
 
 # Pretend that bond0 exists, even though it would really be created by