summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* TPS Legacy testsRoshni Pattath2015-04-2015-516/+7864
| | | | TPS Leagcy tests, TPS install tests, MS CA external CA test and other changes to install tests
* Removed a duplicate rlPhaseStart line in the test.Asha Akkiangady2015-03-311-4/+0
|
* Created new scep tests for CA and SUBCA.Asha Akkiangady2015-03-313-36/+179
|
* Update pki-qe-tools.jar fileNiranjan Mallapadi2015-03-123-0/+192
| | | | Add generateDualCRMFRequest.java and Certificate_Record.java
* Port legacy clone drm tests to beakerNiranjan Mallapadi2015-03-123-0/+336
|
* Adding legacy ipa-tests and ca-clone testsNiranjan Mallapadi2015-03-094-0/+3663
|
* CA and SUBCA scep tests using sscep.Asha Akkiangady2015-02-245-17/+447
|
* Port TKS legacy tests to beakerNiranjan Mallapadi2015-02-246-2/+1222
|
* Update rhcs-shared.sh with more shared functionsNiranjan Mallapadi2015-02-231-0/+128
| | | | | Add functions related to creating directory user and functions related tps
* CA renewal manual, directory authenticated andAsha Akkiangady2015-02-168-25/+8973
| | | | | | sslclient self renewal tests. Subca usergroup tests and new tests added to ca's usergroup.
* Port OCSP legacy tests beaker framewokrNiranjan Mallapadi2015-02-169-59/+1653
| | | | Some minor fixes to CA EE tests
* 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
* Add Legacy drm-logs and some subca testsNiranjan Mallapadi2015-02-0310-0/+10480
| | | | | | | Sub CA cert-enrollment, profiles and logs are added DRM logs are added Signed-off-by: Niranjan Mallapadi <mrniranjan@redhat.com>
* Modified test-idsRoshni Pattath2015-02-025-69/+69
|
* Subca legacy testsRoshni Pattath2015-02-0211-122/+2616
| | | | Related changes to Makefile, runtest, rhcs-shared and create role users
* Add legacy drm testsNiranjan Mallapadi2015-01-296-0/+1364
|
* Add legacy CA logs testsNiranjan Mallapadi2015-01-293-0/+207
|
* Add legacy cert-enrollment testsNiranjan Mallapadi2015-01-296-1/+8021
|
* Add CA Profiles legacy testsNiranjan Mallapadi2015-01-294-9/+2366
|
* CA EE OCSP and related java filesRoshni Pattath2015-01-2210-3/+1540
|
* crlissuingpoint dir was spelled wrong in Makefile and runtest.shRoshni Pattath2015-01-212-2/+2
|
* Fixed some typos in Makefile and runtest.shRoshni Pattath2015-01-212-6/+6
|
* CA Admin Porting testsRoshni Pattath2015-01-208-0/+2431
| | | | Internaldb, authplugin, acl, crlissuing point, agent-crl, publishing
* Installer tests for CA, KRA, OCSP and TKS.Asha Akkiangady2015-01-066-1/+823
|
* Minor changes relating to CI modificationsRoshni Pattath2015-01-0517-79/+59
|
* comment lines which add cer to TEMP NSS DBNiranjan Mallapadi2014-12-081-21/+21
| | | | | | Modify generate_new_cert function to comment out the lines which add the CA signing cert and user/server cert to Temp NSS DB
* Add CA Legacy profile testsNiranjan Mallapadi2014-12-083-0/+1825
|
* CLI user-add and ca-user-add tests modifiedAsha Akkiangady2014-12-0615-71/+700
| | | | | to have random strings generated with openssl rand and $RANDOM.
* Some updates to the script for certutilRoshni Pattath2014-12-051-4/+530
|
* Changed the CA Host parameterRoshni Pattath2014-12-0521-574/+28
|
* Removed reference to files that are not added to gitRoshni Pattath2014-12-042-3/+0
|
* KRA group test scripts and CI changesRoshni Pattath2014-12-0460-3068/+14775
|
* Changes to Makefile and runtest.shRoshni Pattath2014-12-032-58/+120
| | | | Included files relating to bug verification
* RHEL 7.1 bug verification automationRoshni Pattath2014-12-037-0/+927
|
* Minor changes to pki-ca-cert-cli-release & revokeNiranjan Mallapadi2014-12-012-54/+54
|
* Add minor fixes to cert-release-hold and revokeNiranjan Mallapadi2014-12-012-57/+57
| | | | | | In pki cert-revoke, comment the SUBCA test, because when jobs are ran in parallel, this can go for a very big loop.
* Minor fixes to pki-cert.shNiranjan Mallapadi2014-12-011-2/+2
|
* Minor fixes to pki-cert-cli-lib.shNiranjan Mallapadi2014-12-011-0/+1
|
* Modify ca profile cli's tests with minor changesNiranjan Mallapadi2014-12-015-9/+8
|
* emove /dev/urandom from kra-key-cliNiranjan Mallapadi2014-11-2611-270/+270
|
* Remove /dev/urandom from key-cliNiranjan Mallapadi2014-11-2612-271/+271
|
* Remove /dev/urandom from ca-cert-cliNiranjan Mallapadi2014-11-2612-35/+34
| | | | | Replace /dev/urandom for junk characters with openssl rand and user $RANDOM for random integer values
* Replace /dev/urandom with openssl randNiranjan Mallapadi2014-11-2612-34/+33
|
* Modify importP12FileNew function to check NSS DBNiranjan Mallapadi2014-11-241-3/+9
| | | | | We first verify if the /opt/rhqa_pki/certsdb_dir exits if it exits, we do not run client-init
* Remove --password from group-add-member, cert-addNiranjan Mallapadi2014-11-241-13/+11
| | | | | --password option has been removed from pki group-add-member, user-cert-add commands
* Added check for installation to exit if CAAsha Akkiangady2014-11-215-32/+62
| | | | | | install fails. env.sh client_database_dir param included for every CA install.
* Add pki ca-profile-tests in runtest and MakefileNiranjan Mallapadi2014-11-102-1/+79
|
* Add pki ca-profile config automationNiranjan Mallapadi2014-11-101-0/+75
|
* Add pki ca-profile-del automationNiranjan Mallapadi2014-11-101-0/+477
|
* Add pki ca-profile-disable AutomationNiranjan Mallapadi2014-11-101-0/+510
|