#: "Suite of tests for the udp provider"
{
	prov_name: udp,
	test_type: [
		FT_TEST_LATENCY,
		FT_TEST_BANDWIDTH,
	],
	class_function: [
		FT_FUNC_SEND,
		FT_FUNC_SENDV,
		FT_FUNC_SENDMSG,
		FT_FUNC_INJECT,
	],
	ep_type: [
		FI_EP_DGRAM,
	],
	av_type: [
		FI_AV_TABLE,
		FI_AV_MAP,
	],
	comp_type: [
		FT_COMP_QUEUE,
	],
	eq_wait_obj: [
		FI_WAIT_NONE,
		FI_WAIT_UNSPEC,
		FI_WAIT_FD,
	],
	cq_wait_obj: [
		FI_WAIT_NONE,
		FI_WAIT_UNSPEC,
		FI_WAIT_FD,
	],
	test_class: [
		FT_CAP_MSG,
	],
	test_flags: FT_FLAG_QUICKTEST
},