Skip to content

Commit

Permalink
system-userspace-macros: allow passing sed args to OVS_TRAFFIC_VSWITC…
Browse files Browse the repository at this point in the history
…HD_STOP()

Passing sed arguments to OVS_TRAFFIC_VSWITCHD_STOP() was being ignored
for check-system-userspace. This is useful to selective ignore log
messages.

Signed-off-by: Eric Garver <[email protected]>
Signed-off-by: Joe Stringer <[email protected]>
  • Loading branch information
erig0 authored and joestringer committed Oct 18, 2016
1 parent db2e457 commit afa0dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system-userspace-macros.at
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ m4_define([OVS_TRAFFIC_VSWITCHD_START],
# removal.
m4_define([OVS_TRAFFIC_VSWITCHD_STOP],
[OVS_VSWITCHD_STOP([dnl
"/netdev_linux.*obtaining netdev stats via vport failed/d
$1";/netdev_linux.*obtaining netdev stats via vport failed/d
/dpif_netlink.*Generic Netlink family 'ovs_datapath' does not exist. The Open vSwitch kernel module is probably not loaded./d"])
AT_CHECK([:; $2])
])
Expand Down

0 comments on commit afa0dfc

Please sign in to comment.