#
# PRE: map
# PROTOCOL: dhcpv6
#
#  Test the map xlat
#
string test_string

test_string := "IA-PD.IAID = 11"

if (!("%map(%{test_string})" == 1)) {
	test_fail
}

if (!IA-PD.IAID) {
	test_fail
}

if (!(IA-PD.IAID == 11)) {
	test_fail
}

success
