summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Add pki ca-profile-enable AutomationNiranjan Mallapadi2014-11-101-0/+534
|
* Add pki ca-profile-show AutomationNiranjan Mallapadi2014-11-101-0/+459
|
* Add pki ca-profile-find AutomationNiranjan Mallapadi2014-11-101-0/+453
|
* Add pki ca-profile-mod AutomationNiranjan Mallapadi2014-11-101-0/+1541
|
* Add pki ca-profile-add AutomationNiranjan Mallapadi2014-11-101-0/+1707
|
* Use $RANDOM instead of /dev/urandomNiranjan Mallapadi2014-11-101-6/+28
| | | | Modified statements where /dev/urandom is replaced with $RANDOM
* Add python scripts for ca profile cliNiranjan Mallapadi2014-11-101-0/+13
|
* Add python scripts for profile cli automationNiranjan Mallapadi2014-11-105-0/+1498
|
* Minor changes to key-recover and key-request-findNiranjan Mallapadi2014-11-102-30/+30
|
* Removed pki_client_database_password param from theAsha Akkiangady2014-11-072-21/+7
| | | | clone install script.
* KRA user-mod and user-cert cli commands and some fixes to ca groupRoshni Pattath2014-11-0620-25/+13557
|
* Removed the script to turn off firewall usingAsha Akkiangady2014-11-061-6/+1
| | | | service iptables off.
* Made changes in install script forAsha Akkiangady2014-11-053-53/+51
| | | | CLEINT_DIR and CLIENT_CERT_DB_DIR
* Modified quickinstall subca install scripts.Asha Akkiangady2014-11-054-54/+57
|
* CA user add,delete,find and user membershipAsha Akkiangady2014-11-0314-1675/+2056
| | | | | | tests updated with host and port in the input. All UTCA and i18n tests updated with the expected results.
* Fix ECC curve name typosFraser Tweedale2014-10-301-1/+1
| | | | | "nistp512" appears in a few places, but the curve name is "nistp521". Fix these references.
* 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
* Modified ca-user-del tests to include host/portAsha Akkiangady2014-10-174-387/+331
|
* pki ca-group testsRoshni Pattath2014-10-1020-1438/+8767
| | | | Added pki ca-group tests and host-port changes to pki group tests
* removed pki ca-group file location info from runtest.shRoshni Pattath2014-10-081-9/+0
|
* removed pki ca-group related file informationRoshni Pattath2014-10-082-90/+0
|
* host/port changes, pki ca-user-mod, pki ca-user-certRoshni Pattath2014-10-0813-1102/+8953
| | | | host/port changes to existing scripts and new scripts for pki ca-user-mod and pki ca-user-cert tests
* Fixed uid with i18n tests to expect error message.Asha Akkiangady2014-10-012-530/+525
| | | | pki-ca-user-add tests updated with host and port.
* Add pki ca-cert test to runtest and MakefileNiranjan Mallapadi2014-09-292-2/+115
|
* Add pki ca-cert-show automationNiranjan Mallapadi2014-09-291-0/+353
|
* Add pki ca-cert-revoke automationNiranjan Mallapadi2014-09-291-0/+943
|
* Add pki ca-cert-request-submit automationNiranjan Mallapadi2014-09-291-0/+930
|
* Add pki ca-cert-request-show automationNiranjan Mallapadi2014-09-291-0/+980
|
* Add pki ca-cert-request-review automationNiranjan Mallapadi2014-09-291-0/+5003
|
* Add pki ca-cert-request-profile-show automationNiranjan Mallapadi2014-09-291-0/+523
|