25 lines
1.4 KiB
Plaintext
25 lines
1.4 KiB
Plaintext
*** Settings ***
|
|
Force Tags tsg_adc_wp security_policy adc_verify
|
|
Library OperatingSystem
|
|
Resource ../../../02-Keyword/tsg_adc/SystemCommand.robot
|
|
Resource ../../../02-Keyword/tsg_bfapi/PolicyObject.robot
|
|
Resource ../../../02-Keyword/tsg_bfapi/LogVariable.robot
|
|
Resource ../../../02-Keyword/tsg_adc/FileOperation.robot
|
|
|
|
*** Test Cases ***
|
|
SecurityPolicy-Allow-Ssl-00001
|
|
Comment 功能端验证HTTP验证
|
|
${commandstr} run keyword if '${systemType}'=='Windows' set variable ${curlbatpath}/command/SecurityPolicy_Allow_SSL_00001.bat
|
|
... ELSE set variable curl https://homebank.kz/
|
|
${stringlist} run keyword if '${systemType}'=='Windows' Create List Виртуальная
|
|
... ELSE Create List Виртуальная
|
|
${rescode} SystemCommands ${commandstr} ${stringlist}
|
|
|
|
SecurityPolicy-Allow-Ssl-00002
|
|
Comment 功能端验证HTTP验证
|
|
${commandstr} run keyword if '${systemType}'=='Windows' set variable ${curlbatpath}/command/SecurityPolicy_Allow_SSL_00002.bat
|
|
... ELSE set variable curl -kv https://protonmail.com/
|
|
${stringlist} run keyword if '${systemType}'=='Windows' Create List Tango Secure Secure email
|
|
... ELSE Create List Secure email
|
|
${rescode} SystemCommands ${commandstr} ${stringlist}
|