features.steps.r_104_stepsΒΆ

Python steps file for R_001.

AttributesΒΆ

FunctionsΒΆ

step_truststore_exists(context, truststore_name, ...)

step_fill_truststore_details(context, name, ...)

Fills in the truststore creation form.

step_truststore_list(context, name, intended_usage)

Verifies that the new truststore appears in the truststore list.

step_delete_truststore(context, name)

Deletes an truststore by name.

step_verify_truststore_deletion(context, name)

Verifies that the truststore no longer appears in the list.

step_attempt_view_nonexistent(context, ...)

Attempts to view details of a non-existent truststore.

Module ContentsΒΆ

features.steps.r_104_steps.CURRENT_DIR[source]ΒΆ
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