Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: doc: document dao tests ......................................................................
packaging: doc: document dao tests Change-Id: Ifc5280b2d202f2efa55c8db67bc8a769207ff576 Signed-off-by: Alon Bar-Lev <[email protected]> --- M README.developer 1 file changed, 12 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/01/14901/1 diff --git a/README.developer b/README.developer index d6de96c..235bcf2 100644 --- a/README.developer +++ b/README.developer @@ -160,6 +160,18 @@ Debug port is available at 127.0.0.1:8787 +DAO TESTS + +Create empty database for DAO tests refer to DATABASE CREATION. + +Provided user is 'engine', psasword is 'engine' and database is engine_dao, +run build as: + +$ make BUILD_TEST_FLAGS="-P enable-dao-tests \ + -D engine.db.username=engine \ + -D engine.db.password=engine \ + -D engine.db.url=jdbc:postgresql://localhost/engine_dao" + RPM PACKAGING $ make dist -- To view, visit http://gerrit.ovirt.org/14901 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ifc5280b2d202f2efa55c8db67bc8a769207ff576 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
