上传Decryption_Profile的用例
This commit is contained in:
17
01-TestCase/tsg-ui/Ui-settings/Decryption_Profile_case.robot
Normal file
17
01-TestCase/tsg-ui/Ui-settings/Decryption_Profile_case.robot
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
*** Settings ***
|
||||||
|
Resource ../../../03-Variable/bifangapivariable.txt
|
||||||
|
Resource ../../../02-Keyword/Tsg_Ui/Setting/Settings.robot
|
||||||
|
Library OperatingSystem
|
||||||
|
|
||||||
|
*** Test Cases ***
|
||||||
|
Create_Decryption_Profile-001
|
||||||
|
${list} Create List Common Name Issuer
|
||||||
|
${list1} Create List
|
||||||
|
${list2} Create List
|
||||||
|
Create-Policy_Verify lyf-test-1 list2=${list} list4=${list1} list6=${list2} min1=TLSv1.0 max1=SSLv3.0
|
||||||
|
|
||||||
|
Create_Decryption_Profile-002
|
||||||
|
${list} Create List Common Name Issuer
|
||||||
|
${list1} Create List EV Certificate
|
||||||
|
${list2} Create List Allow HTTP/2
|
||||||
|
Create-Policy_Verify lyf-test-2 list2=${list} list4=${list1} list6=${list2} min1=TLSv1.0 max1=SSLv3.0
|
||||||
Reference in New Issue
Block a user