summaryrefslogtreecommitdiffstats
path: root/src/tests/keywords/cmp
blob: 4cd59b807548ca676bbe625f29b3627b0503585c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
#  PRE: update
#
update control {
       Cleartext-Password := 'hello'
}

update request {
       Called-Station-Id  := "This is a test"
       Calling-Station-Id := "This is a test"
}

#
#  Check attribute references
#
if (Called-Station-Id == &Calling-Station-Id) {
	update reply {
		Filter-Id := "filter"
	}
}