Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tests-Only] skipOnOcV10.5.0 cliMain securityCertificates features #37802

Merged
merged 1 commit into from
Aug 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Feature: security certificates
| table_column |
| goodCertificate.crt |

@skipOnOcV10.5.0
Scenario: Import a security certificate specifying a file that does not exist
When the administrator imports security certificate from file "aFileThatDoesNotExist.crt" in temporary storage on the system under test
Then the command should have failed with exit code 1
Expand Down Expand Up @@ -42,6 +43,7 @@ Feature: security certificates
| table_column |
| badCertificate.crt |

@skipOnOcV10.5.0
Scenario: Remove a security certificate that is not installed
When the administrator removes the security certificate "someCertificate.crt"
Then the command should have failed with exit code 1
Expand Down