diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2016-10-19 16:55:05 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2016-10-19 16:57:45 +0200 |
commit | 9cab15dfbac796fa1f5122bbea580e84411b73cf (patch) | |
tree | beb4beb535e4962790055164005e6fa4e9df16e1 | |
parent | f59bb826d25e80461b891d8b6424d255d2e30a66 (diff) |
Move unit tests in unit_tests
It also renames files and removes exec rights to be conformed with
nose.
Change-Id: Ib93973a7d4b543360372fb1092a58896f687ec84
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | unit_tests/core/__init__.py | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | unit_tests/core/test_base.py (renamed from core/TestCasesBaseTesting.py) | 0 | ||||
-rw-r--r-- | unit_tests/odl/__init__.py | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | unit_tests/odl/test_odl.py (renamed from testcases/Controllers/ODL/OpenDaylightUnitTesting.py) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/unit_tests/core/__init__.py b/unit_tests/core/__init__.py new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/unit_tests/core/__init__.py diff --git a/core/TestCasesBaseTesting.py b/unit_tests/core/test_base.py index fc9c2db60..fc9c2db60 100755..100644 --- a/core/TestCasesBaseTesting.py +++ b/unit_tests/core/test_base.py diff --git a/unit_tests/odl/__init__.py b/unit_tests/odl/__init__.py new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/unit_tests/odl/__init__.py diff --git a/testcases/Controllers/ODL/OpenDaylightUnitTesting.py b/unit_tests/odl/test_odl.py index 500888b22..500888b22 100755..100644 --- a/testcases/Controllers/ODL/OpenDaylightUnitTesting.py +++ b/unit_tests/odl/test_odl.py |