mirror of
https://github.com/osrg/gobgp.git
synced 2024-05-11 05:55:10 +00:00
Fix test TestAddBogusPath
Stop the server in the test. Signed-off-by: Rinat Baygildin <bayrinat@yandex-team.ru>
This commit is contained in:
committed by
FUJITA Tomonori
parent
2956dd655f
commit
eb58efd79c
@@ -1707,6 +1707,7 @@ func TestDeleteVrf(t *testing.T) {
|
||||
func TestAddBogusPath(t *testing.T) {
|
||||
ctx := context.Background()
|
||||
s := runNewServer(t, 1, "1.1.1.1", 10179)
|
||||
defer s.StopBgp(context.Background(), &api.StopBgpRequest{})
|
||||
|
||||
nlri, _ := apb.New(&api.IPAddressPrefix{})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user