features.steps.r_103_stepsΒΆ

Python steps file for R_103.

FunctionsΒΆ

step_domain_exists(context, domain_name, ca_name)

step_fill_domain_details(context, name, ca_name)

Fills in the domain creation form.

step_domain_list(context, name, ca_name)

Verifies that the new domain appears in the domain list.

step_delete_domain(context, name)

Deletes an domain by name.

step_verify_domain_deletion(context, name)

Verifies that the domain no longer appears in the list.

step_attempt_view_nonexistent(context, ...)

Attempts to view details of a non-existent domain.

Module ContentsΒΆ

features.steps.r_103_steps.step_domain_exists(context, domain_name, ca_name)[source]ΒΆ

.

Parameters:
  • context (behave.runner.Context) – the behave context.

  • domain_name (str) – The name of the domain.

  • ca_name (str) – The name of the issuing ca.

Return type:

None

features.steps.r_103_steps.step_fill_domain_details(context, name, ca_name)[source]ΒΆ

Fills in the domain creation form.

Parameters:
  • context (runner.Context) – Behave context.

  • name (str) – The name of the domain.

  • ca_name (str) – The name of the issuing ca.

Return type:

None

features.steps.r_103_steps.step_domain_list(context, name, ca_name)[source]ΒΆ

Verifies that the new domain appears in the domain list.

Parameters:
  • context (runner.Context) – Behave context.

  • name (str) – The name of the domain.

  • ca_name (str) – The name of the issuing ca.

Return type:

None

features.steps.r_103_steps.step_delete_domain(context, name)[source]ΒΆ

Deletes an domain by name.

Parameters:
  • context (runner.Context) – Behave context.

  • name (str) – The name of the domain to be deleted.

Return type:

None

features.steps.r_103_steps.step_verify_domain_deletion(context, name)[source]ΒΆ

Verifies that the domain no longer appears in the list.

Parameters:
  • context (runner.Context) – Behave context.

  • name (str) – The name of the domain.

Return type:

None

features.steps.r_103_steps.step_attempt_view_nonexistent(context, non_existent_domain_id)[source]ΒΆ

Attempts to view details of a non-existent domain.

Parameters:
  • context (runner.Context) – Behave context.

  • non_existent_domain_id (str) – The id a non-existent domain.

Return type:

None