Change in vdsm[ovirt-3.5]: tests: functional as a package

phoracek at redhat.com phoracek at redhat.com
Tue Aug 26 19:13:20 UTC 2014


Hello Antoni Segura Puimedon, Dan Kenigsberg,

I'd like you to do a code review.  Please visit

    http://gerrit.ovirt.org/32014

to review the following change.

Change subject: tests: functional as a package
......................................................................

tests: functional as a package

I added __init__.py to functional tests' folder, so now we can
import its modules from unit tests.

Change-Id: Ie3dd85be81b471a9699e0ef3633ad2d13ca442c9
Signed-off-by: Petr Horáček <phoracek at redhat.com>
Reviewed-on: http://gerrit.ovirt.org/31165
Reviewed-by: Antoni Segura Puimedon <asegurap at redhat.com>
Reviewed-by: Dan Kenigsberg <danken at redhat.com>
Tested-by: Dan Kenigsberg <danken at redhat.com>
---
M tests/functional/Makefile.am
A tests/functional/__init__.py
2 files changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/14/32014/1

diff --git a/tests/functional/Makefile.am b/tests/functional/Makefile.am
index b87fdf0..7260789 100644
--- a/tests/functional/Makefile.am
+++ b/tests/functional/Makefile.am
@@ -21,6 +21,7 @@
 vdsmfunctestsdir = ${vdsmtestsdir}/functional
 
 dist_vdsmfunctests_PYTHON = \
+	__init__.py \
 	dummy.py \
 	dhcp.py \
 	firewall.py \
diff --git a/tests/functional/__init__.py b/tests/functional/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/functional/__init__.py


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie3dd85be81b471a9699e0ef3633ad2d13ca442c9
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Petr Horáček <phoracek at redhat.com>
Gerrit-Reviewer: Antoni Segura Puimedon <asegurap at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>


More information about the vdsm-patches mailing list