summaryrefslogtreecommitdiff
path: root/tests/bgpd/test_mp_attr.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2017-09-08 12:58:59 -0400
committerQuentin Young <qlyoung@cumulusnetworks.com>2017-11-30 16:18:05 -0500
commitca7f0cc7acd3ca51c216699c605cf4176e965a0a (patch)
treed09dc7aa7fedbe1fb1fe3b1ed2bc88a6f831d537 /tests/bgpd/test_mp_attr.c
parentbecedef6c3d836f7981369db90d3f31b1f235f5d (diff)
tests: add name to test_mp_attr threadmaster
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'tests/bgpd/test_mp_attr.c')
-rw-r--r--tests/bgpd/test_mp_attr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bgpd/test_mp_attr.c b/tests/bgpd/test_mp_attr.c
index 86af70c72e..6df784b984 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);