Add Exceptions and Constants in opnfv module 17/24517/3
authorMorgan Richomme <morgan.richomme@orange.com>
Thu, 17 Nov 2016 14:43:03 +0000 (15:43 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Mon, 21 Nov 2016 16:31:34 +0000 (17:31 +0100)
commit58da374e1660c541bff60dd6c3ba6f89f6f6793d
treec4736ce7590b963185cb4f3cedda6fb8c7cae319
parent387600a6d881bfdc046772b2a3cfbfb59fd2469c
Add Exceptions and Constants in opnfv module

JIRA: FUNCTEST-497

Change-Id: I4bc0d545058c4778b632911bb317789110de29d1
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
modules/README.rst
modules/opnfv/utils/OPNFVExceptions.py [new file with mode: 0644]
modules/opnfv/utils/constants.py [new file with mode: 0644]
modules/run_unit_tests.sh [new file with mode: 0755]
modules/setup.py
modules/tests/__init__.py [new file with mode: 0644]
modules/tests/unit/__init__.py [new file with mode: 0644]
modules/tests/unit/utils/__init__.py [new file with mode: 0644]
modules/tests/unit/utils/test_OPNFVExceptions.py [new file with mode: 0644]