Adam Litke has uploaded a new change for review. Change subject: tests: Add functional tests ......................................................................
tests: Add functional tests Currently we only have unit tests that isolate individual components for testing. It is also useful to write tests that verify a running instance of vdsm on a target machine. This patch adds the infrastructure for such a test suite and provides some initial tests of the REST API. Change-Id: Id33dfabd7c67379351256aad8e09ad0a36e46246 Signed-off-by: Adam Litke <[email protected]> --- M configure.ac M tests/Makefile.am A tests/functional/Makefile.am A tests/functional/restTests.py M vdsm.spec.in 5 files changed, 116 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/52/4452/1 -- To view, visit http://gerrit.ovirt.org/4452 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id33dfabd7c67379351256aad8e09ad0a36e46246 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Adam Litke <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
