Lines Matching refs:TEST_ASSERT
522 TEST_ASSERT((ret == 0), in test_command_line_ring_port()
533 TEST_ASSERT((test_ethdev_configure_port(cmdl_port0) < 0), in test_command_line_ring_port()
535 TEST_ASSERT((test_send_basic_packets_port(cmdl_port0) < 0), in test_command_line_ring_port()
537 TEST_ASSERT((test_stats_reset(cmdl_port0) < 0), in test_command_line_ring_port()
539 TEST_ASSERT((test_get_stats(cmdl_port0) < 0), in test_command_line_ring_port()
541 TEST_ASSERT((rte_eth_dev_stop(cmdl_port0) == 0), in test_command_line_ring_port()
550 TEST_ASSERT((test_ethdev_configure_port(tx_porta) == 0), in test_ethdev_configure_ports()
552 TEST_ASSERT((test_ethdev_configure_port(rx_portb) == 0), in test_ethdev_configure_ports()
554 TEST_ASSERT((test_ethdev_configure_port(rxtx_portc) == 0), in test_ethdev_configure_ports()
563 TEST_ASSERT(test_get_stats(rxtx_portc) == 0, "test get stats failed"); in test_get_stats_for_port()
570 TEST_ASSERT(test_stats_reset(rxtx_portc) == 0, "test stats reset failed"); in test_stats_reset_for_port()