summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2023-10-26 17:24:42 +0300
committerDonatas Abraitis <donatas@opensourcerouting.org>2023-10-26 17:24:42 +0300
commitdede6261d850c606af61c72540002bb19d99e14c (patch)
tree9ec05b990bd961288c9440021faa592135a60a52
parent39d6b2888c9f51b9e9f8334b1a97c9af3cda62a8 (diff)
bgpd: Drop unnecessary unit test for software-version capability
It's tested above, and was just copied from extended-nexthop as an example which is broken too. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
-rw-r--r--tests/bgpd/test_peer_attr.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/bgpd/test_peer_attr.c b/tests/bgpd/test_peer_attr.c
index 28035885ff..af0b984ffd 100644
--- a/tests/bgpd/test_peer_attr.c
+++ b/tests/bgpd/test_peer_attr.c
@@ -267,13 +267,6 @@ static struct test_peer_attr test_peer_attrs[] = {
.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",
.group_cmd = "description FRR Group",