X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=app%2Ftest%2Ftest_link_bonding_rssconf.c;h=34f1c166ba985385e7ae0692426057855467a497;hp=0a3162ea8b999607b62bfa1a9b59687afe07f05f;hb=26e09db6cb5fd9bbf0feb928561af9932694574b;hpb=d7cdc5065bb78c28607aecb0b3576d7690c71216 diff --git a/app/test/test_link_bonding_rssconf.c b/app/test/test_link_bonding_rssconf.c index 0a3162ea8b..34f1c166ba 100644 --- a/app/test/test_link_bonding_rssconf.c +++ b/app/test/test_link_bonding_rssconf.c @@ -670,9 +670,4 @@ test_link_bonding_rssconf(void) return unit_test_suite_runner(&link_bonding_rssconf_test_suite); } -static struct test_command test_link_bonding_rssconf_cmd = { - .command = "link_bonding_rssconf_autotest", - .callback = test_link_bonding_rssconf, -}; - -REGISTER_TEST_COMMAND(test_link_bonding_rssconf_cmd); +REGISTER_TEST_COMMAND(link_bonding_rssconf_autotest, test_link_bonding_rssconf);