Change in vdsm[master]: tests: Support parallel testing in apiTests

danken at redhat.com danken at redhat.com
Mon Nov 19 19:56:19 UTC 2012


Dan Kenigsberg has submitted this change and it was merged.

Change subject: tests: Support parallel testing in apiTests
......................................................................


tests: Support parallel testing in apiTests

The apiTests module tests the JSON-RPC server by creating a server instance on a
specific port and then connecting clients to that port.  Unfortunately, this
means that only one instance of the test can be running on a host at any given
time.  Our Jenkins infrastructure would like to run parallel tests.  To enable
this, we allow the test to find an open port to use.

Change-Id: Icee7a7cac15ba271374b622d4227d5c15e190341
Signed-off-by: Adam Litke <agl at us.ibm.com>
---
M tests/apiTests.py
1 file changed, 17 insertions(+), 2 deletions(-)

Approvals:
  Dan Kenigsberg: Verified; Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: Icee7a7cac15ba271374b622d4227d5c15e190341
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Adam Litke <agl at us.ibm.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez at redhat.com>
Gerrit-Reviewer: Zhou Zheng Sheng <zhshzhou at linux.vnet.ibm.com>
Gerrit-Reviewer: oVirt Jenkins CI Server


More information about the vdsm-patches mailing list