commit | c85654542f012792c5af429cf74ce6d004f0d24c | [log] [tgz] |
---|---|---|
author | Alex <osavatieiev@mirantis.com> | Thu Dec 31 12:01:28 2020 -0600 |
committer | Alex <osavatieiev@mirantis.com> | Thu Dec 31 12:01:28 2020 -0600 |
tree | d9159e74337ba9f0fdeccfdd1cbab78326c9ae44 | |
parent | f0c628cf3539a32fa3a23aa0459858d4d2d0ac4f [diff] |
Pinger errors summary hotfix Change-Id: I373f3e9184fad91065995a149aee7810ecfdae03 Related-PROD: PROD-35903
diff --git a/cfg_checker/modules/network/__init__.py b/cfg_checker/modules/network/__init__.py index c4a74d7..005ca38 100644 --- a/cfg_checker/modules/network/__init__.py +++ b/cfg_checker/modules/network/__init__.py
@@ -223,7 +223,7 @@ return else: # save what was collected - _pinger.errors.save_iteration_data() + _pinger.mapper.errors.save_iteration_data() # print a report _pinger.print_summary()