
Instead construct the string using psutil.Process.cmdline() method that will parse the data from kernel for us and will return a proper space-separated command line (plus will provide some more safety guarantees, e.g. against zombies). This change also introduces a new psutil dependency for neutron. Before that, the library was used in functional tests only, and with a minimal version number that is not compatible with global-requirements.txt or .cmdline(). Moved the requirement into runtime requirements. Related-Bug: #1672921 Change-Id: I780ea10bd1870c86c1a048071863843bc2993958
8 lines
268 B
Plaintext
8 lines
268 B
Plaintext
# Additional requirements for functional tests
|
|
|
|
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
psycopg2
|