aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/cases/180_milter.robot
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2020-06-25 21:34:48 +0200
committerAndrew Lewis <nerf@judo.za.org>2020-06-25 21:34:48 +0200
commitaa3d11920940f91b9677a802e4cca8775939376f (patch)
tree9f53bfec6196bed234b6436d5967e2455d44bc6c /test/functional/cases/180_milter.robot
parentc31bf17fc483952e01468c7ff0f70b9ec0b8ad1d (diff)
downloadrspamd-aa3d11920940f91b9677a802e4cca8775939376f.tar.gz
rspamd-aa3d11920940f91b9677a802e4cca8775939376f.zip
[Test] Use Python3 for functional tests
- Fix more deprecated Robot Framework syntax - Remove log following - Remove some artefacts in teardown - Restore use of demjson
Diffstat (limited to 'test/functional/cases/180_milter.robot')
-rw-r--r--test/functional/cases/180_milter.robot1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/cases/180_milter.robot b/test/functional/cases/180_milter.robot
index 23a366814..ddbbf9799 100644
--- a/test/functional/cases/180_milter.robot
+++ b/test/functional/cases/180_milter.robot
@@ -34,7 +34,6 @@ Milter Test
[Arguments] ${mtlua}
${result} = Run Process miltertest -Dport\=${PORT_PROXY} -Dhost\=${LOCAL_ADDR} -s ${TESTDIR}/lua/miltertest/${mtlua}
... cwd=${TESTDIR}/lua/miltertest
- Follow Rspamd Log
Should Match Regexp ${result.stderr} ^$
Log ${result.rc}
Log ${result.stdout}