parallel {
	group {
		parent.control += {
			NAS-Port = 1
		}
	}
	group {
		parent.control += {
			NAS-Port = 3
		}
	}
	group {
		parent.control += {
			NAS-Port = 5
		}
	}
	group {
		parent.control += {
			NAS-Port = 7
		}
	}
}

if (!(%{control.NAS-Port[#]} == 4)) {
	test_fail
}

#
#  We can't check order, as there's officially no guarantee on the
#  order in which child sections will be evaluated.
#


success
