Laszlo Hornyak has uploaded a new change for review. Change subject: packaging fix ......................................................................
packaging fix executor test case is broken after packaging Change-Id: Ia2c9b42c6c15736bc9cbf45cc204fbd427a54cc5 Signed-off-by: Laszlo Hornyak <lhorn...@redhat.com> --- M src/ovirtscheduler/request_handler_test.py 1 file changed, 4 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-scheduler-proxy refs/changes/78/17978/1 diff --git a/src/ovirtscheduler/request_handler_test.py b/src/ovirtscheduler/request_handler_test.py index f36a180..ab8d5d7 100644 --- a/src/ovirtscheduler/request_handler_test.py +++ b/src/ovirtscheduler/request_handler_test.py @@ -28,8 +28,11 @@ def test_discover(self): executor = RequestHandler(os.path.join(os.getcwd(), 'plugins'), - os.path.join(os.getcwd(), 'src')) + os.path.join(os.getcwd(), 'src', + 'ovirtscheduler')) ret = executor.discover() + print 'kakukk' + print ret assert ret == {'balance': {'dummy': ('This is a fake balance function that returns ' -- To view, visit http://gerrit.ovirt.org/17978 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia2c9b42c6c15736bc9cbf45cc204fbd427a54cc5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-scheduler-proxy Gerrit-Branch: master Gerrit-Owner: Laszlo Hornyak <lhorn...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches