Dan Kenigsberg has submitted this change and it was merged. 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 M tests/README A tests/functional/Makefile.am A tests/functional/restTests.py M vdsm.spec.in 6 files changed, 124 insertions(+), 0 deletions(-) Approvals: Adam Litke: Verified Ewoud Kohl van Wijngaarden: Looks good to me, but someone else must approve Wenchao Xia: Verified; Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/4452 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id33dfabd7c67379351256aad8e09ad0a36e46246 Gerrit-PatchSet: 4 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Adam Litke <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Ewoud Kohl van Wijngaarden <[email protected]> Gerrit-Reviewer: Mark Wu <[email protected]> Gerrit-Reviewer: Royce Lv <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Shu Ming <[email protected]> Gerrit-Reviewer: Wenchao Xia <[email protected]> Gerrit-Reviewer: Xu He Jie <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
