[dpdk-dev] [PATCH v8 2/9] test: add basic bus infrastructure tests

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Jan 18 00:23:58 CET 2017


2017-01-17 19:07, Shreyansh Jain:
> +REGISTER_TEST_COMMAND(bus_autotest, test_bus);

You should add it to app/test/autotest_data.py

> +/* Bus list exposed */
> +extern struct rte_bus_list rte_bus_list;

I think it should be possible to write a test without the real list
of registered bus.


More information about the dev mailing list