Lines Matching refs:TEST_ASSERT_EQUAL

190 	TEST_ASSERT_EQUAL(-EINVAL,  in test_eventdev_configure()
193 TEST_ASSERT_EQUAL(-EINVAL, in test_eventdev_configure()
196 TEST_ASSERT_EQUAL(-EINVAL, in test_eventdev_configure()
199 TEST_ASSERT_EQUAL(-EINVAL, in test_eventdev_configure()
202 TEST_ASSERT_EQUAL(-EINVAL, in test_eventdev_configure()
207 TEST_ASSERT_EQUAL(-EINVAL, in test_eventdev_configure()
211 TEST_ASSERT_EQUAL(-EINVAL, in test_eventdev_configure()
337 TEST_ASSERT_EQUAL(queue_count, info.max_event_queues, in test_eventdev_queue_count()
376 TEST_ASSERT_EQUAL(priority, in test_eventdev_queue_attr_priority()
380 TEST_ASSERT_EQUAL(priority, in test_eventdev_queue_attr_priority()
525 TEST_ASSERT_EQUAL(get_val, set_val, in test_eventdev_queue_attr_weight_runtime()
576 TEST_ASSERT_EQUAL(get_val, set_val, in test_eventdev_queue_attr_affinity_runtime()
619 TEST_ASSERT_EQUAL(nb_atomic_flows, qconf.nb_atomic_flows, in test_eventdev_queue_attr_nb_atomic_flows()
662 TEST_ASSERT_EQUAL(nb_atomic_order_sequences, in test_eventdev_queue_attr_nb_atomic_order_sequences()
703 TEST_ASSERT_EQUAL(event_queue_cfg, qconf.event_queue_cfg, in test_eventdev_queue_attr_event_queue_cfg()
813 TEST_ASSERT_EQUAL(rte_event_port_attr_get(TEST_DEV_ID, 0, in test_eventdev_port_attr_dequeue_depth()
816 TEST_ASSERT_EQUAL(value, pconf.dequeue_depth, in test_eventdev_port_attr_dequeue_depth()
838 TEST_ASSERT_EQUAL(rte_event_port_attr_get(TEST_DEV_ID, 0, in test_eventdev_port_attr_enqueue_depth()
841 TEST_ASSERT_EQUAL(value, pconf.enqueue_depth, in test_eventdev_port_attr_enqueue_depth()
863 TEST_ASSERT_EQUAL(rte_event_port_attr_get(TEST_DEV_ID, 0, in test_eventdev_port_attr_new_event_threshold()
866 TEST_ASSERT_EQUAL((int32_t) value, pconf.new_event_threshold, in test_eventdev_port_attr_new_event_threshold()
885 TEST_ASSERT_EQUAL(port_count, info.max_event_ports, "Wrong port count"); in test_eventdev_port_count()