From: Cédric Ollivier Date: Wed, 19 Oct 2016 14:55:05 +0000 (+0200) Subject: Move unit tests in unit_tests X-Git-Tag: 0.2~1117^2~1 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=9cab15dfbac796fa1f5122bbea580e84411b73cf;p=functest-xtesting.git 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 --- diff --git a/unit_tests/core/__init__.py b/unit_tests/core/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/core/TestCasesBaseTesting.py b/unit_tests/core/test_base.py old mode 100755 new mode 100644 similarity index 100% rename from core/TestCasesBaseTesting.py rename to 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 00000000..e69de29b diff --git a/testcases/Controllers/ODL/OpenDaylightUnitTesting.py b/unit_tests/odl/test_odl.py old mode 100755 new mode 100644 similarity index 100% rename from testcases/Controllers/ODL/OpenDaylightUnitTesting.py rename to unit_tests/odl/test_odl.py