Hacking: check for deprecated os.popen()

Add hacking check for deprecated library function os.popen().
This hacking prevents new os.popen() in the code.

Closes-Bug: 1529836

Change-Id: I09ad101861b790d2f9bec45757b8c921e68b696e
This commit is contained in:
kairoaraujo
2016-02-17 21:07:16 -02:00
parent 11019fab7a
commit b4a3193c20
3 changed files with 34 additions and 0 deletions
+1
View File
@@ -58,6 +58,7 @@ Nova Specific Commandments
- [N345] Python 3: do not use dict.iterkeys.
- [N346] Python 3: do not use dict.itervalues.
- [N347] Provide enough help text for config options
- [N348] Deprecated library function os.popen()
Creating Unit Tests
-------------------