features.steps.r_103_stepsΒΆ
Python steps file for R_103.
FunctionsΒΆ
|
|
|
Fills in the domain creation form. |
|
Verifies that the new domain appears in the domain list. |
|
Deletes an domain by name. |
|
Verifies that the domain no longer appears in the list. |
|
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