summaryrefslogtreecommitdiffstats
path: root/src/tests/keywords/foreach-list.attrs
blob: aedd5990c49af5555636b743de97bfc0cedb0030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
#  Input packet
#
User-Name = "bob"
User-Password = "hello"
Filter-Id = "1"
Filter-Id += "2"
Filter-Id += "3"
Filter-Id += "4"

#
#  Expected answer
#
Response-Packet-Type == Access-Accept
Called-Station-Id == 'bob'
Called-Station-Id == 'hello'
Called-Station-Id == '1'
Called-Station-Id == '2'
Called-Station-Id == '3'
Called-Station-Id == '4'