Diff comments:

> diff --git a/systemtests/ansible.py b/systemtests/ansible.py
> index 7c671c8..10aedba 100644
> --- a/systemtests/ansible.py
> +++ b/systemtests/ansible.py
> @@ -21,6 +23,9 @@ if TYPE_CHECKING:
>  NAME = "systemtests.ansible"
>  LOG = getLogger(NAME)
>  
> +# match a string "[test_text]" without including the brackets
> +MATCH_HEADERS = r"(?<=\[)[a-zA-Z]+(?=\])"

redundant

> +
>  
>  class MissingRoleOnHost(Exception):
>      """Raised when a host is missing a role they were expected to have."""


-- 
https://code.launchpad.net/~maas-committers/maas-ci/+git/system-tests/+merge/440179
Your team MAAS Committers is requested to review the proposed merge of 
~maas-committers/maas-ci/+git/system-tests:improve-ansible-performance into 
~maas-committers/maas-ci/+git/system-tests:master.


-- 
Mailing list: https://launchpad.net/~sts-sponsors
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sts-sponsors
More help   : https://help.launchpad.net/ListHelp

Reply via email to