summaryrefslogtreecommitdiffstats
path: root/scripts/compose_pki_test_package
Commit message (Collapse)AuthorAgeFilesLines
* fix bashismsMatthew Harmsen2016-04-261-1/+1
| | | | | | - PKI TRAC Ticket #2249 - fix bashisms - changes 'source' to '.' - changes 'bash' to 'sh'
* Add nuxwdog functionality to DogtagAde Lee2015-04-221-0/+1
| | | | | | | | | | | | This is the first of several commits. This adds a LifecycleListener to call init() on the nuxwdog client before any connectors or webapps start up, and call sendEndInit() once initialization completes. Code is also added to prompt for and test required passwords on startup. All that is required to use nuxwdog is to start the server using nuxwdog. An environment variable will be set that will trigger creation of the NuxwdogPasswordStore. We expect tags for the required passwords to be in cms.passwordList
* Updated Resteasy and Jackson dependenciesEndi S. Dewata2015-02-031-6/+0
| | | | | | | | | | In Fedora 22 the Resteasy package has been split into several subpackages. The pki-core.spec has been modified to depend on more specific Resteasy packages which depend only on Jackson 1.x. The classpaths and various scripts have been modified to remove unused references to Jackson 2.x. https://fedorahosted.org/pki/ticket/1254
* Updated JUnit JAR file name.Endi S. Dewata2014-10-271-1/+1
| | | | | | | The Eclipse classpath and the test scripts have been updated to use junit.jar instead of junit4.jar to support Fedora 20 and 21. https://fedorahosted.org/pki/ticket/1192
* Remove 'pki-migrate' coderoot2014-09-301-1/+0
| | | | - PKI TRAC Ticket #1138 - Remove 'migrate' source code from master branch
* Rename pki-tps-tomcat to pki-tpsMatthew Harmsen2014-09-031-1/+1
| | | | * PKI TRAC Ticket #1017 - Rename pki-tps-tomcat to pki-tps
* Remove RA and pkicreate and pkisilentMatthew Harmsen2014-08-281-1/+0
| | | | | - PKI TRAC Ticket #1127 - Remove 'pki-ra', 'pki-setup', and 'pki-silent' packages . . .
* Upgraded RESTEasy client library.Endi S. Dewata2014-02-271-0/+1
| | | | | | | | | | The Dogtag client library has been modified to use RESTEasy 3.0 client library. A new upgrade script has been added to update existing servers. The JAXB annotation in ResourceMessage has been modified to require explicit property mapping. Ticket #554
* Replaced Jettison with Jackson.Endi S. Dewata2014-02-061-1/+65
| | | | | | | | | The Jettison library has been replaced with Jackson library as JSON provider for RESTEasy. All class paths and the deployment tools have been updated accordingly. The Python library and the TPS UI have been updated as well to use the new JSON format. Ticket #817
* Maintain seperate scripts for task and jobxml creation.Abhishek Koneru2013-11-201-13/+12
| | | | | | | | The compose script for creating the test rpm and submitting the job is broken into two scripts, one for creating the test rpm and one for creating the job xml. CI Test Framework
* Minor changes to the test scripts.Abhishek Koneru2013-11-131-11/+1
| | | | | Removed unnecessary lines and changed the classpath used to build the JUnit tests.
* Fixes for review commentsAbhishek Koneru2013-11-101-1/+1
| | | | | | Fixed the basic review comments for patches 74,75,76,77,78. Tickets #657,722,723,724,725,785
* Provide build scripts for the Java test classes.Abhishek Koneru2013-11-101-1/+25
| | | | | | | | Added the scripts to compile the java test sources when trying to build a beaker test rpm. This is required in a CI setup as the source is freshly checked out and the build is automated. Tickets 725, 785
* Provide compose scripts for tests.Abhishek Koneru2013-11-101-0/+80
Provide a compose script for building the test rpm and creating the job xml (by updating the job template with custom values provided in a job xml config file). Also add a new option --createrepo to the compose_pki_core_package script to create a repository of the built rpms at the location specified in a config file. Tickets #657, 722,723,724