From: Vsevolod Stakhov Date: Wed, 23 Mar 2022 20:26:04 +0000 (+0000) Subject: [Test] Split test X-Git-Tag: 3.2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c6d0f564e372dbe2497ec92fa78522dbfb30d388;p=thirdparty%2Frspamd.git [Test] Split test --- diff --git a/test/functional/cases/001_merged/280_rules.robot b/test/functional/cases/001_merged/280_rules.robot index 2ae2f7422f..f98e6445d0 100644 --- a/test/functional/cases/001_merged/280_rules.robot +++ b/test/functional/cases/001_merged/280_rules.robot @@ -92,10 +92,14 @@ FROM_NEQ_ENVFROM ... Settings={symbols_enabled = [FROM_NEQ_ENVFROM]} Expect Symbol FROM_NEQ_ENVFROM -PHISH_SENDER_A +PHISH_SENDER_A_1 Scan File ${RSPAMD_TESTDIR}/messages/phish_sender.eml - ... Settings={symbols_enabled = [MULTIPLE_FROM, MULTIPLE_UNIQUE_HEADERS]} - Expect Symbol With Score And Exact Options MULTIPLE_FROM 9.0 + ... Settings={symbols_enabled = [MULTIPLE_FROM]} + Expect Symbol With Score And Exact Options MULTIPLE_FROM 8.0 + +PHISH_SENDER_A_2 + Scan File ${RSPAMD_TESTDIR}/messages/phish_sender.eml + ... Settings={symbols_enabled = [MULTIPLE_UNIQUE_HEADERS]} Expect Symbol With Score And Exact Options MULTIPLE_UNIQUE_HEADERS 7.0 From PHISH_SENDER_B