tests/auto_log_pass_change.py: only care about the last expected message other than...
authorJoe Guo <joeg@catalyst.net.nz>
Thu, 7 Mar 2019 03:10:27 +0000 (16:10 +1300)
committerNoel Power <npower@samba.org>
Thu, 7 Mar 2019 12:01:25 +0000 (12:01 +0000)
commit10109f62ceb0cb435be3c521bd281eae48077535
tree672a28ddbafca67e38aaa5f328d4c1e66b18a120
parent02c7b8c03d4970421a5170e44c57cbc3cda82827
tests/auto_log_pass_change.py: only care about the last expected message other than exact messages count

The messages count could be different because of racing condition.
And we should only care about the last expected one.

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Andrew Bartlett abartlet@samba.org
Reviewed-by: Noel Power npower@samba.org
python/samba/tests/auth_log_pass_change.py