Skip to content

Commit

Permalink
Update generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyfactor committed Dec 6, 2024
1 parent b550547 commit 532bbcb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,12 +395,12 @@ For additional guidance, consult the FortiWeb and Keyfactor documentation or rea
| Test Case | Description | Parameters | Expected Result | Actual Result | Pass/Fail| Screenshot |
|-----------|-------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------|----------|-------------|
| TC1 | Add certificate with no existing bindings and no overwrite. | `managementtype=add`, `overwrite=false`, `certalias=www.tc1.com` | Operation should not proceed since there are no existing bindings for the certificate. | Operation did not proceed since there are no existing bindings for the certificate | Pass | ![](docsource/Images/TC1.gif) |
| TC2 | Add certificate with no existing bindings and overwrite enabled. | `managementtype=add`, `overwrite=true`, `certalias=www.tc2.com` | Operation should not proceed even with overwrite, as there are no existing bindings. | Operation did not proceed since there are no existing bindings for the certificate | Pass | ![](Images/TC2.gif) |
| TC3 | Replace a certificate bound to multiple policies. | `managementtype=add`, `overwrite=true`, `certalias=www.testerdomain82.com` | Certificate should be replaced across all policies it is bound to. | Certificate was replaced across all policies it is bound to. | Pass | ![](Images/TC3.gif) |
| TC4 | Replace a certificate bound to a single policy. | `managementtype=add`, `overwrite=true`, `certalias=www.testerdomain1.com` | Certificate should be replaced in the single policy it is bound to. | Certificate was replaced in the single policy it is bound to | Pass | ![](Images/TC4.gif) |
| TC5 | Attempt to replace a certificate bound to a single policy without overwrite enabled. | `managementtype=add`, `overwrite=false`, `certalias=www.testerdomain2.com` | Operation should fail with a message indicating overwrite is needed. | Operation failed with a message indicating overwrite is needed. | Pass| ![](Images/TC5.gif) |
| TC6 | Inventory test to list only bound certificates. | `casename=Inventory`, `storepath=/`, `clientmachine=20.10.138.208:8443` | Should return a list of two bound certificates. | Returned a list of the two bound certificates | Pass | ![](Images/TC6.gif) |
| TC7 | Test error handling with an invalid client machine. | `casename=Inventory`, `storepath=/`, `clientmachine=20.10.138.211:8443` | Should return a reasonable error indicating the client machine is invalid. | Did return a reasonable error indicating the client machine is invalid. | Pass| ![](Images/TC7.gif) |
| TC2 | Add certificate with no existing bindings and overwrite enabled. | `managementtype=add`, `overwrite=true`, `certalias=www.tc2.com` | Operation should not proceed even with overwrite, as there are no existing bindings. | Operation did not proceed since there are no existing bindings for the certificate | Pass | ![](docsource/Images/TC2.gif) |
| TC3 | Replace a certificate bound to multiple policies. | `managementtype=add`, `overwrite=true`, `certalias=www.testerdomain82.com` | Certificate should be replaced across all policies it is bound to. | Certificate was replaced across all policies it is bound to. | Pass | ![](docsource/Images/TC3.gif) |
| TC4 | Replace a certificate bound to a single policy. | `managementtype=add`, `overwrite=true`, `certalias=www.testerdomain1.com` | Certificate should be replaced in the single policy it is bound to. | Certificate was replaced in the single policy it is bound to | Pass | ![](docsource/Images/TC4.gif) |
| TC5 | Attempt to replace a certificate bound to a single policy without overwrite enabled. | `managementtype=add`, `overwrite=false`, `certalias=www.testerdomain2.com` | Operation should fail with a message indicating overwrite is needed. | Operation failed with a message indicating overwrite is needed. | Pass| ![](docsource/Images/TC5.gif) |
| TC6 | Inventory test to list only bound certificates. | `casename=Inventory`, `storepath=/`, `clientmachine=20.10.138.208:8443` | Should return a list of two bound certificates. | Returned a list of the two bound certificates | Pass | ![](docsource/Images/TC6.gif) |
| TC7 | Test error handling with an invalid client machine. | `casename=Inventory`, `storepath=/`, `clientmachine=20.10.138.211:8443` | Should return a reasonable error indicating the client machine is invalid. | Did return a reasonable error indicating the client machine is invalid. | Pass| ![](docsource/Images/TC7.gif) |

</details>

Expand Down

0 comments on commit 532bbcb

Please sign in to comment.