用例中的引用库和库名字大小写的修改

This commit is contained in:
shangguan
2020-04-09 17:43:22 +08:00
parent f4a04f3405
commit 240e95fa41
7 changed files with 10 additions and 11 deletions

View File

@@ -264,7 +264,7 @@ roxyPolicy-allow-http-00008
#删除所有策略
${policyIds} Create List ${policyId1} ${policyId5}
#功能端验证
${commandstr} set variable ${curlbatpath}/ProxyPolicy_allow_ssl00008
${commandstr} set variable ${curlbatpath}/ProxyPolicy_allow_ssl00008.bat
${stringlist} Create List 美国中文网
${starttime} Get Time
Sleep ${policyVerificationSleepSeconds}s

View File

@@ -7,8 +7,7 @@ Resource ../../../02-Keyword/tsg_bfapi/PolicyObject.robot
Resource ../../../02-Keyword/tsg_bfapi/LogVariable.robot
Resource ../../../03-Variable/BifangApiVariable.txt
Resource ../../../03-Variable/AllFlowCaseVariable.txt
Library custometest
Resource ../../02-Keyword/tsg-ui/StmpHandle2.robot
Library Custometest
*** Test Cases ***
ProxyPolicy-insert-Http-js-00001

View File

@@ -7,8 +7,7 @@ Resource ../../../02-Keyword/tsg_bfapi/PolicyObject.robot
Resource ../../../02-Keyword/tsg_bfapi/LogVariable.robot
Resource ../../../03-Variable/BifangApiVariable.txt
Resource ../../../03-Variable/AllFlowCaseVariable.txt
Library custometest
Resource ../../02-Keyword/tsg-ui/StmpHandle2.robot
Library Custometest
*** Test Cases ***
ProxyPolicy-insert-SSL-js-00001

View File

@@ -4,6 +4,7 @@ Force Tags tsg_adc tsg_security
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_common/StmpHandle.robot
Library Custometest
*** Test Cases ***

View File

@@ -2,7 +2,7 @@
Library json
Library Collections
Resource ../../03-Variable/BifangApiVariable.txt
Resource ../../02-Keyword/tsg_bfapi/policyobject.robot
Resource ../../02-Keyword/tsg_bfapi/PolicyObject.robot
*** Keywords ***
ObjectParamsOpertion

View File

@@ -2,7 +2,7 @@
Library json
Library Collections
Resource ../../03-Variable/BifangApiVariable.txt
Resource ../../02-Keyword/tsg_bfapi/policyobject.robot
Resource ../../02-Keyword/tsg_bfapi/PolicyObject.robot
*** Keywords ***
# ... 特殊参数说明:

View File

@@ -4,13 +4,13 @@
created by hch 2019-06-26
'''
from custometest.printlog import printlog
from custometest.MD5 import MD5
from custometest.cmd_cer import Order
from Custometest.printlog import printlog
from Custometest.MD5 import MD5
from Custometest.cmd_cer import Order
# from custometest.printlog import printlog
__version__ = '1.0'
class custometest(printlog,Order,MD5):
class Custometest(printlog,Order,MD5):
ROBOT_LIBRARY_SCOPE = 'GLOBAL'