diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-09-08 18:58:59 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-11-30 22:18:05 +0100 |
commit | ca7f0cc7acd3ca51c216699c605cf4176e965a0a (patch) | |
tree | d09dc7aa7fedbe1fb1fe3b1ed2bc88a6f831d537 /tests | |
parent | bgpd, tests: comment formatting (diff) | |
download | frr-ca7f0cc7acd3ca51c216699c605cf4176e965a0a.tar.xz frr-ca7f0cc7acd3ca51c216699c605cf4176e965a0a.zip |
tests: add name to test_mp_attr threadmaster
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bgpd/test_mp_attr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bgpd/test_mp_attr.c b/tests/bgpd/test_mp_attr.c index 86af70c72..6df784b98 100644 --- a/tests/bgpd/test_mp_attr.c +++ b/tests/bgpd/test_mp_attr.c @@ -1100,7 +1100,7 @@ int main(void) qobj_init(); cmd_init(0); bgp_vty_init(); - master = thread_master_create(); + master = thread_master_create("test mp attr"); bgp_master_init(master); vrf_init(NULL, NULL, NULL, NULL); bgp_option_set(BGP_OPT_NO_LISTEN); |