37 lines
1.9 KiB
Plaintext
37 lines
1.9 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
|
||
|
|
[Tags] fqdn
|
||
|
|
Comment 功能端验证HTTP验证
|
||
|
|
${commandstr} run keyword if '${systemType}'=='Windows' set variable ${curlbatpath}/command/SecurityPolicy_Allow_SSL_00001.bat
|
||
|
|
... ELSE set variable curl https://ok.ru/
|
||
|
|
${stringlist} run keyword if '${systemType}'=='Windows' Create List Popular on OK.RU
|
||
|
|
... ELSE Create List Popular on OK.RU
|
||
|
|
${starttime} Get Time
|
||
|
|
Sleep ${policyVerificationSleepSeconds}s
|
||
|
|
${rescode} SystemCommands ${commandstr} ${stringlist}
|
||
|
|
Sleep ${policyLogVerificationSleepSeconds}s
|
||
|
|
${endtime} Get Time
|
||
|
|
insert_time_to_file1 allow_ssl_starttime ${starttime} allow_ssl_endtime ${endtime}
|
||
|
|
|
||
|
|
SecurityPolicy-Allow-Ssl-00002
|
||
|
|
[Tags] cat
|
||
|
|
Comment 功能端验证HTTP验证
|
||
|
|
${commandstr} run keyword if '${systemType}'=='Windows' set variable ${curlbatpath}/command/SecurityPolicy_Allow_SSL_00002.bat
|
||
|
|
... ELSE set variable curl https://www.youtube.com/
|
||
|
|
${stringlist} run keyword if '${systemType}'=='Windows' Create List 推荐视频
|
||
|
|
... ELSE Create List 推荐视频
|
||
|
|
${starttime} Get Time
|
||
|
|
Sleep ${policyVerificationSleepSeconds}s
|
||
|
|
${rescode} SystemCommands ${commandstr} ${stringlist}
|
||
|
|
Sleep ${policyLogVerificationSleepSeconds}s
|
||
|
|
${endtime} Get Time
|
||
|
|
insert_time_to_file1 allow_ssl_starttime1 ${starttime} allow_ssl_endtime1 ${endtime}
|