Skip to content

Commit

Permalink
Merge pull request #14662 from opensourcerouting/fix/drop_broken_tests
Browse files Browse the repository at this point in the history
tests: Drop a couple unnecessary unit tests
  • Loading branch information
donaldsharp authored Oct 27, 2023
2 parents e8d6b32 + dede626 commit 2fef201
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tests/bgpd/test_peer_attr.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,25 +261,11 @@ static struct test_peer_attr test_peer_attrs[] = {
.u.flag = PEER_FLAG_CAPABILITY_ENHE,
.type = PEER_AT_GLOBAL_FLAG,
},
{
.cmd = "capability extended-nexthop",
.u.flag = PEER_FLAG_CAPABILITY_ENHE,
.type = PEER_AT_GLOBAL_FLAG,
.o.invert_peer = true,
.o.use_iface_peer = true,
},
{
.cmd = "capability software-version",
.u.flag = PEER_FLAG_CAPABILITY_SOFT_VERSION,
.type = PEER_AT_GLOBAL_FLAG,
},
{
.cmd = "capability software-version",
.u.flag = PEER_FLAG_CAPABILITY_SOFT_VERSION,
.type = PEER_AT_GLOBAL_FLAG,
.o.invert_peer = true,
.o.use_iface_peer = true,
},
{
.cmd = "description",
.peer_cmd = "description FRR Peer",
Expand Down

0 comments on commit 2fef201

Please sign in to comment.