tests: Drop broken unit test for extended-nexthop capability

extended-nexthop capability can't be unset to interface-based peers.

Anyway, this is always silently ignored:

```
✖ [test] peer\capability extended-nexthop
► prepare: initialize bgp test environment
► case 01: set peer-flag [capability extended-nexthop] on [IP-TEST]
► error: execution of command [no neighbor IP-TEST capability extended-nexthop] has failed with code [13]
failed
```

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
Donatas Abraitis 2023-10-26 17:20:28 +03:00
parent a709218b53
commit 39d6b2888c

View File

@ -261,13 +261,6 @@ 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,