ac869d41df00b4bd6ac5914d2a3af2e72aa336d1
4 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Mathieu Rohon
|
0508a0e353 |
Use horizon UT framework
Using the horizon UT framework will simplify our dashboard test and avoid issue due to horizon future evolutions Change-Id: I719a9912ba8e7fe87620850017bdda83431e22da |
||
|
Mathieu Rohon
|
ff62fbd2af |
Use more permissive UTs
Our UTs related to resource creations test the result of the creation API call. Neutron recently introduced the patch I8775aa8a477191ef21e7c3c6da31d098befefc3c which automatically adds the project_id and tenant_id to any create API call, and then breaks out UTs. This patch relaxes our UTs by only testing that expected values are part of the response to a resource creation API Call. This patch fix another issue in the gate introduced by I59cbd8bff117813258539ed0724fe89a9f5b77ee Our horizon test framework needed an adaptation. Change-Id: I320bcbf16ce9c30fca8821fe9e9202514bec1b6e |
||
|
Thomas Morin
|
a547da247b |
Remove windows-style line breaks
Not sure why pep8 didn't complain at merge time, but it is complaining now in my setup. Change-Id: I5fe65c47a4ace13e21741804730c5815b4e2b32d |
||
|
Cedric Savignan
|
c93da24ec4 |
Horizon plugin to let the admin handle BGPVPN
Add a new panel BGPVPN in Admin section to display BGPVPN created. The page allow actions as create, delete or modify BGPVPN resources. Add an API file bgpvpn to handle the bgpvpn Python API via neutronclient. Change-Id: Iee2de53c8cb9d61f80033ab63485bdcf0e742abb Implements: blueprint horizon-admin-workflow |