Neutron v2: BGP Speaker create / delete #2395
Conversation
3aff71e to
757835e
Compare
|
I just noticed that there's a mistake in the 2 PRs that have already been merged. They are for Neutron V2: BGP Dynamic Routing, but was mistakenly tagged for #2209. Is it possible to fix it? Also I noticed this PR is shown in both #2208 and #2209. Is there anything wrong with this PR? |
|
Thanks for the PR, I'll make sure to have a look at it tomorrow when I have more free time.
Not really an issue as long as your correctly reference your two PRs in #2208.
Github magic! That's because you referenced both issues from this PR that it shows on the issues page. |
mandre
left a comment
There was a problem hiding this comment.
Very nice. Could you just make sure you also call the List() method when you have speakers in your acceptance tests as we don't have coverage for it otherwise?
| allSpeakers, err := speakers.ExtractBGPSpeakers(allPages) | ||
| th.AssertNoErr(t, err) | ||
|
|
||
| t.Logf("Retrieved BGP Speakers") |
There was a problem hiding this comment.
Did you intentionally retrieved BGP speakers before creating one? It's perhaps also worth getting the list of BGP speakers once we have one.
There was a problem hiding this comment.
I run this test on our lab, where it already have speakers. I will take your advice and modify the test.
There was a problem hiding this comment.
@mandre
I adjusted the test order. Can you please review again?
Neutron V2: BGP Dynamic Routing
For #2208