tests: Use matching prefix for the ProxyARP IPv6 log files
The "_ipv6" part of the file name was missing and this resulted in file names that conflicted with the IPv4 test cases and could overwrite logs for those. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
39139d7ead
commit
3e1cfead0b
1 changed files with 1 additions and 0 deletions
|
@ -4945,6 +4945,7 @@ def _test_proxyarp_open_ipv6(dev, apdev, params, ebtables=False):
|
|||
prefix = "proxyarp_open"
|
||||
if ebtables:
|
||||
prefix += "_ebtables"
|
||||
prefix += "_ipv6"
|
||||
cap_br = os.path.join(params['logdir'], prefix + ".ap-br0.pcap")
|
||||
cap_dev0 = os.path.join(params['logdir'],
|
||||
prefix + ".%s.pcap" % dev[0].ifname)
|
||||
|
|
Loading…
Reference in a new issue