Antoni Segura Puimedon has uploaded a new change for review.

Change subject: testrunner P_VDSM path fix
......................................................................

testrunner P_VDSM path fix

when running run_tests_local.sh the tests that want to find modules
in that would usually be installed to /usr/share/vdsm should look
in $repo_root/vdsm instead of $repo_root.

Change-Id: I7ce18ceacbf95813c587238863e271f200322478
Signed-off-by: Antoni S. Puimedon <asegu...@redhat.com>
---
M tests/testrunner.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/20/20020/1

diff --git a/tests/testrunner.py b/tests/testrunner.py
index bf49dd1..2d4dcc9 100644
--- a/tests/testrunner.py
+++ b/tests/testrunner.py
@@ -319,7 +319,7 @@
               "instead of installed ones.\n")
     if findRemove(sys.argv, "--local-modules"):
         from vdsm import constants
-        constants.P_VDSM = "../"
+        constants.P_VDSM = "../vdsm/"
 
     # Mock panic() calls for tests
     utils.panic = panicMock


-- 
To view, visit http://gerrit.ovirt.org/20020
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7ce18ceacbf95813c587238863e271f200322478
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Antoni Segura Puimedon <asegu...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to