diff options
author | Andrew Lewis <nerf@judo.za.org> | 2021-05-04 13:48:37 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2021-05-04 13:48:37 +0200 |
commit | db4da2c22d159d1a6450b9447ad90e1795e5c535 (patch) | |
tree | e2c05c4e4d0668e02a7a5e2b279c5d76d1403b90 /test/functional/cases/310_udp.robot | |
parent | 6244d64b43baa240d63528849a7a47b3f32eccc3 (diff) | |
download | rspamd-db4da2c22d159d1a6450b9447ad90e1795e5c535.tar.gz rspamd-db4da2c22d159d1a6450b9447ad90e1795e5c535.zip |
[Test] Use lupa for templating rspamd configs
Diffstat (limited to 'test/functional/cases/310_udp.robot')
-rw-r--r-- | test/functional/cases/310_udp.robot | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/test/functional/cases/310_udp.robot b/test/functional/cases/310_udp.robot index 3da02729b..49f43117f 100644 --- a/test/functional/cases/310_udp.robot +++ b/test/functional/cases/310_udp.robot @@ -26,14 +26,9 @@ Errored UDP request Expect Symbol With Exact Options UDP_FAIL read timeout *** Keywords *** -Lua Setup - [Arguments] ${LUA_SCRIPT} - Set Suite Variable ${LUA_SCRIPT} - Generic Setup - UDP Setup Run Dummy UDP - Lua Setup ${TESTDIR}/lua/udp.lua + New Setup LUA_SCRIPT=${TESTDIR}/lua/udp.lua URL_TLD=${URL_TLD} UDP Teardown ${udp_pid} = Get File /tmp/dummy_udp.pid |