Lines Matching refs:TEST_ASSERT_EQUAL
179 TEST_ASSERT_EQUAL(-EINVAL, in test_eventdev_configure()
182 TEST_ASSERT_EQUAL(-EINVAL, in test_eventdev_configure()
185 TEST_ASSERT_EQUAL(-EINVAL, in test_eventdev_configure()
188 TEST_ASSERT_EQUAL(-EINVAL, in test_eventdev_configure()
191 TEST_ASSERT_EQUAL(-EINVAL, in test_eventdev_configure()
196 TEST_ASSERT_EQUAL(-EINVAL, in test_eventdev_configure()
200 TEST_ASSERT_EQUAL(-EINVAL, in test_eventdev_configure()
326 TEST_ASSERT_EQUAL(queue_count, info.max_event_queues, in test_eventdev_queue_count()
365 TEST_ASSERT_EQUAL(priority, in test_eventdev_queue_attr_priority()
369 TEST_ASSERT_EQUAL(priority, in test_eventdev_queue_attr_priority()
413 TEST_ASSERT_EQUAL(nb_atomic_flows, qconf.nb_atomic_flows, in test_eventdev_queue_attr_nb_atomic_flows()
456 TEST_ASSERT_EQUAL(nb_atomic_order_sequences, in test_eventdev_queue_attr_nb_atomic_order_sequences()
497 TEST_ASSERT_EQUAL(event_queue_cfg, qconf.event_queue_cfg, in test_eventdev_queue_attr_event_queue_cfg()
607 TEST_ASSERT_EQUAL(rte_event_port_attr_get(TEST_DEV_ID, 0, in test_eventdev_port_attr_dequeue_depth()
610 TEST_ASSERT_EQUAL(value, pconf.dequeue_depth, in test_eventdev_port_attr_dequeue_depth()
632 TEST_ASSERT_EQUAL(rte_event_port_attr_get(TEST_DEV_ID, 0, in test_eventdev_port_attr_enqueue_depth()
635 TEST_ASSERT_EQUAL(value, pconf.enqueue_depth, in test_eventdev_port_attr_enqueue_depth()
657 TEST_ASSERT_EQUAL(rte_event_port_attr_get(TEST_DEV_ID, 0, in test_eventdev_port_attr_new_event_threshold()
660 TEST_ASSERT_EQUAL((int32_t) value, pconf.new_event_threshold, in test_eventdev_port_attr_new_event_threshold()
679 TEST_ASSERT_EQUAL(port_count, info.max_event_ports, "Wrong port count"); in test_eventdev_port_count()