| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
The KeyClient class on the java side is modified to
have a similar design as the KeyClient class on the python side.
|
|
|
|
|
|
|
| |
Added a new library to modify CS.cfg of CS subsystems
Currently added enable_big_int function to Enable bigIntegers
for Serial & RequestNumbers
Added rlLog to Log messages in cases of failure
|
|
|
|
|
|
| |
Add support to ADD/MODIFY/DELETE Authentication Plugins
Currently support is added to UidPwdDirAuth plugin.
Modified example hostname & basedn to have generic names
|
|
|
|
| |
Corrected the existing test description and verification steps.
|
|
|
|
|
|
| |
Added test cases to check CRMF requests
Added use cases for validate,assign & unassign actions
Modified to delete Temporary Directory
|
|
|
|
|
|
|
| |
Added CRMF request support pki cert-show.
Modified script to remove un-necessary variables
Modified script to be compliance with bash4 changes
Added i18n tests
|
|
|
|
|
|
|
| |
create_cert_request now supports all profiles except
Directory User Cert,Directory Pin User,Agent Authenticated Profiles &
Domain Controller
Modified to return subjectdn & Use rlFail where needed
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Modified Function to escape UID,OU,email,CN,Country & Organization
parameters so that these paramters can have values with spaces
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
And also modified to use CA Agent Cert instead of Administrator
|
| |
|
|
|
|
| |
This function is alternate to importP12FileNew which doesn't use expect
|
| |
|
|
|
|
| |
Changed the typo in test Id 012
|
| |
|
|
|
|
| |
Fixed the tests for expected error messages.
|
|
|
|
| |
The test id's changed to be in sequence
|
| |
|
| |
|
|
|
|
| |
Tests running with selinux in enforce mode.
|
|
|
|
|
|
|
|
| |
All the required certificates exist in one folder CERTDB_DIR,
variable defined in env.sh.
All pki-user CA, KRA and OCSP tests were changed to have
CERTDB_DIR and CERTDB_DIR_PASSWORD.
Fixed tests.
|
|
|
|
|
|
|
|
|
| |
Updated the README with all the information required for setting
up a CI test framework for Dogtag. This patch also addresses the
ticket 726 which to add an email notification for the CI build/test
regression cases.
Ticket #726
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Made the appropriate changes to the latest runtest.sh file in the
svn and updated it in the upstream git code.
|
|
|
|
|
|
| |
The find commands in some REST services have been modified to support
paging to be consistent with others. The other find commands have been
cleaned up as well.
|
|
|
|
|
|
| |
Fixed the basic review comments for patches 74,75,76,77,78.
Tickets #657,722,723,724,725,785
|
|
|
|
|
|
|
|
| |
Provides the steps required to setup the tests and run the tests
in eclipse or from command line. Will be updated with details
setting up the CI test framework.
Tickets #657,722,723,724
|
|
|
|
|
|
|
|
| |
Include JUnit tests to the upstream. This will be the location
for all the new tests to come. These tests can be run on a beaker machine
as part of the QE tests or in eclipse to test an already existing test framework.
Tickets #657,722,723,724
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
Opensource all the QE tests to upstream git so that the tests can be run
by setting up a local beaker server.
Ticket #657,722,723,724
|