From 9cab15dfbac796fa1f5122bbea580e84411b73cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Wed, 19 Oct 2016 16:55:05 +0200 Subject: [PATCH] Move unit tests in unit_tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It also renames files and removes exec rights to be conformed with nose. Change-Id: Ib93973a7d4b543360372fb1092a58896f687ec84 Signed-off-by: Cédric Ollivier --- unit_tests/core/__init__.py | 0 core/TestCasesBaseTesting.py => unit_tests/core/test_base.py | 0 unit_tests/odl/__init__.py | 0 .../ODL/OpenDaylightUnitTesting.py => unit_tests/odl/test_odl.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 unit_tests/core/__init__.py rename core/TestCasesBaseTesting.py => unit_tests/core/test_base.py (100%) mode change 100755 => 100644 create mode 100644 unit_tests/odl/__init__.py rename testcases/Controllers/ODL/OpenDaylightUnitTesting.py => unit_tests/odl/test_odl.py (100%) mode change 100755 => 100644 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 -- 2.16.6