~dmzoneill/juju-verify:master

Last commit made on 2021-02-17
Get this branch:
git clone -b master https://git.launchpad.net/~dmzoneill/juju-verify
Only David O Neill can upload to this branch. If you are David O Neill please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~dmzoneill/juju-verify

Recent commits

12f01da... by Martin Kalcok

Allow targeting juju-verify on machines with -M/--machine option

Reviewed-on: https://code.launchpad.net/~martin-kalcok/juju-verify/+git/juju-verify/+merge/398114
Reviewed-by: Alvaro Uria <email address hidden>

7a42c7f... by Martin Kalcok

simplify for loop to list comprehension

24d1cc5... by Martin Kalcok

Allow targeting juju-verify on machines with -M/--machine option

76f2697... by Martin Kalcok

Log warning if other principal units are on the affected machine

Reviewed-on: https://code.launchpad.net/~martin-kalcok/juju-verify/+git/juju-verify/+merge/398004
Reviewed-by: Alvaro Uria <email address hidden>
Reviewed-by: Robert Gildein <email address hidden>

5b2f2c4... by Martin Kalcok

Added inline comment with brief explanation of of `len(models) > 1` check

1075fca... by Martin Kalcok

replaced for loop with set comprehension

53e340b... by Martin Kalcok

If we mock juju.loop we need to replace our async functions with non-async MagicMock.

3b2f170... by Martin Kalcok

Remove task from todo list

6e35dee... by Martin Kalcok

Log warning if other principal units are on the affected machine

924ab07... by Alvaro Uria

PY36 support on unit tests

Reviewed-on: https://code.launchpad.net/~aluria/juju-verify/+git/juju-verify/+merge/398051
Reviewed-by: Martin Kalcok <email address hidden>