neutron-tempest-plugin/neutron_tempest_plugin/common
zheng.yong 74e760a46e Normalize url without port with schema default port
In function get_bare_url, it will assert url startswith base_url,
if base_url is 'http://neutron.openstack.svc.cluster.local:80/',
while url is 'http://neutron.openstack.svc.cluster.local/v2.0/router/...',
it will raise error. here need to add default schema port 80 to url to
fix this problem.

Change-Id: I44d623d3d0d96711f7ca93fc24b40c024dd86446
Closes-Bug: #1829962
2019-05-27 13:14:14 +08:00
..
__init__.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
constants.py Improve security groups management. 2018-11-14 13:03:09 +01:00
ip.py Add ip command tool for manually manage devices on VM. 2018-12-17 15:45:54 +00:00
shell.py Create wrapper tool for both local and remote shell command execution. 2018-11-14 14:51:40 +01:00
socat.py Add test tools for executing socat on guest images. 2018-08-16 06:11:54 +00:00
ssh.py Create wrapper tool for both local and remote shell command execution. 2018-11-14 14:51:40 +01:00
tempest_fixtures.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
utils.py Normalize url without port with schema default port 2019-05-27 13:14:14 +08:00