summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* pki user-cert command testRoshni Pattath2014-06-181-0/+71
|
* Minor changesRoshni Pattath2014-06-171-5/+5
|
* Changed Test typeRoshni Pattath2014-06-171-1/+1
|
* Changes after adding the verifyErrorMessage routineRoshni Pattath2014-06-179-1551/+2145
|
* add pki cert-request-submit automationNiranjan Mallapadi2014-06-113-0/+841
|
* New Tests for user-membership add,find and delete.Asha Akkiangady2014-06-096-369/+1578
| | | | Corrected error message in user-add tests.
* Minor fixes to pki-cert and pki-cert-hold.shNiranjan Mallapadi2014-05-152-22/+22
|
* Minor fixes to pki-cert-show.shNiranjan Mallapadi2014-05-151-3/+3
|
* minor fixes in pki-cert-show automationNiranjan Mallapadi2014-05-151-112/+112
| | | | use generate_new_cert function to generate cert
* Remove pki-cert-cli-request-submit-caNiranjan Mallapadi2014-05-152-7/+0
| | | | Remove pki-cert-cli-request-submit-ca from Makefile and runtests.sh
* add variable TIMESOURCE="clock.corp.redhat.com"Niranjan Mallapadi2014-05-141-0/+1
|
* setup chrony with time serverNiranjan Mallapadi2014-05-141-0/+47
| | | | setup chrony with a timesource as set in env.sh
* modify pki-cert calling function nameNiranjan Mallapadi2014-05-141-4/+3
| | | | fix return value for negative tests
* automation script for pki cert-holdNiranjan Mallapadi2014-05-141-0/+522
| | | | | | add i18n tests add test case to hold cert which is already on hold add test case where we hold cert using normal user
* add new functions to generate and modify certNiranjan Mallapadi2014-05-141-36/+294
| | | | | | | 1.add function generate_new_cert() to generate new cert 2.add function generate_modified_cert() to create cert with specific validity period 3. fix create_cert_request for a minor bug fix
* add new functions for expect and chronyNiranjan Mallapadi2014-05-141-0/+117
| | | | | | 1.add new functions to create expect data for pki cert-revoke pki cert-release-hold pki-cert-hold 2. add new function to setup chrony with timesource
* use generate_new_cert function to generate certNiranjan Mallapadi2014-05-141-269/+354
| | | | | | | | use chrony to modify system date remove generate_cert1 generate_cert2 modify_cert functions user generic functions from shared library add test where cert is revoked and fail the test for lack of checking CRL(RFE bug) add test where we revoke a already revoked cert
* Fix return codes in pki-cert-request-showNiranjan Mallapadi2014-05-141-59/+526
| | | | | | | | | | | | 1. Modified script to return 1 for pki failed commands 2. For rlRun where there is no info, added messages 3. fix pki_cert_request_show-0012 where serialNumber verification was not correct. Fixed by using rlAssertEquals to verify serialNumber displayed and serial number stored in ldap 4. rename function name to have function names defined similar to user automation scripts 5. add i18n tests 6. cover as much certificate profiles possible
* Fix return codes in pki-cert-show automationNiranjan Mallapadi2014-05-141-33/+39
| | | | | | | | Modified script to return 1 for pki failed commands Modify function name to have same syntax as user automation scripts Minor bugfixes like using of rlAssertExists instead of test -f fix return values for negative tests Add i18n tests
* Add pki-cert-release-hold.sh to runtest.shNiranjan Mallapadi2014-05-141-9/+33
| | | | | | add pki-cert-hold.sh to runtest add modified pki cert functions to runtest add run_pki-cert-request-submit_tests to runtest
* add pki-cert-release-hold.sh to MakefileNiranjan Mallapadi2014-05-141-0/+3
| | | | | add pki-cert-hold.sh to Makefile add pki-cert-cli-request-submit-ca.sh to Makefile
* pki cert-release-hold automation testsNiranjan Mallapadi2014-05-141-0/+570
| | | | | | | | | | | Modified script to add better description, Fixed typos Modified to return appropriate return values use generic generate_new_cert function to generate functions use chrony to manage & set time fix return values for negative cases add i18n tests add test case to release revoked certs with different reason
* New tests added for pki user-del.Asha Akkiangady2014-05-145-266/+796
| | | | | | Tests updated with latest return codes for the following CLIs: user-add, user-find and user-show Modified verifyErrorMsg subroutine to check for error codes.
* Removed some commented linesRoshni Pattath2014-04-242-5/+4
|
* Added crmf cert tests to user-cert-find and user-cert-showRoshni Pattath2014-04-243-93/+637
|
* Minor fixes to pki user-cert-add and pki user-modRoshni Pattath2014-04-222-6/+3
|
* Minor fixes to pki user-cert-find, pki user-cert-add and pki-user-cert-showRoshni Pattath2014-04-223-37/+67
|
* Added temporary file creation and removal to pki user-modRoshni Pattath2014-04-211-1/+12
|
* Added i18n char test to pki user-cert-showRoshni Pattath2014-04-212-2/+40
|
* Adding creation and removal of temp directoryRoshni Pattath2014-04-213-0/+30
|
* Added new user-add test.Asha Akkiangady2014-04-213-74/+97
| | | | Fixed error messages in user-find and user-show tests.
* pki user-cert tests after reviewRoshni Pattath2014-04-174-19/+604
| | | | Added tests authenticating with different role users
* pki user-cert-show test for review1Roshni Pattath2014-04-172-68/+129
|
* Added new user-find and user-show tests.Asha Akkiangady2014-04-173-107/+485
|
* Created a generic function for generating certsRoshni Pattath2014-04-156-317/+273
| | | | | Created a generic function for generating certs installation of ntpdate and set the env variable for ntpdate server
* Added new user-find tests.Asha Akkiangady2014-04-151-3/+182
|
* Tests relating to pki user-cert-showRoshni Pattath2014-04-113-66/+732
| | | | Modifications to pki user-cert-add and user-cert-find
* Added tests to pki user-cert-add and user-cert-findRoshni Pattath2014-04-105-129/+1812
| | | | | | Added tests relating to pki user-cert-add and pki user-cert-find. Modified pki user-mod tests to include i18n char tests Update the Makefile and runtest.sh accordingly
* Added pki-cert-revoke.sh to MakefileNiranjan Mallapadi2014-04-071-0/+1
|
* Modified runtests to include pki cert-revokeNiranjan Mallapadi2014-04-071-0/+23
| | | | Added pki-bigInt.sh
* Add automation tests for pki cert-revokeNiranjan Mallapadi2014-04-071-0/+830
| | | | Modified pki cert-revoke test cases to return 1 in cases of failure
* add new functions to create & submit requestNiranjan Mallapadi2014-04-071-5/+212
| | | | | | Adding create_new_cert_request to create pkcs10 or crmf request adding submit_new_request function to submit the request to required CA
* Not call non caUserCert profiles for user profilesNiranjan Mallapadi2014-04-071-1/+2
| | | | | | This was a bug fix for existing create_user_cert function which was calling caDualCert,caDirUserPin profiles when caUserCert profile was already created xml request
* configure bigInt to CA subsystemNiranjan Mallapadi2014-04-071-0/+47
|
* Including codecoverage archival authentication files.Asha Akkiangady2014-03-214-0/+122
|
* Added scripts to archive code coverage results.Asha Akkiangady2014-03-214-34/+67
|
* Add bigInt support to pki-cert-request-show.shNiranjan Mallapadi2014-03-201-6/+8
|
* Modified to support bigIntNiranjan Mallapadi2014-03-201-36/+43
| | | | | Modified printf statements with ibase for hexadecimal
* Add auth, config libraries & bigInt supportNiranjan Mallapadi2014-03-201-0/+7
| | | | | Adding pki-auth-lib.sh , pki-config-lib.sh and pki-bigInt.sh to Makefile
* Added pki-config-lib.sh and pki-auth-lib.shNiranjan Mallapadi2014-03-201-0/+10
| | | | | Added BIG_INT test to setup bigInt and run pki cert tests