~martin-kalcok/juju-verify:target-machine

Last commit made on 2021-02-17
Get this branch:
git clone -b target-machine https://git.launchpad.net/~martin-kalcok/juju-verify
Only Martin Kalcok can upload to this branch. If you are Martin Kalcok please log in for upload directions.

Branch merges

Branch information

Name:
target-machine
Repository:
lp:~martin-kalcok/juju-verify

Recent commits

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>

d0e08be... by Alvaro Uria

Update setup.cfg with min Python version