diff options
Diffstat (limited to 'test/functional/cases/001_merged/240_redis.robot')
-rw-r--r-- | test/functional/cases/001_merged/240_redis.robot | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/functional/cases/001_merged/240_redis.robot b/test/functional/cases/001_merged/240_redis.robot new file mode 100644 index 0000000..3196dd0 --- /dev/null +++ b/test/functional/cases/001_merged/240_redis.robot @@ -0,0 +1,16 @@ +*** Settings *** +Library ${RSPAMD_TESTDIR}/lib/rspamd.py +Resource ${RSPAMD_TESTDIR}/lib/rspamd.robot +Variables ${RSPAMD_TESTDIR}/lib/vars.py + +*** Variables *** +${MESSAGE} ${RSPAMD_TESTDIR}/messages/spam_message.eml +${SETTINGS_REDIS} {symbols_enabled = [REDIS_TEST, SIMPLE_REDIS_ASYNC_TEST, SIMPLE_REDIS_ASYNC201809_TEST]} + +*** Test Cases *** +Redis client + Redis SET test_key test value + Scan File ${MESSAGE} + Expect Symbol With Exact Options REDIS hello from lua on redis + Expect Symbol With Exact Options REDIS_ASYNC test value + Expect Symbol With Exact Options REDIS_ASYNC201809 test value |