Prohibit the importation of a list of libraries 45/48745/11
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Tue, 12 Dec 2017 16:18:28 +0000 (16:18 +0000)
committerRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Thu, 15 Feb 2018 12:12:10 +0000 (12:12 +0000)
commit306c2408c3ea30dc53d5883cebc3550f8cb7ebbc
tree537d0926f3cbe1c558d17d301017b369fa31fbfb
parent479d06e896d421bcd18ebc4b207faf7400533e93
Prohibit the importation of a list of libraries

Some modules can't be imported and used in Yardstick. For example,
"ansible" has GPLv3 license and can't be used as a library in this
project without modifying Yardstick license.

JIRA: YARDSTICK-896

Change-Id: I9d6bec0493ac50f1051235cc77e81059dfc3e01c
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
yardstick/__init__.py
yardstick/cmd/cli.py
yardstick/common/exceptions.py
yardstick/common/import_tools.py [new file with mode: 0644]
yardstick/tests/unit/common/banned_modules/__init__.py [new file with mode: 0644]
yardstick/tests/unit/common/banned_modules/banned_module.py [new file with mode: 0644]
yardstick/tests/unit/common/banned_modules/importing_module.py [new file with mode: 0644]
yardstick/tests/unit/common/test_import_tools.py [new file with mode: 0644]