diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-11-05 10:41:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-05 10:41:13 +0000 |
commit | 9eefa75fde25c5c438ff65f53d60618c1c42fa15 (patch) | |
tree | 6b9b812de47b4e5cfa4b1954d7cc149c70125586 /test/functional/cases/101_lua.robot | |
parent | 2a737f2c494caa6a99233a489818a1e276dd3476 (diff) | |
parent | 4bb5f20e1f6e2826664744f717d0d317cf97c444 (diff) | |
download | rspamd-9eefa75fde25c5c438ff65f53d60618c1c42fa15.tar.gz rspamd-9eefa75fde25c5c438ff65f53d60618c1c42fa15.zip |
Merge pull request #3538 from fatalbanana/conditions_test
[Test] Multiple conditions
Diffstat (limited to 'test/functional/cases/101_lua.robot')
-rw-r--r-- | test/functional/cases/101_lua.robot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/functional/cases/101_lua.robot b/test/functional/cases/101_lua.robot index 6e40c7300..215ecd086 100644 --- a/test/functional/cases/101_lua.robot +++ b/test/functional/cases/101_lua.robot @@ -61,6 +61,14 @@ Option Order Expect Symbol With Exact Options OPTION_ORDER one two three 4 5 a Expect Symbol With Exact Options TBL_OPTION_ORDER one two three 4 5 a +Rule conditions + [Setup] Lua Replace Setup ${TESTDIR}/lua/conditions.lua + [Teardown] Lua Replace Teardown + Scan File ${MESSAGE} + Expect Symbol With Option ANY_A hello3 + Expect Symbol With Option ANY_A hello1 + Expect Symbol With Option ANY_A hello2 + *** Keywords *** Lua Setup [Arguments] ${LUA_SCRIPT} |