X-Git-Url: https://gerrit.fd.io/r/gitweb?p=deb_dpdk.git;a=blobdiff_plain;f=app%2Ftest%2Ftest_link_bonding_rssconf.c;h=34f1c166ba985385e7ae0692426057855467a497;hp=0a3162ea8b999607b62bfa1a9b59687afe07f05f;hb=5d4e5dcd8a186778b3d78e27c81550d07a288fd2;hpb=a41e6ff15809d40e0f9bbc9576bf8f7f80fbec1d diff --git a/app/test/test_link_bonding_rssconf.c b/app/test/test_link_bonding_rssconf.c index 0a3162ea..34f1c166 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);