Repo structure modification
[functest.git] / functest / tests / unit / odl / test_odl.py
similarity index 99%
rename from unit_tests/odl/test_odl.py
rename to functest/tests/unit/odl/test_odl.py
index cbe4df6..3f33dc8 100644 (file)
@@ -16,7 +16,7 @@ import unittest
 from robot.errors import RobotError
 
 from functest.core import TestCasesBase
-from functest.testcases.Controllers.ODL import OpenDaylightTesting
+from functest.opnfv_tests.Controllers.ODL import OpenDaylightTesting
 
 
 class ODLTestCasesTesting(unittest.TestCase):