diff options
author | Omer Anson <omer.anson@toganetworks.com> | 2016-10-31 08:52:43 +0200 |
---|---|---|
committer | Omer Anson <omer.anson@toganetworks.com> | 2016-12-21 17:52:58 +0200 |
commit | 9183da7c96df506cdfa5c83a8d4d22e34609a8f4 (patch) | |
tree | 45d1aff68d6de76baeb0298046a836ecbbb55c73 /test-requirements.txt | |
parent | 4238c20f2a7bbafbd44f84f33ab115b5a5ff35ec (diff) | |
download | neutron-9183da7c96df506cdfa5c83a8d4d22e34609a8f4.tar.gz |
Adopt privsep and read routing table with pyroute2
Make use of oslo.privsep to support namespaces. This includes all
relevant code necessary for oslo.privsep to work.
Change ip_lib's get_routing_table method to use pyroute2, rather than
parsing the output of 'ip route'.
Change-Id: I89bfa3dbf1776da973cfca389b2841019a520f75
Partial-Bug: 1492714
Co-Authored-By: Angus Lees <gus@inodes.org>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 675ee511e0..9c93345b1f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,6 +16,8 @@ testscenarios>=0.4 # Apache-2.0/BSD WebTest>=2.0 # MIT oslotest>=1.10.0 # Apache-2.0 os-testr>=0.8.0 # Apache-2.0 +oslo.privsep>=1.9.0 # Apache-2.0 +pyroute2>=0.4.3 # Apache-2.0 (+ dual licensed GPL2) ddt>=1.0.1 # MIT pylint==1.4.5 # GPLv2 reno>=1.8.0 # Apache-2.0 |