From b806d2cd37f2c139aa0d96de895a7d24fd5d25e3 Mon Sep 17 00:00:00 2001 From: Cady_Chen Date: Thu, 20 Oct 2016 20:27:06 +0800 Subject: [PATCH] Removes the superfluous 'that' This patch removes the superfluous 'that'. Change-Id: I18107d53b3d32dbfc291ae5c185e7bb8d8ab8368 --- neutron/tests/contrib/functional-testing.filters | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/tests/contrib/functional-testing.filters b/neutron/tests/contrib/functional-testing.filters index 70eaf1a92c2..657ae802b11 100644 --- a/neutron/tests/contrib/functional-testing.filters +++ b/neutron/tests/contrib/functional-testing.filters @@ -29,7 +29,7 @@ dhclient_kill: KillFilter, root, dhclient, -9 # in dhcp-agent namespace. If in that namespace resolv.conf file not exist # dhclient will override system /etc/resolv.conf # Filters below are limit functions mkdir, rm and touch -# only to create and delete file resolv.conf in the that namespace +# only to create and delete file resolv.conf in the namespace mkdir_filter: RegExpFilter, /bin/mkdir, root, mkdir, -p, /etc/netns/qdhcp-[0-9a-z./-]+ rm_filter: RegExpFilter, /bin/rm, root, rm, -r, /etc/netns/qdhcp-[0-9a-z./-]+ touch_filter: RegExpFilter, /bin/touch, root, touch, /etc/netns/qdhcp-[0-9a-z./-]+/resolv.conf