]> source.dussan.org Git - rspamd.git/commitdiff
[Test] Eliminate stupid global variables
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 10 Sep 2019 14:01:30 +0000 (15:01 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 10 Sep 2019 14:01:30 +0000 (15:01 +0100)
test/functional/cases/220_http.robot
test/functional/cases/230_tcp.robot
test/functional/cases/231_tcp_down.robot
test/functional/cases/250_dns.robot
test/functional/cases/310_udp.robot
test/functional/cases/350_magic.robot

index acdb754314672b6e9137ef11da5f5c839b9948a4..c30fbba9c56060ea1eeceaa2a0ac9c6ff5df6fe7 100644 (file)
@@ -42,7 +42,7 @@ SSL Large HTTP request
 *** Keywords ***
 Lua Setup
   [Arguments]  ${LUA_SCRIPT}
-  Set Global Variable  ${LUA_SCRIPT}
+  Set Suite Variable  ${LUA_SCRIPT}
   Generic Setup
 
 Http Setup
index b5801dba066233c2d7b968c89fe469a0a260d392..51f590ea4831b949107a67520bd8363537d3a5e6 100644 (file)
@@ -47,7 +47,7 @@ Sync API TCP post request
 *** Keywords ***
 Lua Setup
   [Arguments]  ${LUA_SCRIPT}
-  Set Global Variable  ${LUA_SCRIPT}
+  Set Suite Variable  ${LUA_SCRIPT}
   Generic Setup
 
 Servers Setup
index f852724ad414fb7f39e4beb14b227bca63b4f825..10043024fb80f9ece80671aa11237f26ac2917bb 100644 (file)
@@ -25,7 +25,7 @@ Sync API TCP get request when server is down
 *** Keywords ***
 Lua Setup
   [Arguments]  ${LUA_SCRIPT}
-  Set Global Variable  ${LUA_SCRIPT}
+  Set Suite Variable  ${LUA_SCRIPT}
   Generic Setup
 
 Http Setup
index c19f473e91dc996e46f40a3c570e505bd0116471..050c6c29e175c5fc1a6f8e6d7f2880d490f18201 100644 (file)
@@ -26,7 +26,7 @@ Faulty DNS request
 *** Keywords ***
 Lua Setup
   [Arguments]  ${LUA_SCRIPT}
-  Set Global Variable  ${LUA_SCRIPT}
+  Set Suite Variable  ${LUA_SCRIPT}
   Generic Setup
 
 Http Setup
index 2ecd1cfb85c39b6b850470c15afb6d6fdb218d07..ee20d4ea55dd4654cc731256f56de88acf6904a8 100644 (file)
@@ -28,7 +28,7 @@ Errored UDP request
 *** Keywords ***
 Lua Setup
   [Arguments]  ${LUA_SCRIPT}
-  Set Global Variable  ${LUA_SCRIPT}
+  Set Suite Variable  ${LUA_SCRIPT}
   Generic Setup
 
 UDP Setup
index 877b6e88e4e2c4a475a8a2b6b4755ace49385926..8d3bdbef89e7e93a6fb7d0dec64b35e77bb708e0 100644 (file)
@@ -16,4 +16,5 @@ Magic detections bundle 1
   ${result} =  Scan Message With Rspamc  ${TESTDIR}/messages/gargantua.eml
   Follow Rspamd Log
   Should Contain  ${result.stdout}  MAGIC_SYM_ZIP_2
-  Should Contain  ${result.stdout}  MAGIC_SYM_RAR_3
\ No newline at end of file
+  Should Contain  ${result.stdout}  MAGIC_SYM_RAR_3
+