features.steps.r_104_stepsΒΆ
Python steps file for R_001.
AttributesΒΆ
FunctionsΒΆ
|
|
|
Fills in the truststore creation form. |
|
Verifies that the new truststore appears in the truststore list. |
|
Deletes an truststore by name. |
|
Verifies that the truststore no longer appears in the list. |
|
Attempts to view details of a non-existent truststore. |
Module ContentsΒΆ
- features.steps.r_104_steps.step_truststore_exists(context, truststore_name, intended_usage)[source]ΒΆ
.
- Parameters:
context (behave.runner.Context) β Behave context.
truststore_name (str) β The name of the truststore.
intended_usage (str) β The intended usage of the truststore.
- Return type:
None
- features.steps.r_104_steps.step_fill_truststore_details(context, name, intended_usage, file_type)[source]ΒΆ
Fills in the truststore creation form.
- Parameters:
context (runner.Context) β Behave context.
name (str) β The name of the truststore.
intended_usage (str) β The intended usage of the truststore.
file_type (str) β The file type of the truststore.
- Return type:
None
- features.steps.r_104_steps.step_truststore_list(context, name, intended_usage)[source]ΒΆ
Verifies that the new truststore appears in the truststore list.
- Parameters:
context (runner.Context) β Behave context.
name (str) β The name of the truststore.
intended_usage (str) β The intended usage of the truststore.
- Return type:
None
- features.steps.r_104_steps.step_delete_truststore(context, name)[source]ΒΆ
Deletes an truststore by name.
- Parameters:
context (runner.Context) β Behave context.
name (str) β The name of the truststore to be deleted.
- Return type:
None
- features.steps.r_104_steps.step_verify_truststore_deletion(context, name)[source]ΒΆ
Verifies that the truststore no longer appears in the list.
- Parameters:
context (runner.Context) β Behave context.
name (str) β The name of the truststore.
- Return type:
None
- features.steps.r_104_steps.step_attempt_view_nonexistent(context, non_existent_truststore_id)[source]ΒΆ
Attempts to view details of a non-existent truststore.
- Parameters:
context (runner.Context) β Behave context.
non_existent_truststore_id (str) β The id a non-existent truststore.
- Return type:
None