* [PATCH] tests/py: add test for empty string match
@ 2017-11-28 11:25 Harsha Sharma
2017-11-28 15:49 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Harsha Sharma @ 2017-11-28 11:25 UTC (permalink / raw)
To: pablo; +Cc: netfilter-devel, Harsha Sharma
This patch add tests for empty string match which fails with error "Empty
string is not allowed".
Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com>
---
tests/py/any/ct.t | 1 +
tests/py/any/meta.t | 2 ++
2 files changed, 3 insertions(+)
diff --git a/tests/py/any/ct.t b/tests/py/any/ct.t
index fb3ae09..9c88140 100644
--- a/tests/py/any/ct.t
+++ b/tests/py/any/ct.t
@@ -75,6 +75,7 @@ ct expiration != {33-55};ok; ct expiration != { 33s-55s}
ct helper "ftp";ok
ct helper "12345678901234567";fail
+ct helper '""';fail
ct state . ct mark { new . 0x12345678};ok
ct state . ct mark { new . 0x12345678, new . 0x34127856, established . 0x12785634};ok
diff --git a/tests/py/any/meta.t b/tests/py/any/meta.t
index dd335ab..a38c501 100644
--- a/tests/py/any/meta.t
+++ b/tests/py/any/meta.t
@@ -71,6 +71,7 @@ meta iifname {"dummy0", "lo"};ok
meta iifname != {"dummy0", "lo"};ok
meta iifname "dummy*";ok;iifname "dummy*"
meta iifname "dummy\*";ok;iifname "dummy\*"
+meta iifname '""';fail
meta iiftype {ether, ppp, ipip, ipip6, loopback, sit, ipgre};ok
meta iiftype != {ether, ppp, ipip, ipip6, loopback, sit, ipgre};ok
@@ -89,6 +90,7 @@ meta oifname != "dummy0";ok;oifname != "dummy0"
meta oifname { "dummy0", "lo"};ok
meta oifname "dummy*";ok;oifname "dummy*"
meta oifname "dummy\*";ok;oifname "dummy\*"
+meta oifname '""';fail
meta oiftype {ether, ppp, ipip, ipip6, loopback, sit, ipgre};ok
meta oiftype != {ether, ppp, ipip, ipip6, loopback, sit, ipgre};ok
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] tests/py: add test for empty string match
2017-11-28 11:25 [PATCH] tests/py: add test for empty string match Harsha Sharma
@ 2017-11-28 15:49 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2017-11-28 15:49 UTC (permalink / raw)
To: Harsha Sharma; +Cc: netfilter-devel
On Tue, Nov 28, 2017 at 04:55:49PM +0530, Harsha Sharma wrote:
> This patch add tests for empty string match which fails with error "Empty
> string is not allowed".
Applied, thanks Harsha.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-11-28 15:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-28 11:25 [PATCH] tests/py: add test for empty string match Harsha Sharma
2017-11-28 15:49 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).