Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | pki user-cert command test | Roshni Pattath | 2014-06-18 | 1 | -0/+71 | |
| | ||||||
* | Minor changes | Roshni Pattath | 2014-06-17 | 1 | -5/+5 | |
| | ||||||
* | Changed Test type | Roshni Pattath | 2014-06-17 | 1 | -1/+1 | |
| | ||||||
* | Changes after adding the verifyErrorMessage routine | Roshni Pattath | 2014-06-17 | 9 | -1551/+2145 | |
| | ||||||
* | add pki cert-request-submit automation | Niranjan Mallapadi | 2014-06-11 | 3 | -0/+841 | |
| | ||||||
* | New Tests for user-membership add,find and delete. | Asha Akkiangady | 2014-06-09 | 6 | -369/+1578 | |
| | | | | Corrected error message in user-add tests. | |||||
* | Minor fixes to pki-cert and pki-cert-hold.sh | Niranjan Mallapadi | 2014-05-15 | 2 | -22/+22 | |
| | ||||||
* | Minor fixes to pki-cert-show.sh | Niranjan Mallapadi | 2014-05-15 | 1 | -3/+3 | |
| | ||||||
* | minor fixes in pki-cert-show automation | Niranjan Mallapadi | 2014-05-15 | 1 | -112/+112 | |
| | | | | use generate_new_cert function to generate cert | |||||
* | Remove pki-cert-cli-request-submit-ca | Niranjan Mallapadi | 2014-05-15 | 2 | -7/+0 | |
| | | | | Remove pki-cert-cli-request-submit-ca from Makefile and runtests.sh | |||||
* | add variable TIMESOURCE="clock.corp.redhat.com" | Niranjan Mallapadi | 2014-05-14 | 1 | -0/+1 | |
| | ||||||
* | setup chrony with time server | Niranjan Mallapadi | 2014-05-14 | 1 | -0/+47 | |
| | | | | setup chrony with a timesource as set in env.sh | |||||
* | modify pki-cert calling function name | Niranjan Mallapadi | 2014-05-14 | 1 | -4/+3 | |
| | | | | fix return value for negative tests | |||||
* | automation script for pki cert-hold | Niranjan Mallapadi | 2014-05-14 | 1 | -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 cert | Niranjan Mallapadi | 2014-05-14 | 1 | -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 chrony | Niranjan Mallapadi | 2014-05-14 | 1 | -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 cert | Niranjan Mallapadi | 2014-05-14 | 1 | -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-show | Niranjan Mallapadi | 2014-05-14 | 1 | -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 automation | Niranjan Mallapadi | 2014-05-14 | 1 | -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.sh | Niranjan Mallapadi | 2014-05-14 | 1 | -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 Makefile | Niranjan Mallapadi | 2014-05-14 | 1 | -0/+3 | |
| | | | | | add pki-cert-hold.sh to Makefile add pki-cert-cli-request-submit-ca.sh to Makefile | |||||
* | pki cert-release-hold automation tests | Niranjan Mallapadi | 2014-05-14 | 1 | -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 Akkiangady | 2014-05-14 | 5 | -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 lines | Roshni Pattath | 2014-04-24 | 2 | -5/+4 | |
| | ||||||
* | Added crmf cert tests to user-cert-find and user-cert-show | Roshni Pattath | 2014-04-24 | 3 | -93/+637 | |
| | ||||||
* | Minor fixes to pki user-cert-add and pki user-mod | Roshni Pattath | 2014-04-22 | 2 | -6/+3 | |
| | ||||||
* | Minor fixes to pki user-cert-find, pki user-cert-add and pki-user-cert-show | Roshni Pattath | 2014-04-22 | 3 | -37/+67 | |
| | ||||||
* | Added temporary file creation and removal to pki user-mod | Roshni Pattath | 2014-04-21 | 1 | -1/+12 | |
| | ||||||
* | Added i18n char test to pki user-cert-show | Roshni Pattath | 2014-04-21 | 2 | -2/+40 | |
| | ||||||
* | Adding creation and removal of temp directory | Roshni Pattath | 2014-04-21 | 3 | -0/+30 | |
| | ||||||
* | Added new user-add test. | Asha Akkiangady | 2014-04-21 | 3 | -74/+97 | |
| | | | | Fixed error messages in user-find and user-show tests. | |||||
* | pki user-cert tests after review | Roshni Pattath | 2014-04-17 | 4 | -19/+604 | |
| | | | | Added tests authenticating with different role users | |||||
* | pki user-cert-show test for review1 | Roshni Pattath | 2014-04-17 | 2 | -68/+129 | |
| | ||||||
* | Added new user-find and user-show tests. | Asha Akkiangady | 2014-04-17 | 3 | -107/+485 | |
| | ||||||
* | Created a generic function for generating certs | Roshni Pattath | 2014-04-15 | 6 | -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 Akkiangady | 2014-04-15 | 1 | -3/+182 | |
| | ||||||
* | Tests relating to pki user-cert-show | Roshni Pattath | 2014-04-11 | 3 | -66/+732 | |
| | | | | Modifications to pki user-cert-add and user-cert-find | |||||
* | Added tests to pki user-cert-add and user-cert-find | Roshni Pattath | 2014-04-10 | 5 | -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 Makefile | Niranjan Mallapadi | 2014-04-07 | 1 | -0/+1 | |
| | ||||||
* | Modified runtests to include pki cert-revoke | Niranjan Mallapadi | 2014-04-07 | 1 | -0/+23 | |
| | | | | Added pki-bigInt.sh | |||||
* | Add automation tests for pki cert-revoke | Niranjan Mallapadi | 2014-04-07 | 1 | -0/+830 | |
| | | | | Modified pki cert-revoke test cases to return 1 in cases of failure | |||||
* | add new functions to create & submit request | Niranjan Mallapadi | 2014-04-07 | 1 | -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 profiles | Niranjan Mallapadi | 2014-04-07 | 1 | -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 subsystem | Niranjan Mallapadi | 2014-04-07 | 1 | -0/+47 | |
| | ||||||
* | Including codecoverage archival authentication files. | Asha Akkiangady | 2014-03-21 | 4 | -0/+122 | |
| | ||||||
* | Added scripts to archive code coverage results. | Asha Akkiangady | 2014-03-21 | 4 | -34/+67 | |
| | ||||||
* | Add bigInt support to pki-cert-request-show.sh | Niranjan Mallapadi | 2014-03-20 | 1 | -6/+8 | |
| | ||||||
* | Modified to support bigInt | Niranjan Mallapadi | 2014-03-20 | 1 | -36/+43 | |
| | | | | | Modified printf statements with ibase for hexadecimal | |||||
* | Add auth, config libraries & bigInt support | Niranjan Mallapadi | 2014-03-20 | 1 | -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.sh | Niranjan Mallapadi | 2014-03-20 | 1 | -0/+10 | |
| | | | | | Added BIG_INT test to setup bigInt and run pki cert tests |