18 lines
814 B
Plaintext
18 lines
814 B
Plaintext
|
|
*** Settings ***
|
||
|
|
Force Tags tsg-ui objects tags
|
||
|
|
Resource ../../../02-Keyword/tsg_ui/securityPolicy/SecurityPolicy.robot
|
||
|
|
Library OperatingSystem
|
||
|
|
Resource ../../../02-Keyword/tsg_ui/Menu.robot
|
||
|
|
|
||
|
|
|
||
|
|
*** Test Cases ***
|
||
|
|
case001
|
||
|
|
Menu policys Security Policy
|
||
|
|
SecurityPolicy.CreateButton
|
||
|
|
SecurityPolicy.Create-name case001
|
||
|
|
SecurityPolicy.Create-action deny
|
||
|
|
#SecurityPolicy.Create-Source-Button
|
||
|
|
#SecurityPolicy.Create-Source type1=Ip CreateOrSearch=Create Add=Address name=zdhip001 ipclienttext1=192.168.100.1 post=1
|
||
|
|
SecurityPolicy.Create-Destination-Button
|
||
|
|
SecurityPolicy.Create-Destination type1=Ip CreateOrSearch=Create Add=Address name=zdhip001 ipclienttext1=192.168.100.1 post=1
|
||
|
|
|