[tempest] VM ports have status=DOWN when calling ``TestNetworkBasicOps._setup_network_and_servers``
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Invalid
|
High
|
Brian Haley | ||
tempest |
Fix Released
|
Undecided
|
Brian Haley |
Bug Description
The method ``TestNetworkBa
The server is created [1] but there is no connectivity test [2] (due to project_
An example of this can be seen in [5][6]:
1) The tempest test list the VM ports (only one in this case) but the port is down: https:/
2) The Neutron API finishes processing the port activation at the same time the port list call was made: https:/
It is needed to add an active wait in the method ``get_server_
[1]https:/
[2]https:/
[3]https:/
[4]https:/
[5]https:/
[6]https:/
I'll push a patch for this based on the comments above