summaryrefslogtreecommitdiffstats
path: root/src/tests/keywords/foreach.attrs
blob: 26c2876afce746961eb315bf35cf14c8bc06299b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
#  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 == "1"
Called-Station-Id == "2"
Called-Station-Id == "3"
Called-Station-Id == "4"