Fix Flake8 errors 39/88739/4
authorJamo Luhrsen <jluhrsen@gmail.com>
Fri, 27 Mar 2020 00:22:06 +0000 (17:22 -0700)
committerJamo Luhrsen <jluhrsen@gmail.com>
Fri, 27 Mar 2020 03:20:45 +0000 (20:20 -0700)
commitb2cd74063cbcdfadcbe20746116ec276e27ea0cb
tree64c98495706f5547e4cac964aa2cdd000b328f12
parente405dbebf449bda49e3c9f071043e28f57c64438
Fix Flake8 errors

flake8 now running with python3 was turning up a lot of
errors about print statements. This fixes some of those
errors, and seems to be enough to get flake8 passing
again.

Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
Change-Id: Ie02f5266391702e425147b2981aad4bb828bdb0a
Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
49 files changed:
csit/libraries/AAAJsonUtils.py
csit/libraries/AuthStandalone.py
csit/libraries/ClusterStateLibrary.py
csit/libraries/Counter.py
csit/libraries/CrudLibrary.py
csit/libraries/DynamicMininet.py
csit/libraries/JsonGenerator.py
csit/libraries/MininetTopo/create_fullymesh.py
csit/libraries/ScaleClient.py
csit/libraries/Topology.py
csit/libraries/Topologynew.py
csit/libraries/UtilLibrary.py
csit/libraries/VsctlListParser.py
csit/libraries/XmlComparator.py
csit/libraries/backuprestore/JsonDiffTool.py
csit/libraries/backuprestore/jsonpathl.py
csit/libraries/ipaddr.py
csit/suites/groupbasedpolicy/common_scripts/dpdumpflows.py
csit/suites/groupbasedpolicy/common_scripts/infrastructure_launch.py
csit/suites/lacp/Lacp_Feature_OF13/LACP_custom1.py
tools/clustering/cluster-debugging/transaction-tracking/process.py
tools/clustering/cluster-deployer/deploy.py
tools/clustering/cluster-deployer/remote_host.py
tools/fastbgp/play.py
tools/mdsal_benchmark/dsbenchmark.py
tools/mdsal_benchmark/ntfbenchmark.py
tools/mdsal_benchmark/rpcbenchmark.py
tools/netconf_tools/configurer.py
tools/netconf_tools/getter.py
tools/odl-lispflowmapping-performance-tests/mapping_blaster.py
tools/odl-mdsal-clustering-tests/clustering-performance-test/config_cleanup.py
tools/odl-mdsal-clustering-tests/clustering-performance-test/create_plot_data_files.py
tools/odl-mdsal-clustering-tests/clustering-performance-test/flow_add_delete_test.py
tools/odl-mdsal-clustering-tests/clustering-performance-test/flow_config_blaster.py
tools/odl-mdsal-clustering-tests/clustering-performance-test/flow_config_blaster_bulk.py
tools/odl-mdsal-clustering-tests/clustering-performance-test/flow_config_blaster_fle.py
tools/odl-mdsal-clustering-tests/clustering-performance-test/flow_stats_stability_monitor.py
tools/odl-mdsal-clustering-tests/clustering-performance-test/inventory_crawler.py
tools/odl-mdsal-clustering-tests/clustering-performance-test/inventory_perf.py
tools/odl-mdsal-clustering-tests/clustering-performance-test/inventory_read_blaster.py
tools/odl-mdsal-clustering-tests/clustering-performance-test/odl_tester.py
tools/odl-mdsal-clustering-tests/clustering-performance-test/onos_stats.py
tools/odl-mdsal-clustering-tests/clustering-performance-test/onos_tester.py
tools/odl-mdsal-clustering-tests/clustering-performance-test/pretty_print.py
tools/odl-mdsal-clustering-tests/clustering-performance-test/shard_perf_test.py
tools/odl-mdsal-clustering-tests/replace_cars.py
tools/odl-ovsdb-performance-tests/ovsdbconfigblaster.py
tools/pcep_updater/updater.py
tools/wcbench/stats.py