neutron/neutron/tests/functional
Rodolfo Alonso Hernandez 4ef6566b6d "scope" conversion only just before pyroute2 method call
In "IpAddrCommand.list" method, the "scope" parameter is a string
("link", "site", "global" or "host"). This method will retrieve all
devices with an IP address calling "ip_lib.get_devices_with_ip".

Since [1], "ip_lib.get_devices_with_ip" makes the conversion of
"scope" string parameter to pyroute2 format (see
"pyroute2.netlink.rtnl.rtscopes"). The list command should skip then
the previous conversion.

Closes-Bug: #1899141

[1]https://review.opendev.org/#/c/747406/

Change-Id: I55a0f4341b328af52ea3bd758a72f633fbe3abcb
(cherry picked from commit 0705699e60)
(cherry picked from commit f0849bb0d2)
(cherry picked from commit cd0526dce8)
2020-10-22 14:29:39 +00:00
..
agent "scope" conversion only just before pyroute2 method call 2020-10-22 14:29:39 +00:00
api Convert policy.json into policy-in-code 2018-12-13 20:37:53 +00:00
cmd Fix neutron-status upgrade check CLI tool 2019-03-21 15:01:50 +00:00
common All functional tests logs results now 2018-11-21 19:58:18 +00:00
db Check "security_group_rule" quota during security group creation 2020-01-31 17:59:07 +00:00
pecan_wsgi Fix bulk port functioning with requested security groups 2019-09-11 02:31:42 +00:00
plugins use neutron_lib's portbindings api-def 2017-03-31 09:16:22 -06:00
privileged Fix the wrong value for QoS rate conversion to bytes/s 2020-06-24 17:22:02 +00:00
sanity Use pyroute2 for SRIOV VF commands 2020-06-03 11:05:20 +00:00
scheduler Merge "Remove 'gateway_external_network_id' config option" 2019-08-05 12:40:08 +00:00
services [DVR] Related routers should be included if are requested 2020-07-10 13:30:14 +00:00
tests NetcatTester.stop_processes skip "No such process" exception 2019-11-22 10:54:06 +00:00
__init__.py tests: removed 'retargetable' framework 2017-05-02 16:45:49 +00:00
base.py Do not use privsep context when listing the namespaces in functional 2019-07-04 15:12:04 +00:00
constants.py TrunkManager for the OVS agent 2016-08-24 02:52:17 -04:00
requirements.txt Don't return null-byte separated string from ExternalProcess.cmdline() 2017-03-08 07:50:51 +00:00
test_server.py String to byte conversion should provide the encoding type 2020-08-13 10:58:11 +00:00
test_service.py Modify api and rpc default number of workers 2019-02-19 13:24:01 -07:00