Skip to content

Commit

Permalink
tests: Skip a sflow test for Windows.
Browse files Browse the repository at this point in the history
AT_XFAIL_IF cannot be used here because it lets the tests
run first and then say that the failure is expected. In this
particular test, the utilities simply hang blocking all
other tests. So use AT_SKIP_IF instead.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
Acked-by: Nithin Raju <nithin@vmware.com>
  • Loading branch information
shettyg committed Nov 12, 2014
1 parent abe6d62 commit 80ee73d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ofproto-dpif.at
Expand Up @@ -4548,6 +4548,7 @@ CHECK_SFLOW_SAMPLING_PACKET([[[::1]]], [IPv6])

dnl Test sFlow LAG structures
AT_SETUP([ofproto-dpif - sFlow LACP structures])
AT_SKIP_IF([test "$IS_WIN32" = "yes"])
OVS_VSWITCHD_START([dnl
add-bond br0 bond p1 p2 -- \
set Port bond lacp=active bond-mode=active-backup \
Expand Down

0 comments on commit 80ee73d

Please sign in to comment.