This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dongxiaoyan-tsg-autotest/01-TestCase/tsg_bfapi/ipandstringtest/ipandstring.robot

14 lines
364 B
Plaintext
Raw Normal View History

2020-07-24 11:07:58 +08:00
*** Settings ***
Library ipandstring
*** Test Cases ***
Step1: test_sum_2
# iPv4 需要三个参数 分别表ip的前三位 -1代表不指定
${ret} ipv4 -1 -1 -1
Log To Console ${ret}
${sds} ipv6
Log To Console ${sds}
#参数代表生成多长字符串
${asa} getstring 4
Log To Console ${asa}