[LTP] [PATCH 1/1] network/vxlan02.sh: Fix duplicate parameters

Alexey Kodanev alexey.kodanev@oracle.com
Tue Apr 17 13:34:12 CEST 2018


On 04/17/2018 12:48 PM, Alexey Kodanev wrote:
> On 04/17/2018 01:11 AM, Petr Vorel wrote:
>> vxlan02 and vxlan02_ipv6 tests had duplicate parameters 'dev ltp_ns_veth2':
>> ip li add ltp_v0 type vxlan dstport 0 id 16700000 group 239.1.1.1 dev ltp_ns_veth2 dev ltp_ns_veth2
>> Error: either "dev" is duplicate, or "ltp_ns_veth2" is a garbage.
>>
>> Device was specified in in both the test file itself and in virt_add() function in virt_lib.sh.
>> Removed in test to be consistent with vlan02.sh.
>>

Hi Petr,

Not related to the patch, also noted that now vxlan03.sh tests
have some errors when parsing the args. Not sure if it has any
effect on the test itself...

vxlan03.sh -d uni
/opt/ltp/testcases/bin/vxlan03.sh: illegal option -- d
/opt/ltp/testcases/bin/tst_net.sh: line 37: ?: command not found


Thanks,
Alexey


More information about the ltp mailing list