[Pki-devel] [PATCH] 72-2 Continuous Integration Framework for DOGTAG_10_0_BRANCH - Solutions for tickets #657, 722, 723, 724, 725

Abhishek Koneru akoneru at redhat.com
Thu Oct 24 16:58:17 UTC 2013


Please review the patch attached, which provides the basic setup for a CI Testing framework.
It is a huge patch. So I have explained the framework and the contents of the patch in another
attached file Test_Framework_Notes. Please go through this document to know what was done in the patch.

This patch has to be applied on the DOGTAG_10_0_BRANCH. I will submit a similar patch for the master branch.

Thanks,
Abhishek

----- Original Message -----
From: "Abhishek Koneru" <akoneru at redhat.com>
To: "pki-devel" <pki-devel at redhat.com>
Sent: Monday, October 7, 2013 8:42:05 PM
Subject: [Pki-devel] [PATCH] 72 Continuous Integration Framework - Solutions for tickets #722, 723, 724

Please find the patch which adds all the tests to upstream git on 10.0
branch. It is present at pki/tests in the code tree. 

The junit tests source code and the extensions for Suite junit runner
and the junit.RunNotifier are present at
pki/tests/beaker/rhcs/dev_java_tests/src. The code is compiled to
pki/tests/beaker/rhcs/dev_java_tests/bin. (This has been setup in the
project). Once the project is opened in eclipse the code is compiled
there. Except for the junit4.jar, there are no other requirements for
building the java tests in eclipse. Though for making an rpm of all the
tests we need the following packages installed:

expect, beah, rhts-test-env, beakerlib, beakerlib-redhat, rhts-devel,
beaker-client.

The presence of these packages also provides all the beaker client
functionality.

A compose script, compose_pki_test_package, is added to pki/scripts.
This script when executed, creates a folder X/package.tests(X=pki/..)
and copies all the tests there and builds the rpm. Building a
personalized rpm is possible only when the build is made outside the git
tree. Executing the make-package.sh script inside at
pki/tests/beaker/rhcs is not possible if the tags of the current branch
are different from the master. (Similar problem faced in SVN v<1.7).
Hence the rpm is build outside the pki source tree.

 --- Abhishek

_______________________________________________
Pki-devel mailing list
Pki-devel at redhat.com
https://www.redhat.com/mailman/listinfo/pki-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pki-akoneru-0072-2-Added-all-the-tests-to-upstream-git.patch
Type: text/x-patch
Size: 1477432 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/pki-devel/attachments/20131024/e17e4b1b/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Test_Framework_Notes
Type: application/octet-stream
Size: 7658 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/pki-devel/attachments/20131024/e17e4b1b/attachment.obj>


More information about the Pki-devel mailing list