X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Ffeatures%2Facl.robot;fp=resources%2Flibraries%2Frobot%2Ffeatures%2Facl.robot;h=ae613e1812f6c978c5b3ebb118805c743a597657;hb=edc17958741ce7a99bf572129474d400a98c6dc4;hp=fa945079947350121b0b2c469cda4789dad05560;hpb=e5605fdfc0db7491636900e91168060d6c9de2a4;p=csit.git diff --git a/resources/libraries/robot/features/acl.robot b/resources/libraries/robot/features/acl.robot index fa94507994..ae613e1812 100644 --- a/resources/libraries/robot/features/acl.robot +++ b/resources/libraries/robot/features/acl.robot @@ -141,14 +141,14 @@ | | | | [Arguments] | ${dut} | ${dut_if1}=${NONE} | ${dut_if2}=${NONE} | | ${src_ip_int} = | Evaluate -| | ... | int(ipaddress.ip_address(unicode($src_ip_start))) - $ip_step +| | ... | int(ipaddress.ip_address($src_ip_start)) - $ip_step | | ... | modules=ipaddress | | ${dst_ip_int} = | Evaluate -| | ... | int(ipaddress.ip_address(unicode($dst_ip_start))) - $ip_step +| | ... | int(ipaddress.ip_address($dst_ip_start)) - $ip_step | | ... | modules=ipaddress | | ${ip_limit} = | Set Variable | 255.255.255.255 | | ${ip_limit_int} = | Evaluate -| | ... | int(ipaddress.ip_address(unicode($ip_limit))) | modules=ipaddress +| | ... | int(ipaddress.ip_address($ip_limit)) | modules=ipaddress | | ${sport}= | Evaluate | $sport_start - $port_step | | ${dport}= | Evaluate | $dport_start - $port_step | | ${port_limit}= | Set Variable | ${65535}