diff options
| author | yang liu <[email protected]> | 2023-02-10 11:57:15 +0800 |
|---|---|---|
| committer | yang liu <[email protected]> | 2023-02-10 11:57:15 +0800 |
| commit | d4cbf919ee334d4c47135aa4505d26cff7004adc (patch) | |
| tree | 67a408c58a81241ab4c897fe15da22c23927a163 /case | |
| parent | 0b078f443bfdd806ac10e9a2148b361804b56528 (diff) | |
增加global ssl decryption exclusions测试数据和定位文件
Diffstat (limited to 'case')
| -rw-r--r-- | case/admin_area/global_ssl_decryption_exclusions.robot | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/case/admin_area/global_ssl_decryption_exclusions.robot b/case/admin_area/global_ssl_decryption_exclusions.robot new file mode 100644 index 0000000..1155746 --- /dev/null +++ b/case/admin_area/global_ssl_decryption_exclusions.robot @@ -0,0 +1,17 @@ +****** Settings *** +Test Setup UiLoginAndAddLocalIP +Test Teardown UiLogoutAndDelLocalIP +Library yaml +Library OperatingSystem +Library Selenium2Library +Resource ../../variable/common_variable.txt +Resource ../../keyword/common/page.robot + +*** Variables *** + +*** Test Cases *** +global_ssl_decryption_exclusions + ForwardTestCaseExecution admin_area global_ssl_decryption_exclusions Admin Area +global_ssl_decryption_exclusions_negative + NegativeTestCaseExecution admin_area global_ssl_decryption_exclusions Admin Area + |
