tox pylint develop-inst-noop: /home/morgan/Dev/ONAP/integration/test pylint installed: astroid==2.3.3,-e git+https://git.onap.org/integration@33ff5f12dafd19f0e36d83e0d641217e505f3499#egg=integration_tests&subdirectory=test,isort==4.3.21,lazy-object-proxy==1.4.3,mccabe==0.6.1,pyflakes==2.1.1,pylint==2.4.4,six==1.13.0,typed-ast==1.4.0,wrapt==1.11.2 pylint run-test-pre: PYTHONHASHSEED='1149435051' pylint run-test: commands[0] | pylint -f parseable --ignore-imports=y --disable=locally-disabled --max-line-length 120 --exit-zero -ry vcpe s3p hpa_automation mocks ************* Module vcpe.healthcheck-k8s vcpe/healthcheck-k8s.py:6: [C0326(bad-whitespace), ] Exactly one space required after comma from subprocess import Popen,PIPE,STDOUT,check_output,CalledProcessError ^ vcpe/healthcheck-k8s.py:6: [C0326(bad-whitespace), ] Exactly one space required after comma from subprocess import Popen,PIPE,STDOUT,check_output,CalledProcessError ^ vcpe/healthcheck-k8s.py:6: [C0326(bad-whitespace), ] Exactly one space required after comma from subprocess import Popen,PIPE,STDOUT,check_output,CalledProcessError ^ vcpe/healthcheck-k8s.py:6: [C0326(bad-whitespace), ] Exactly one space required after comma from subprocess import Popen,PIPE,STDOUT,check_output,CalledProcessError ^ vcpe/healthcheck-k8s.py:14: [C0301(line-too-long), ] Line too long (148/120) vcpe/healthcheck-k8s.py:14: [C0326(bad-whitespace), ] Exactly one space required after comma parser = argparse.ArgumentParser(description='Processing arguments for vCPE healthcheck',formatter_class=argparse.ArgumentDefaultsHelpFormatter) ^ vcpe/healthcheck-k8s.py:16: [C0330(bad-continuation), ] Wrong continued indentation (remove 5 spaces). metavar=(''), | ^ vcpe/healthcheck-k8s.py:17: [C0330(bad-continuation), ] Wrong continued indentation (remove 5 spaces). help='Namespace name for existing ONAP deployment') | ^ vcpe/healthcheck-k8s.py:19: [C0330(bad-continuation), ] Wrong continued indentation (remove 5 spaces). metavar=(''), | ^ vcpe/healthcheck-k8s.py:20: [C0330(bad-continuation), ] Wrong continued indentation (remove 5 spaces). help='Environment name for existing ONAP deployment visible in -sdnc-sdnc-0 pod name') | ^ vcpe/healthcheck-k8s.py:20: [C0301(line-too-long), ] Line too long (133/120) vcpe/healthcheck-k8s.py:53: [C0326(bad-whitespace), ] Exactly one space required after comma for ename,eip in endpoints.items(): ^ vcpe/healthcheck-k8s.py:1: [C0103(invalid-name), ] Module name "healthcheck-k8s" doesn't conform to snake_case naming style vcpe/healthcheck-k8s.py:1: [C0114(missing-module-docstring), ] Missing module docstring vcpe/healthcheck-k8s.py:21: [W0621(redefined-outer-name), parse_args] Redefining name 'args' from outer scope (line 25) vcpe/healthcheck-k8s.py:25: [C0103(invalid-name), ] Constant name "args" doesn't conform to UPPER_CASE naming style vcpe/healthcheck-k8s.py:27: [C0103(invalid-name), ] Constant name "namespace" doesn't conform to UPPER_CASE naming style vcpe/healthcheck-k8s.py:28: [C0103(invalid-name), ] Constant name "environment" doesn't conform to UPPER_CASE naming style vcpe/healthcheck-k8s.py:31: [C0103(invalid-name), ] Constant name "kube_cmd" doesn't conform to UPPER_CASE naming style vcpe/healthcheck-k8s.py:32: [C0103(invalid-name), ] Constant name "curl_check_cmd" doesn't conform to UPPER_CASE naming style vcpe/healthcheck-k8s.py:33: [C0103(invalid-name), ] Constant name "curl_install_cmd" doesn't conform to UPPER_CASE naming style vcpe/healthcheck-k8s.py:34: [C0103(invalid-name), ] Constant name "curl_cmd" doesn't conform to UPPER_CASE naming style vcpe/healthcheck-k8s.py:35: [C0103(invalid-name), ] Constant name "endpoints" doesn't conform to UPPER_CASE naming style vcpe/healthcheck-k8s.py:65: [C0103(invalid-name), ] Constant name "kube_db_cmd" doesn't conform to UPPER_CASE naming style vcpe/healthcheck-k8s.py:66: [C0103(invalid-name), ] Constant name "db_cmd" doesn't conform to UPPER_CASE naming style vcpe/healthcheck-k8s.py:67: [C0103(invalid-name), ] Constant name "p" doesn't conform to UPPER_CASE naming style vcpe/healthcheck-k8s.py:68: [C0103(invalid-name), ] Constant name "output" doesn't conform to UPPER_CASE naming style vcpe/healthcheck-k8s.py:68: [C0103(invalid-name), ] Constant name "error" doesn't conform to UPPER_CASE naming style vcpe/healthcheck-k8s.py:5: [W0611(unused-import), ] Unused import logging ************* Module vcpe.config_sdnc_so vcpe/config_sdnc_so.py:10: [C0301(line-too-long), ] Line too long (439/120) vcpe/config_sdnc_so.py:11: [C0301(line-too-long), ] Line too long (435/120) vcpe/config_sdnc_so.py:12: [C0301(line-too-long), ] Line too long (424/120) vcpe/config_sdnc_so.py:13: [C0301(line-too-long), ] Line too long (440/120) vcpe/config_sdnc_so.py:14: [C0301(line-too-long), ] Line too long (340/120) vcpe/config_sdnc_so.py:48: [C0301(line-too-long), ] Line too long (122/120) vcpe/config_sdnc_so.py:59: [C0301(line-too-long), ] Line too long (121/120) vcpe/config_sdnc_so.py:60: [C0301(line-too-long), ] Line too long (121/120) vcpe/config_sdnc_so.py:88: [C0330(bad-continuation), ] Wrong continued indentation (add 11 spaces). vcpecommon.onap_environment) + '\n'.join(cmds) + '"') ^ | vcpe/config_sdnc_so.py:99: [C0326(bad-whitespace), ] Exactly one space required after comma for ip in range(22,250): ^ vcpe/config_sdnc_so.py:100: [C0326(bad-whitespace), ] Exactly one space required after comma row_values.append("('', 'VGW', 'AVAILABLE','{0}.{1}')".format(vgw_net,ip)) ^ vcpe/config_sdnc_so.py:1: [C0114(missing-module-docstring), ] Missing module docstring vcpe/config_sdnc_so.py:4: [W0401(wildcard-import), ] Wildcard import vcpecommon vcpe/config_sdnc_so.py:25: [W0125(using-constant-test), insert_customer_service_to_sdnc] Using a conditional statement with a constant value vcpe/config_sdnc_so.py:37: [W0125(using-constant-test), insert_customer_service_to_sdnc] Using a conditional statement with a constant value vcpe/config_sdnc_so.py:47: [W0125(using-constant-test), insert_customer_service_to_sdnc] Using a conditional statement with a constant value vcpe/config_sdnc_so.py:57: [W0125(using-constant-test), insert_customer_service_to_sdnc] Using a conditional statement with a constant value vcpe/config_sdnc_so.py:68: [C0116(missing-function-docstring), insert_customer_service_to_so] Missing function or method docstring vcpe/config_sdnc_so.py:83: [W1201(logging-not-lazy), insert_customer_service_to_so] Specify string format arguments as logging function parameters vcpe/config_sdnc_so.py:90: [C0116(missing-function-docstring), insert_sdnc_ip_pool] Missing function or method docstring vcpe/config_sdnc_so.py:99: [C0103(invalid-name), insert_sdnc_ip_pool] Variable name "ip" doesn't conform to snake_case naming style vcpe/config_sdnc_so.py:4: [W0614(unused-wildcard-import), ] Unused import json from wildcard import vcpe/config_sdnc_so.py:4: [W0614(unused-wildcard-import), ] Unused import os from wildcard import vcpe/config_sdnc_so.py:4: [W0614(unused-wildcard-import), ] Unused import pickle from wildcard import vcpe/config_sdnc_so.py:4: [W0614(unused-wildcard-import), ] Unused import re from wildcard import vcpe/config_sdnc_so.py:4: [W0614(unused-wildcard-import), ] Unused import sys from wildcard import vcpe/config_sdnc_so.py:4: [W0614(unused-wildcard-import), ] Unused import ipaddress from wildcard import vcpe/config_sdnc_so.py:4: [W0614(unused-wildcard-import), ] Unused import mysql from wildcard import vcpe/config_sdnc_so.py:4: [W0614(unused-wildcard-import), ] Unused import requests from wildcard import vcpe/config_sdnc_so.py:4: [W0614(unused-wildcard-import), ] Unused import commands from wildcard import vcpe/config_sdnc_so.py:4: [W0614(unused-wildcard-import), ] Unused import time from wildcard import vcpe/config_sdnc_so.py:4: [W0614(unused-wildcard-import), ] Unused import yaml from wildcard import vcpe/config_sdnc_so.py:4: [W0614(unused-wildcard-import), ] Unused import VcpeCommon from wildcard import vcpe/config_sdnc_so.py:4: [W0614(unused-wildcard-import), ] Unused import openstackclient from wildcard import vcpe/config_sdnc_so.py:4: [W0614(unused-wildcard-import), ] Unused import client from wildcard import vcpe/config_sdnc_so.py:4: [W0614(unused-wildcard-import), ] Unused import config from wildcard import vcpe/config_sdnc_so.py:4: [W0614(unused-wildcard-import), ] Unused import IPAddress from wildcard import vcpe/config_sdnc_so.py:4: [W0614(unused-wildcard-import), ] Unused import IPNetwork from wildcard import ************* Module vcpe.vcpe vcpe/vcpe.py:81: [C0326(bad-whitespace), ] Exactly one space required around assignment keyword_vnf=keyword + "_" ^ vcpe/vcpe.py:82: [C0326(bad-whitespace), ] Exactly one space required around assignment keyword_gra=keyword + "gra_" ^ vcpe/vcpe.py:133: [C0326(bad-whitespace), ] Exactly one space required around assignment keyword_vnf=keyword + "_" ^ vcpe/vcpe.py:134: [C0326(bad-whitespace), ] Exactly one space required around assignment keyword_gra=keyword + "gra_" ^ vcpe/vcpe.py:140: [W0311(bad-indentation), ] Bad indentation. Found 13 spaces, expected 12 vcpe/vcpe.py:141: [C0330(bad-continuation), ] Wrong continued indentation (add 5 spaces). name_suffix, heatbridge) ^ | vcpe/vcpe.py:143: [W0311(bad-indentation), ] Bad indentation. Found 13 spaces, expected 12 vcpe/vcpe.py:144: [C0330(bad-continuation), ] Wrong continued indentation (add 5 spaces). name_suffix, heatbridge) ^ | vcpe/vcpe.py:223: [C0326(bad-whitespace), ] Exactly one space required around assignment vgw_vfmod_name_index= 0 ^ vcpe/vcpe.py:257: [C0303(trailing-whitespace), ] Trailing whitespace vcpe/vcpe.py:270: [C0326(bad-whitespace), ] Exactly one space required after comma for k,v in modes.items(): ^ vcpe/vcpe.py:271: [C0326(bad-whitespace), ] Exactly one space required after comma usage += 'vcpe.py {0:12} {1}\n'.format(k + ':',v) ^ vcpe/vcpe.py:275: [C0326(bad-whitespace), ] Exactly one space required after comma parser.add_argument('mode',metavar='MODE', ^ vcpe/vcpe.py:278: [C0326(bad-whitespace), ] Exactly one space required after comma parser.add_argument('--config',help='Configuration file path',default=None) ^ vcpe/vcpe.py:278: [C0326(bad-whitespace), ] Exactly one space required after comma parser.add_argument('--config',help='Configuration file path',default=None) ^ vcpe/vcpe.py:288: [C0326(bad-whitespace), ] Exactly one space required before assignment modes["init"] = "Add customer service data to SDNC and SO DBs" ^ vcpe/vcpe.py:289: [C0326(bad-whitespace), ] Exactly one space required before assignment modes["infra"] = "Deploy infrastructure, including DHCP, AAA, DNS, Web Server, vBNG, vGMUX, vBRG" ^ vcpe/vcpe.py:290: [C0326(bad-whitespace), ] Exactly one space required before assignment modes["brg"] = "Deploy brg only (for testing after infra succeeds)" ^ vcpe/vcpe.py:292: [C0326(bad-whitespace), ] Exactly one space required before assignment modes["loop"] = "Test closed loop control (packet loss set to 22)" ^ vcpe/vcpe.py:293: [C0326(bad-whitespace), ] Exactly one space required before assignment modes["noloss"] = "Set vGMUX packet loss to 0" ^ vcpe/vcpe.py:294: [C0326(bad-whitespace), ] Exactly one space required before assignment modes["test"] = "" ^ vcpe/vcpe.py:295: [C0326(bad-whitespace), ] Exactly one space required before assignment modes["sniro"] = "Config SNIRO homing emulator" ^ vcpe/vcpe.py:313: [W0311(bad-indentation), ] Bad indentation. Found 9 spaces, expected 8 vcpe/vcpe.py:1: [C0114(missing-module-docstring), ] Missing module docstring vcpe/vcpe.py:6: [C0413(wrong-import-position), ] Import "import sys" should be placed at the top of the module vcpe/vcpe.py:7: [W0401(wildcard-import), ] Wildcard import vcpecommon vcpe/vcpe.py:7: [C0413(wrong-import-position), ] Import "from vcpecommon import *" should be placed at the top of the module vcpe/vcpe.py:8: [C0413(wrong-import-position), ] Import "import sdcutils" should be placed at the top of the module vcpe/vcpe.py:9: [E0001(syntax-error), ] Cannot import 'soutils' due to syntax error 'inconsistent use of tabs and spaces in indentation (, line 124)' vcpe/vcpe.py:9: [C0413(wrong-import-position), ] Import "import soutils" should be placed at the top of the module vcpe/vcpe.py:10: [C0413(wrong-import-position), ] Import "from datetime import datetime" should be placed at the top of the module vcpe/vcpe.py:11: [E0001(syntax-error), ] Cannot import 'preload' due to syntax error 'inconsistent use of tabs and spaces in indentation (, line 168)' vcpe/vcpe.py:11: [C0413(wrong-import-position), ] Import "import preload" should be placed at the top of the module vcpe/vcpe.py:12: [C0413(wrong-import-position), ] Import "import vcpe_custom_service" should be placed at the top of the module vcpe/vcpe.py:13: [C0413(wrong-import-position), ] Import "import csar_parser" should be placed at the top of the module vcpe/vcpe.py:14: [C0413(wrong-import-position), ] Import "import config_sdnc_so" should be placed at the top of the module vcpe/vcpe.py:15: [C0413(wrong-import-position), ] Import "import json" should be placed at the top of the module vcpe/vcpe.py:16: [E0401(import-error), ] Unable to import 'urllib3' vcpe/vcpe.py:16: [C0413(wrong-import-position), ] Import "import urllib3" should be placed at the top of the module vcpe/vcpe.py:17: [C0413(wrong-import-position), ] Import "import argparse" should be placed at the top of the module vcpe/vcpe.py:18: [C0413(wrong-import-position), ] Import "from collections import OrderedDict" should be placed at the top of the module vcpe/vcpe.py:23: [E0401(import-error), ] Unable to import 'requests.packages.urllib3.exceptions' vcpe/vcpe.py:23: [C0413(wrong-import-position), ] Import "from requests.packages.urllib3.exceptions import InsecureRequestWarning" should be placed at the top of the module vcpe/vcpe.py:37: [W0621(redefined-outer-name), config_sniro] Redefining name 'parser' from outer scope (line 297) vcpe/vcpe.py:26: [C0116(missing-function-docstring), config_sniro] Missing function or method docstring vcpe/vcpe.py:62: [R0913(too-many-arguments), create_one_service] Too many arguments (6/5) vcpe/vcpe.py:66: [C0103(invalid-name), create_one_service] Variable name "so" doesn't conform to snake_case naming style vcpe/vcpe.py:70: [C0116(missing-function-docstring), deploy_brg_only] Missing function or method docstring vcpe/vcpe.py:83: [C0122(misplaced-comparison-constant), deploy_brg_only] Comparison should be keyword == 'gmux' vcpe/vcpe.py:87: [E1101(no-member), deploy_brg_only] Instance of 'VcpeCommon' has no 'gra_api_flag' member vcpe/vcpe.py:71: [W0612(unused-variable), deploy_brg_only] Unused variable 'logger' vcpe/vcpe.py:102: [C0116(missing-function-docstring), deploy_infra] Missing function or method docstring vcpe/vcpe.py:102: [R0914(too-many-locals), deploy_infra] Too many local variables (16/15) vcpe/vcpe.py:135: [C0122(misplaced-comparison-constant), deploy_infra] Comparison should be keyword == 'gmux' vcpe/vcpe.py:139: [E1101(no-member), deploy_infra] Instance of 'VcpeCommon' has no 'gra_api_flag' member vcpe/vcpe.py:102: [R0915(too-many-statements), deploy_infra] Too many statements (52/50) vcpe/vcpe.py:170: [C0116(missing-function-docstring), deploy_custom_service] Missing function or method docstring vcpe/vcpe.py:177: [W0125(using-constant-test), deploy_custom_service] Using a conditional statement with a constant value vcpe/vcpe.py:192: [C0116(missing-function-docstring), closed_loop] Missing function or method docstring vcpe/vcpe.py:217: [C0116(missing-function-docstring), init_so_sdnc] Missing function or method docstring vcpe/vcpe.py:218: [W0612(unused-variable), init_so_sdnc] Unused variable 'logger' vcpe/vcpe.py:227: [C0116(missing-function-docstring), init] Missing function or method docstring vcpe/vcpe.py:236: [C0116(missing-function-docstring), init_sdc] Missing function or method docstring vcpe/vcpe.py:237: [W0612(unused-variable), init_sdc] Unused variable 'sdc' vcpe/vcpe.py:242: [C0116(missing-function-docstring), download_vcpe_service_templates] Missing function or method docstring vcpe/vcpe.py:247: [C0116(missing-function-docstring), tmp_sniro] Missing function or method docstring vcpe/vcpe.py:248: [W0612(unused-variable), tmp_sniro] Unused variable 'logger' vcpe/vcpe.py:257: [C0116(missing-function-docstring), test] Missing function or method docstring vcpe/vcpe.py:262: [W0621(redefined-outer-name), get_arg_parser] Redefining name 'modes' from outer scope (line 286) vcpe/vcpe.py:273: [W0621(redefined-outer-name), get_arg_parser] Redefining name 'parser' from outer scope (line 297) vcpe/vcpe.py:270: [C0103(invalid-name), get_arg_parser] Variable name "v" doesn't conform to snake_case naming style vcpe/vcpe.py:286: [C0103(invalid-name), ] Constant name "modes" doesn't conform to UPPER_CASE naming style vcpe/vcpe.py:297: [C0103(invalid-name), ] Constant name "parser" doesn't conform to UPPER_CASE naming style vcpe/vcpe.py:306: [C0103(invalid-name), ] Constant name "args" doesn't conform to UPPER_CASE naming style vcpe/vcpe.py:315: [C0122(misplaced-comparison-constant), ] Comparison should be raw_input('Ready to deploy customer service? y/n: ').lower() == 'y' vcpe/vcpe.py:315: [E0602(undefined-variable), ] Undefined variable 'raw_input' vcpe/vcpe.py:7: [W0614(unused-wildcard-import), ] Unused import os from wildcard import vcpe/vcpe.py:7: [W0614(unused-wildcard-import), ] Unused import pickle from wildcard import vcpe/vcpe.py:7: [W0614(unused-wildcard-import), ] Unused import re from wildcard import vcpe/vcpe.py:7: [W0614(unused-wildcard-import), ] Unused import ipaddress from wildcard import vcpe/vcpe.py:7: [W0614(unused-wildcard-import), ] Unused import mysql from wildcard import vcpe/vcpe.py:7: [W0614(unused-wildcard-import), ] Unused import commands from wildcard import vcpe/vcpe.py:7: [W0614(unused-wildcard-import), ] Unused import yaml from wildcard import vcpe/vcpe.py:7: [W0614(unused-wildcard-import), ] Unused import openstackclient from wildcard import vcpe/vcpe.py:7: [W0614(unused-wildcard-import), ] Unused import client from wildcard import vcpe/vcpe.py:7: [W0614(unused-wildcard-import), ] Unused import config from wildcard import vcpe/vcpe.py:7: [W0614(unused-wildcard-import), ] Unused import IPAddress from wildcard import vcpe/vcpe.py:7: [W0614(unused-wildcard-import), ] Unused import IPNetwork from wildcard import vcpe/vcpe.py:10: [C0411(wrong-import-order), ] standard import "from datetime import datetime" should be placed before "from vcpecommon import *" vcpe/vcpe.py:15: [C0411(wrong-import-order), ] standard import "import json" should be placed before "from vcpecommon import *" vcpe/vcpe.py:17: [C0411(wrong-import-order), ] standard import "import argparse" should be placed before "from vcpecommon import *" vcpe/vcpe.py:18: [C0411(wrong-import-order), ] standard import "from collections import OrderedDict" should be placed before "from vcpecommon import *" ************* Module vcpe.vcpecommon vcpe/vcpecommon.py:32: [C0301(line-too-long), ] Line too long (131/120) vcpe/vcpecommon.py:54: [C0326(bad-whitespace), ] Exactly one space required before assignment self.vgw_vfmod_name_index_file= '__var/vgw_vfmod_name_index' ^ vcpe/vcpecommon.py:93: [C0301(line-too-long), ] Line too long (179/120) vcpe/vcpecommon.py:101: [C0326(bad-whitespace), ] Exactly one space required after comma self.sdnc_db_port = self.get_k8s_service_endpoint_info('mariadb-galera','port') if self.oom_mode else '3306' ^ vcpe/vcpecommon.py:104: [C0301(line-too-long), ] Line too long (139/120) vcpe/vcpecommon.py:106: [C0301(line-too-long), ] Line too long (152/120) vcpe/vcpecommon.py:108: [C0301(line-too-long), ] Line too long (131/120) vcpe/vcpecommon.py:110: [C0301(line-too-long), ] Line too long (150/120) vcpe/vcpecommon.py:116: [C0326(bad-whitespace), ] Exactly one space required after comma self.mariadb_galera_endpoint_ip = self.get_k8s_service_endpoint_info('mariadb-galera','ip') ^ vcpe/vcpecommon.py:117: [C0326(bad-whitespace), ] Exactly one space required after comma self.mariadb_galera_endpoint_port = self.get_k8s_service_endpoint_info('mariadb-galera','port') ^ vcpe/vcpecommon.py:121: [C0301(line-too-long), ] Line too long (151/120) vcpe/vcpecommon.py:122: [C0330(bad-continuation), ] Wrong continued indentation (add 4 spaces). 'v5': 'http://' + self.hosts['so'] + ':' + self.so_nbi_port + '/onap/so/infra/serviceInstantiation/v7/serviceInstances'} ^ | vcpe/vcpecommon.py:122: [C0301(line-too-long), ] Line too long (147/120) vcpe/vcpecommon.py:123: [C0301(line-too-long), ] Line too long (138/120) vcpe/vcpecommon.py:135: [C0326(bad-whitespace), ] Exactly one space required before assignment self.vpp_ves_url= 'http://{0}:8183/restconf/config/vesagent:vesagent' ^ vcpe/vcpecommon.py:141: [C0301(line-too-long), ] Line too long (136/120) vcpe/vcpecommon.py:209: [C0326(bad-whitespace), ] Exactly one space required around assignment db_host=self.mariadb_galera_endpoint_ip ^ vcpe/vcpecommon.py:211: [C0326(bad-whitespace), ] Exactly one space required around assignment db_host=self.hosts['mariadb-galera'] ^ vcpe/vcpecommon.py:347: [C0330(bad-continuation), ] Wrong hanging indentation (remove 16 spaces). p_pap_cluster_ip), auth=self.policy_userpass, | ^ vcpe/vcpecommon.py:348: [C0330(bad-continuation), ] Wrong continued indentation (add 13 spaces). verify=False, headers=self.policy_headers) ^ | vcpe/vcpecommon.py:351: [C0330(bad-continuation), ] Wrong continued indentation (remove 1 space). 'Policy-pap responded with HTTP code {0}'.format( |^ vcpe/vcpecommon.py:352: [C0330(bad-continuation), ] Wrong hanging indentation (add 4 spaces). policy_exists_req.status_code)) ^ | vcpe/vcpecommon.py:372: [C0330(bad-continuation), ] Wrong hanging indentation (remove 16 spaces). p_api_cluster_ip), auth=self.policy_userpass, | ^ vcpe/vcpecommon.py:373: [C0330(bad-continuation), ] Wrong continued indentation (add 14 spaces). json=policy_json, verify=False, ^ | vcpe/vcpecommon.py:374: [C0330(bad-continuation), ] Wrong continued indentation (add 14 spaces). headers=self.policy_headers) ^ | vcpe/vcpecommon.py:390: [C0330(bad-continuation), ] Wrong hanging indentation (remove 16 spaces). p_pap_cluster_ip), auth=self.policy_userpass, | ^ vcpe/vcpecommon.py:391: [C0330(bad-continuation), ] Wrong continued indentation (add 14 spaces). json=self.policy_pap_json, verify=False, ^ | vcpe/vcpecommon.py:392: [C0330(bad-continuation), ] Wrong continued indentation (add 14 spaces). headers=self.policy_headers) ^ | vcpe/vcpecommon.py:415: [C0301(line-too-long), ] Line too long (150/120) vcpe/vcpecommon.py:440: [C0303(trailing-whitespace), ] Trailing whitespace vcpe/vcpecommon.py:462: [C0303(trailing-whitespace), ] Trailing whitespace vcpe/vcpecommon.py:479: [C0301(line-too-long), ] Line too long (143/120) vcpe/vcpecommon.py:489: [C0303(trailing-whitespace), ] Trailing whitespace vcpe/vcpecommon.py:489: [C0301(line-too-long), ] Line too long (157/120) vcpe/vcpecommon.py:605: [C0301(line-too-long), ] Line too long (126/120) vcpe/vcpecommon.py:633: [C0326(bad-whitespace), ] No space allowed before bracket def set_vgmux_ves_collector(self ): ^ vcpe/vcpecommon.py:738: [C0305(trailing-newlines), ] Trailing newlines vcpe/vcpecommon.py:1: [C0114(missing-module-docstring), ] Missing module docstring vcpe/vcpecommon.py:11: [E0401(import-error), ] Unable to import 'mysql.connector' vcpe/vcpecommon.py:12: [E0401(import-error), ] Unable to import 'requests' vcpe/vcpecommon.py:13: [E0401(import-error), ] Unable to import 'commands' vcpe/vcpecommon.py:15: [E0401(import-error), ] Unable to import 'yaml' vcpe/vcpecommon.py:16: [E0401(import-error), ] Unable to import 'novaclient' vcpe/vcpecommon.py:17: [E0401(import-error), ] Unable to import 'kubernetes' vcpe/vcpecommon.py:18: [E0401(import-error), ] Unable to import 'netaddr' vcpe/vcpecommon.py:20: [C0115(missing-class-docstring), VcpeCommon] Missing class docstring vcpe/vcpecommon.py:20: [R0902(too-many-instance-attributes), VcpeCommon] Too many instance attributes (76/7) vcpe/vcpecommon.py:31: [E1101(no-member), VcpeCommon.__init__] Instance of 'VcpeCommon' has no 'onap_environment' member vcpe/vcpecommon.py:41: [E1101(no-member), VcpeCommon.__init__] Instance of 'VcpeCommon' has no 'oom_mode' member vcpe/vcpecommon.py:42: [E1101(no-member), VcpeCommon.__init__] Instance of 'VcpeCommon' has no 'oom_mode' member vcpe/vcpecommon.py:43: [E1101(no-member), VcpeCommon.__init__] Instance of 'VcpeCommon' has no 'oom_mode' member vcpe/vcpecommon.py:44: [E1101(no-member), VcpeCommon.__init__] Instance of 'VcpeCommon' has no 'oom_mode' member vcpe/vcpecommon.py:46: [E1101(no-member), VcpeCommon.__init__] Instance of 'VcpeCommon' has no 'dcae_ves_collector_name' member vcpe/vcpecommon.py:50: [E1101(no-member), VcpeCommon.__init__] Instance of 'VcpeCommon' has no 'external_net_addr' member vcpe/vcpecommon.py:50: [E1101(no-member), VcpeCommon.__init__] Instance of 'VcpeCommon' has no 'external_net_prefix_len' member vcpe/vcpecommon.py:67: [E1101(no-member), VcpeCommon.__init__] Instance of 'VcpeCommon' has no 'cloud' member vcpe/vcpecommon.py:68: [E1101(no-member), VcpeCommon.__init__] Instance of 'VcpeCommon' has no 'cloud' member vcpe/vcpecommon.py:69: [E1101(no-member), VcpeCommon.__init__] Instance of 'VcpeCommon' has no 'common_preload_config' member vcpe/vcpecommon.py:69: [E1101(no-member), VcpeCommon.__init__] Instance of 'VcpeCommon' has no 'pub_key' member vcpe/vcpecommon.py:101: [E1101(no-member), VcpeCommon.__init__] Instance of 'VcpeCommon' has no 'oom_mode' member vcpe/vcpecommon.py:129: [E1101(no-member), VcpeCommon.__init__] Instance of 'VcpeCommon' has no 'oom_mode' member vcpe/vcpecommon.py:130: [E1101(no-member), VcpeCommon.__init__] Instance of 'VcpeCommon' has no 'oom_mode' member vcpe/vcpecommon.py:153: [E1101(no-member), VcpeCommon.__init__] Instance of 'VcpeCommon' has no 'cloud' member vcpe/vcpecommon.py:22: [R0915(too-many-statements), VcpeCommon.__init__] Too many statements (83/50) vcpe/vcpecommon.py:170: [W0703(broad-except), VcpeCommon._load_config] Catching too general exception Exception vcpe/vcpecommon.py:170: [C0103(invalid-name), VcpeCommon._load_config] Variable name "e" doesn't conform to snake_case naming style vcpe/vcpecommon.py:171: [W1201(logging-not-lazy), VcpeCommon._load_config] Specify string format arguments as logging function parameters vcpe/vcpecommon.py:174: [W1201(logging-not-lazy), VcpeCommon._load_config] Specify string format arguments as logging function parameters vcpe/vcpecommon.py:183: [C0103(invalid-name), VcpeCommon._load_config] Variable name "e" doesn't conform to snake_case naming style vcpe/vcpecommon.py:184: [W1201(logging-not-lazy), VcpeCommon._load_config] Specify string format arguments as logging function parameters vcpe/vcpecommon.py:191: [W1202(logging-format-interpolation), VcpeCommon.heatbridge] Use % formatting in logging functions and pass the % parameters as arguments vcpe/vcpecommon.py:192: [E1101(no-member), VcpeCommon.heatbridge] Instance of 'VcpeCommon' has no 'oom_mode' member vcpe/vcpecommon.py:208: [E1101(no-member), VcpeCommon.get_brg_mac_from_sdnc] Instance of 'VcpeCommon' has no 'oom_mode' member vcpe/vcpecommon.py:225: [C0103(invalid-name), VcpeCommon.get_brg_mac_from_sdnc] Variable name "ip" doesn't conform to snake_case naming style vcpe/vcpecommon.py:242: [C0116(missing-function-docstring), VcpeCommon.execute_cmds_mariadb] Missing function or method docstring vcpe/vcpecommon.py:247: [C0116(missing-function-docstring), VcpeCommon.execute_cmds_sdnc_db] Missing function or method docstring vcpe/vcpecommon.py:251: [C0116(missing-function-docstring), VcpeCommon.execute_cmds_so_db] Missing function or method docstring vcpe/vcpecommon.py:255: [C0116(missing-function-docstring), VcpeCommon.execute_cmds_db] Missing function or method docstring vcpe/vcpecommon.py:255: [R0913(too-many-arguments), VcpeCommon.execute_cmds_db] Too many arguments (7/5) vcpe/vcpecommon.py:283: [W1202(logging-format-interpolation), VcpeCommon.find_file] Use % formatting in logging functions and pass the % parameters as arguments vcpe/vcpecommon.py:288: [R1705(no-else-return), VcpeCommon.find_file] Unnecessary "else" after "return" vcpe/vcpecommon.py:291: [W1202(logging-format-interpolation), VcpeCommon.find_file] Use % formatting in logging functions and pass the % parameters as arguments vcpe/vcpecommon.py:304: [C0116(missing-function-docstring), VcpeCommon.set_network_name] Missing function or method docstring vcpe/vcpecommon.py:305: [E1101(no-member), VcpeCommon.set_network_name] Instance of 'VcpeCommon' has no 'cloud' member vcpe/vcpecommon.py:316: [E1101(no-member), VcpeCommon.set_subnet_name] Instance of 'VcpeCommon' has no 'cloud' member vcpe/vcpecommon.py:321: [R1705(no-else-return), VcpeCommon.set_subnet_name] Unnecessary "else" after "return" vcpe/vcpecommon.py:326: [W1201(logging-not-lazy), VcpeCommon.set_subnet_name] Specify string format arguments as logging function parameters vcpe/vcpecommon.py:329: [W1201(logging-not-lazy), VcpeCommon.set_subnet_name] Specify string format arguments as logging function parameters vcpe/vcpecommon.py:332: [C0116(missing-function-docstring), VcpeCommon.set_closed_loop_policy] Missing function or method docstring vcpe/vcpecommon.py:338: [C0103(invalid-name), VcpeCommon.set_closed_loop_policy] Variable name "f" doesn't conform to snake_case naming style vcpe/vcpecommon.py:342: [W1201(logging-not-lazy), VcpeCommon.set_closed_loop_policy] Specify string format arguments as logging function parameters vcpe/vcpecommon.py:350: [W1202(logging-format-interpolation), VcpeCommon.set_closed_loop_policy] Use % formatting in logging functions and pass the % parameters as arguments vcpe/vcpecommon.py:357: [C0103(invalid-name), VcpeCommon.set_closed_loop_policy] Variable name "e" doesn't conform to snake_case naming style vcpe/vcpecommon.py:358: [W1201(logging-not-lazy), VcpeCommon.set_closed_loop_policy] Specify string format arguments as logging function parameters vcpe/vcpecommon.py:358: [E1101(no-member), VcpeCommon.set_closed_loop_policy] Instance of 'ValueError' has no 'message' member vcpe/vcpecommon.py:377: [W1202(logging-format-interpolation), VcpeCommon.set_closed_loop_policy] Use % formatting in logging functions and pass the % parameters as arguments vcpe/vcpecommon.py:385: [W1201(logging-not-lazy), VcpeCommon.set_closed_loop_policy] Specify string format arguments as logging function parameters vcpe/vcpecommon.py:394: [W1202(logging-format-interpolation), VcpeCommon.set_closed_loop_policy] Use % formatting in logging functions and pass the % parameters as arguments vcpe/vcpecommon.py:399: [C0116(missing-function-docstring), VcpeCommon.is_node_in_aai] Missing function or method docstring vcpe/vcpecommon.py:409: [W1201(logging-not-lazy), VcpeCommon.is_node_in_aai] Specify string format arguments as logging function parameters vcpe/vcpecommon.py:416: [C0103(invalid-name), VcpeCommon.is_node_in_aai] Variable name "r" doesn't conform to snake_case naming style vcpe/vcpecommon.py:418: [W1201(logging-not-lazy), VcpeCommon.is_node_in_aai] Specify string format arguments as logging function parameters vcpe/vcpecommon.py:419: [W1201(logging-not-lazy), VcpeCommon.is_node_in_aai] Specify string format arguments as logging function parameters vcpe/vcpecommon.py:423: [C0103(invalid-name), VcpeCommon.extract_ip_from_str] Argument name "sz" doesn't conform to snake_case naming style vcpe/vcpecommon.py:430: [E0602(undefined-variable), VcpeCommon.extract_ip_from_str] Undefined variable 'unicode' vcpe/vcpecommon.py:432: [C0103(invalid-name), VcpeCommon.extract_ip_from_str] Variable name "ip" doesn't conform to snake_case naming style vcpe/vcpecommon.py:433: [E0602(undefined-variable), VcpeCommon.extract_ip_from_str] Undefined variable 'unicode' vcpe/vcpecommon.py:452: [W1202(logging-format-interpolation), VcpeCommon.get_pod_node_oam_ip] Use % formatting in logging functions and pass the % parameters as arguments vcpe/vcpecommon.py:457: [E0602(undefined-variable), VcpeCommon.get_pod_node_oam_ip] Undefined variable 'raw_input' vcpe/vcpecommon.py:475: [W1202(logging-format-interpolation), VcpeCommon.get_pod_node_public_ip] Use % formatting in logging functions and pass the % parameters as arguments vcpe/vcpecommon.py:479: [E0602(undefined-variable), VcpeCommon.get_pod_node_public_ip] Undefined variable 'raw_input' vcpe/vcpecommon.py:479: [E1101(no-member), VcpeCommon.get_pod_node_public_ip] Instance of 'VcpeCommon' has no 'external_net_addr' member vcpe/vcpecommon.py:482: [C0103(invalid-name), VcpeCommon.get_vm_public_ip_by_nova] Argument name "vm" doesn't conform to snake_case naming style vcpe/vcpecommon.py:488: [E1101(no-member), VcpeCommon.get_vm_public_ip_by_nova] Instance of 'VcpeCommon' has no 'external_net_addr' member vcpe/vcpecommon.py:488: [E1101(no-member), VcpeCommon.get_vm_public_ip_by_nova] Instance of 'VcpeCommon' has no 'external_net_prefix_len' member vcpe/vcpecommon.py:489: [E1101(no-member), VcpeCommon.get_vm_public_ip_by_nova] Instance of 'VcpeCommon' has no 'cloud' member vcpe/vcpecommon.py:489: [E1101(no-member), VcpeCommon.get_vm_public_ip_by_nova] Instance of 'VcpeCommon' has no 'cloud' member vcpe/vcpecommon.py:489: [E1101(no-member), VcpeCommon.get_vm_public_ip_by_nova] Instance of 'VcpeCommon' has no 'cloud' member vcpe/vcpecommon.py:489: [E1101(no-member), VcpeCommon.get_vm_public_ip_by_nova] Instance of 'VcpeCommon' has no 'cloud' member vcpe/vcpecommon.py:492: [C0103(invalid-name), VcpeCommon.get_vm_public_ip_by_nova] Variable name "v" doesn't conform to snake_case naming style vcpe/vcpecommon.py:493: [C0103(invalid-name), VcpeCommon.get_vm_public_ip_by_nova] Variable name "ip" doesn't conform to snake_case naming style vcpe/vcpecommon.py:492: [W0612(unused-variable), VcpeCommon.get_vm_public_ip_by_nova] Unused variable 'k' vcpe/vcpecommon.py:506: [E1101(no-member), VcpeCommon.get_vm_ip] Instance of 'VcpeCommon' has no 'external_net_addr' member vcpe/vcpecommon.py:509: [E1101(no-member), VcpeCommon.get_vm_ip] Instance of 'VcpeCommon' has no 'external_net_prefix_len' member vcpe/vcpecommon.py:511: [E1101(no-member), VcpeCommon.get_vm_ip] Instance of 'VcpeCommon' has no 'cloud' member vcpe/vcpecommon.py:517: [E1101(no-member), VcpeCommon.get_vm_ip] Instance of 'VcpeCommon' has no 'cpe_vm_prefix' member vcpe/vcpecommon.py:520: [E1101(no-member), VcpeCommon.get_vm_ip] Instance of 'VcpeCommon' has no 'oom_mode' member vcpe/vcpecommon.py:530: [C0116(missing-function-docstring), VcpeCommon.get_oom_onap_vm_ip] Missing function or method docstring vcpe/vcpecommon.py:532: [C0103(invalid-name), VcpeCommon.get_oom_onap_vm_ip] Variable name "vm" doesn't conform to snake_case naming style vcpe/vcpecommon.py:548: [E1101(no-member), VcpeCommon.get_k8s_service_cluster_ip] Instance of 'VcpeCommon' has no 'onap_namespace' member vcpe/vcpecommon.py:549: [C0103(invalid-name), VcpeCommon.get_k8s_service_cluster_ip] Variable name "e" doesn't conform to snake_case naming style vcpe/vcpecommon.py:550: [W1201(logging-not-lazy), VcpeCommon.get_k8s_service_cluster_ip] Specify string format arguments as logging function parameters vcpe/vcpecommon.py:569: [E1101(no-member), VcpeCommon.get_k8s_service_endpoint_info] Instance of 'VcpeCommon' has no 'onap_namespace' member vcpe/vcpecommon.py:570: [C0103(invalid-name), VcpeCommon.get_k8s_service_endpoint_info] Variable name "e" doesn't conform to snake_case naming style vcpe/vcpecommon.py:571: [W1201(logging-not-lazy), VcpeCommon.get_k8s_service_endpoint_info] Specify string format arguments as logging function parameters vcpe/vcpecommon.py:574: [R1705(no-else-return), VcpeCommon.get_k8s_service_endpoint_info] Unnecessary "elif" after "return" vcpe/vcpecommon.py:555: [R1710(inconsistent-return-statements), VcpeCommon.get_k8s_service_endpoint_info] Either all return statements in a function should return an expression, or none of them should. vcpe/vcpecommon.py:581: [C0116(missing-function-docstring), VcpeCommon.extract_vm_ip_as_dict] Missing function or method docstring vcpe/vcpecommon.py:588: [C0103(invalid-name), VcpeCommon.extract_vm_ip_as_dict] Variable name "ip" doesn't conform to snake_case naming style vcpe/vcpecommon.py:603: [C0103(invalid-name), VcpeCommon.remove_old_vms] Variable name "vm" doesn't conform to snake_case naming style vcpe/vcpecommon.py:593: [R0201(no-self-use), VcpeCommon.remove_old_vms] Method could be a function vcpe/vcpecommon.py:614: [C0116(missing-function-docstring), VcpeCommon.select_subset_vm_ip] Missing function or method docstring vcpe/vcpecommon.py:617: [C0103(invalid-name), VcpeCommon.select_subset_vm_ip] Variable name "vm" doesn't conform to snake_case naming style vcpe/vcpecommon.py:617: [C0103(invalid-name), VcpeCommon.select_subset_vm_ip] Variable name "ip" doesn't conform to snake_case naming style vcpe/vcpecommon.py:614: [R0201(no-self-use), VcpeCommon.select_subset_vm_ip] Method could be a function vcpe/vcpecommon.py:623: [C0116(missing-function-docstring), VcpeCommon.del_vgmux_ves_mode] Missing function or method docstring vcpe/vcpecommon.py:625: [C0103(invalid-name), VcpeCommon.del_vgmux_ves_mode] Variable name "r" doesn't conform to snake_case naming style vcpe/vcpecommon.py:628: [C0116(missing-function-docstring), VcpeCommon.del_vgmux_ves_collector] Missing function or method docstring vcpe/vcpecommon.py:630: [C0103(invalid-name), VcpeCommon.del_vgmux_ves_collector] Variable name "r" doesn't conform to snake_case naming style vcpe/vcpecommon.py:633: [C0116(missing-function-docstring), VcpeCommon.set_vgmux_ves_collector] Missing function or method docstring vcpe/vcpecommon.py:636: [E1101(no-member), VcpeCommon.set_vgmux_ves_collector] Instance of 'VcpeCommon' has no 'dcae_ves_collector_name' member vcpe/vcpecommon.py:637: [E1101(no-member), VcpeCommon.set_vgmux_ves_collector] Instance of 'VcpeCommon' has no 'oom_mode' member vcpe/vcpecommon.py:642: [C0103(invalid-name), VcpeCommon.set_vgmux_ves_collector] Variable name "r" doesn't conform to snake_case naming style vcpe/vcpecommon.py:645: [C0116(missing-function-docstring), VcpeCommon.set_vgmux_packet_loss_rate] Missing function or method docstring vcpe/vcpecommon.py:653: [C0103(invalid-name), VcpeCommon.set_vgmux_packet_loss_rate] Variable name "r" doesn't conform to snake_case naming style vcpe/vcpecommon.py:657: [C0103(invalid-name), VcpeCommon.get_vxlan_interfaces] Argument name "ip" doesn't conform to snake_case naming style vcpe/vcpecommon.py:657: [C0116(missing-function-docstring), VcpeCommon.get_vxlan_interfaces] Missing function or method docstring vcpe/vcpecommon.py:660: [C0103(invalid-name), VcpeCommon.get_vxlan_interfaces] Variable name "r" doesn't conform to snake_case naming style vcpe/vcpecommon.py:670: [C0116(missing-function-docstring), VcpeCommon.delete_vxlan_interfaces] Missing function or method docstring vcpe/vcpecommon.py:671: [C0103(invalid-name), VcpeCommon.delete_vxlan_interfaces] Variable name "ip" doesn't conform to snake_case naming style vcpe/vcpecommon.py:673: [W1202(logging-format-interpolation), VcpeCommon.delete_vxlan_interfaces] Use % formatting in logging functions and pass the % parameters as arguments vcpe/vcpecommon.py:678: [W1202(logging-format-interpolation), VcpeCommon.delete_vxlan_interfaces] Use % formatting in logging functions and pass the % parameters as arguments vcpe/vcpecommon.py:685: [W1202(logging-format-interpolation), VcpeCommon.delete_vxlan_interfaces] Use % formatting in logging functions and pass the % parameters as arguments vcpe/vcpecommon.py:690: [W1202(logging-format-interpolation), VcpeCommon.delete_vxlan_interfaces] Use % formatting in logging functions and pass the % parameters as arguments vcpe/vcpecommon.py:694: [W1202(logging-format-interpolation), VcpeCommon.delete_vxlan_interfaces] Use % formatting in logging functions and pass the % parameters as arguments vcpe/vcpecommon.py:698: [C0116(missing-function-docstring), VcpeCommon.save_object] Missing function or method docstring vcpe/vcpecommon.py:703: [C0116(missing-function-docstring), VcpeCommon.load_object] Missing function or method docstring vcpe/vcpecommon.py:708: [C0116(missing-function-docstring), VcpeCommon.increase_ip_address_or_vni_in_template] Missing function or method docstring vcpe/vcpecommon.py:716: [C0122(misplaced-comparison-constant), VcpeCommon.increase_ip_address_or_vni_in_template] Comparison should be number == 254 vcpe/vcpecommon.py:727: [C0116(missing-function-docstring), VcpeCommon.save_preload_data] Missing function or method docstring vcpe/vcpecommon.py:730: [C0116(missing-function-docstring), VcpeCommon.load_preload_data] Missing function or method docstring vcpe/vcpecommon.py:733: [C0116(missing-function-docstring), VcpeCommon.save_vgmux_vnf_name] Missing function or method docstring vcpe/vcpecommon.py:736: [C0116(missing-function-docstring), VcpeCommon.load_vgmux_vnf_name] Missing function or method docstring vcpe/vcpecommon.py:20: [R0904(too-many-public-methods), VcpeCommon] Too many public methods (36/20) vcpe/vcpecommon.py:13: [C0411(wrong-import-order), ] standard import "import commands" should be placed before "import mysql.connector" vcpe/vcpecommon.py:14: [C0411(wrong-import-order), ] standard import "import time" should be placed before "import mysql.connector" ************* Module vcpe.preload vcpe/preload.py:168: [E0001(syntax-error), ] inconsistent use of tabs and spaces in indentation (, line 168) ************* Module vcpe.cleanvGMUX vcpe/cleanvGMUX.py:35: [C0303(trailing-whitespace), ] Trailing whitespace vcpe/cleanvGMUX.py:36: [C0303(trailing-whitespace), ] Trailing whitespace vcpe/cleanvGMUX.py:41: [C0303(trailing-whitespace), ] Trailing whitespace vcpe/cleanvGMUX.py:42: [C0303(trailing-whitespace), ] Trailing whitespace vcpe/cleanvGMUX.py:55: [C0303(trailing-whitespace), ] Trailing whitespace vcpe/cleanvGMUX.py:1: [C0103(invalid-name), ] Module name "cleanvGMUX" doesn't conform to snake_case naming style vcpe/cleanvGMUX.py:1: [C0114(missing-module-docstring), ] Missing module docstring vcpe/cleanvGMUX.py:5: [E0401(import-error), ] Unable to import 'requests' vcpe/cleanvGMUX.py:10: [C0103(invalid-name), ] Constant name "gmux_ip" doesn't conform to UPPER_CASE naming style vcpe/cleanvGMUX.py:12: [C0103(invalid-name), ] Constant name "logger" doesn't conform to UPPER_CASE naming style vcpe/cleanvGMUX.py:13: [C0103(invalid-name), ] Constant name "headers" doesn't conform to UPPER_CASE naming style vcpe/cleanvGMUX.py:14: [C0103(invalid-name), ] Constant name "auth" doesn't conform to UPPER_CASE naming style vcpe/cleanvGMUX.py:15: [C0103(invalid-name), ] Constant name "base_url" doesn't conform to UPPER_CASE naming style vcpe/cleanvGMUX.py:17: [C0116(missing-function-docstring), list_interface] Missing function or method docstring vcpe/cleanvGMUX.py:20: [C0103(invalid-name), list_interface] Variable name "r" doesn't conform to snake_case naming style vcpe/cleanvGMUX.py:28: [C0116(missing-function-docstring), clean_gmux] Missing function or method docstring vcpe/cleanvGMUX.py:30: [C0103(invalid-name), clean_gmux] Variable name "r" doesn't conform to snake_case naming style vcpe/cleanvGMUX.py:37: [W1202(logging-format-interpolation), clean_gmux] Use % formatting in logging functions and pass the % parameters as arguments vcpe/cleanvGMUX.py:43: [W1202(logging-format-interpolation), clean_gmux] Use % formatting in logging functions and pass the % parameters as arguments vcpe/cleanvGMUX.py:46: [C0116(missing-function-docstring), delete_interface_v3po_l2] Missing function or method docstring vcpe/cleanvGMUX.py:48: [C0103(invalid-name), delete_interface_v3po_l2] Variable name "r" doesn't conform to snake_case naming style vcpe/cleanvGMUX.py:51: [C0116(missing-function-docstring), delete_interface] Missing function or method docstring vcpe/cleanvGMUX.py:53: [C0103(invalid-name), delete_interface] Variable name "r" doesn't conform to snake_case naming style vcpe/cleanvGMUX.py:57: [C0103(invalid-name), ] Constant name "gmux_ip" doesn't conform to UPPER_CASE naming style vcpe/cleanvGMUX.py:58: [C0103(invalid-name), ] Constant name "base_url" doesn't conform to UPPER_CASE naming style vcpe/cleanvGMUX.py:7: [W0611(unused-import), ] Unused datetime imported from datetime vcpe/cleanvGMUX.py:8: [W0611(unused-import), ] Unused import time vcpe/cleanvGMUX.py:6: [C0411(wrong-import-order), ] standard import "import json" should be placed before "import requests" vcpe/cleanvGMUX.py:7: [C0411(wrong-import-order), ] standard import "from datetime import datetime" should be placed before "import requests" vcpe/cleanvGMUX.py:8: [C0411(wrong-import-order), ] standard import "import time" should be placed before "import requests" ************* Module vcpe.get_info vcpe/get_info.py:22: [C0326(bad-whitespace), ] Exactly one space required after comma parser.add_argument('--config',help='Configuration file path',default=None) ^ vcpe/get_info.py:22: [C0326(bad-whitespace), ] Exactly one space required after comma parser.add_argument('--config',help='Configuration file path',default=None) ^ vcpe/get_info.py:26: [C0326(bad-whitespace), ] Exactly one space required around assignment nodes=['brg', 'bng', 'mux', 'dhcp'] ^ vcpe/get_info.py:33: [C0305(trailing-newlines), ] Trailing newlines vcpe/get_info.py:1: [C0114(missing-module-docstring), ] Missing module docstring vcpe/get_info.py:6: [E0401(import-error), ] Unable to import 'mysql.connector' vcpe/get_info.py:11: [W0401(wildcard-import), ] Wildcard import vcpecommon vcpe/get_info.py:12: [E0001(syntax-error), ] Cannot import 'preload' due to syntax error 'inconsistent use of tabs and spaces in indentation (, line 168)' vcpe/get_info.py:20: [C0103(invalid-name), ] Constant name "parser" doesn't conform to UPPER_CASE naming style vcpe/get_info.py:23: [C0103(invalid-name), ] Constant name "args" doesn't conform to UPPER_CASE naming style vcpe/get_info.py:25: [C0103(invalid-name), ] Constant name "vcpecommon" doesn't conform to UPPER_CASE naming style vcpe/get_info.py:26: [C0103(invalid-name), ] Constant name "nodes" doesn't conform to UPPER_CASE naming style vcpe/get_info.py:27: [C0103(invalid-name), ] Constant name "hosts" doesn't conform to UPPER_CASE naming style vcpe/get_info.py:3: [W0611(unused-import), ] Unused import time vcpe/get_info.py:6: [W0611(unused-import), ] Unused import mysql.connector vcpe/get_info.py:7: [W0611(unused-import), ] Unused import ipaddress vcpe/get_info.py:8: [W0611(unused-import), ] Unused import re vcpe/get_info.py:9: [W0611(unused-import), ] Unused import sys vcpe/get_info.py:10: [W0611(unused-import), ] Unused import base64 vcpe/get_info.py:11: [W0614(unused-wildcard-import), ] Unused import mysql from wildcard import vcpe/get_info.py:11: [W0614(unused-wildcard-import), ] Unused import os from wildcard import vcpe/get_info.py:11: [W0614(unused-wildcard-import), ] Unused import pickle from wildcard import vcpe/get_info.py:11: [W0614(unused-wildcard-import), ] Unused import requests from wildcard import vcpe/get_info.py:11: [W0614(unused-wildcard-import), ] Unused import commands from wildcard import vcpe/get_info.py:11: [W0614(unused-wildcard-import), ] Unused import yaml from wildcard import vcpe/get_info.py:11: [W0614(unused-wildcard-import), ] Unused import openstackclient from wildcard import vcpe/get_info.py:11: [W0614(unused-wildcard-import), ] Unused import client from wildcard import vcpe/get_info.py:11: [W0614(unused-wildcard-import), ] Unused import config from wildcard import vcpe/get_info.py:11: [W0614(unused-wildcard-import), ] Unused import IPAddress from wildcard import vcpe/get_info.py:11: [W0614(unused-wildcard-import), ] Unused import IPNetwork from wildcard import vcpe/get_info.py:12: [W0611(unused-import), ] Unused import preload vcpe/get_info.py:13: [W0611(unused-import), ] Unused import vcpe_custom_service vcpe/get_info.py:7: [C0411(wrong-import-order), ] standard import "import ipaddress" should be placed before "import mysql.connector" vcpe/get_info.py:8: [C0411(wrong-import-order), ] standard import "import re" should be placed before "import mysql.connector" vcpe/get_info.py:9: [C0411(wrong-import-order), ] standard import "import sys" should be placed before "import mysql.connector" vcpe/get_info.py:10: [C0411(wrong-import-order), ] standard import "import base64" should be placed before "import mysql.connector" vcpe/get_info.py:14: [C0411(wrong-import-order), ] standard import "import argparse" should be placed before "import mysql.connector" ************* Module vcpe.csar_parser vcpe/csar_parser.py:1: [C0114(missing-module-docstring), ] Missing module docstring vcpe/csar_parser.py:6: [E0401(import-error), ] Unable to import 'yaml' vcpe/csar_parser.py:11: [C0115(missing-class-docstring), CsarParser] Missing class docstring vcpe/csar_parser.py:39: [W1201(logging-not-lazy), CsarParser.get_service_yaml_from_csar] Specify string format arguments as logging function parameters vcpe/csar_parser.py:119: [C0103(invalid-name), CsarParser.get_vnf_and_network_model_info] Variable name "v" doesn't conform to snake_case naming style vcpe/csar_parser.py:131: [W1201(logging-not-lazy), CsarParser.get_vnf_and_network_model_info] Specify string format arguments as logging function parameters vcpe/csar_parser.py:136: [W1201(logging-not-lazy), CsarParser.get_vnf_and_network_model_info] Specify string format arguments as logging function parameters vcpe/csar_parser.py:140: [W1201(logging-not-lazy), CsarParser.get_vnf_and_network_model_info] Specify string format arguments as logging function parameters vcpe/csar_parser.py:181: [C0103(invalid-name), CsarParser.get_vfmodule_model_info] Variable name "v" doesn't conform to snake_case naming style vcpe/csar_parser.py:193: [W1201(logging-not-lazy), CsarParser.get_vfmodule_model_info] Specify string format arguments as logging function parameters vcpe/csar_parser.py:181: [W0612(unused-variable), CsarParser.get_vfmodule_model_info] Unused variable 'node_name' vcpe/csar_parser.py:195: [C0116(missing-function-docstring), CsarParser.parse_service_yaml] Missing function or method docstring vcpe/csar_parser.py:202: [E0602(undefined-variable), CsarParser.parse_service_yaml] Undefined variable 'file' vcpe/csar_parser.py:209: [C0116(missing-function-docstring), CsarParser.parse_csar] Missing function or method docstring vcpe/csar_parser.py:209: [R1710(inconsistent-return-statements), CsarParser.parse_csar] Either all return statements in a function should return an expression, or none of them should. vcpe/csar_parser.py:214: [C0116(missing-function-docstring), CsarParser.print_models] Missing function or method docstring vcpe/csar_parser.py:230: [C0116(missing-function-docstring), CsarParser.test] Missing function or method docstring vcpe/csar_parser.py:7: [C0411(wrong-import-order), ] standard import "import json" should be placed before "import yaml" vcpe/csar_parser.py:8: [C0411(wrong-import-order), ] standard import "import logging" should be placed before "import yaml" ************* Module vcpe.sdcutils vcpe/sdcutils.py:21: [C0303(trailing-whitespace), ] Trailing whitespace vcpe/sdcutils.py:26: [C0301(line-too-long), ] Line too long (137/120) vcpe/sdcutils.py:32: [C0326(bad-whitespace), ] No space allowed before bracket self.logger.debug('response code = %s' % r.status_code ) ^ vcpe/sdcutils.py:37: [C0301(line-too-long), ] Line too long (152/120) vcpe/sdcutils.py:51: [C0301(line-too-long), ] Line too long (144/120) vcpe/sdcutils.py:62: [C0301(line-too-long), ] Line too long (140/120) vcpe/sdcutils.py:67: [C0326(bad-whitespace), ] No space allowed before bracket self.logger.debug('response code = %s' % resp.status_code ) ^ vcpe/sdcutils.py:82: [C0301(line-too-long), ] Line too long (167/120) vcpe/sdcutils.py:85: [C0326(bad-whitespace), ] No space allowed before bracket self.logger.debug('response code = %s' % resp.status_code ) ^ vcpe/sdcutils.py:89: [C0305(trailing-newlines), ] Trailing newlines vcpe/sdcutils.py:1: [C0114(missing-module-docstring), ] Missing module docstring vcpe/sdcutils.py:5: [E0401(import-error), ] Unable to import 'requests' vcpe/sdcutils.py:7: [W0401(wildcard-import), ] Wildcard import vcpecommon vcpe/sdcutils.py:10: [C0115(missing-class-docstring), SdcUtils] Missing class docstring vcpe/sdcutils.py:26: [C0103(invalid-name), SdcUtils.download_vcpe_service_template] Variable name "r" doesn't conform to snake_case naming style vcpe/sdcutils.py:32: [W1201(logging-not-lazy), SdcUtils.download_vcpe_service_template] Specify string format arguments as logging function parameters vcpe/sdcutils.py:38: [W1201(logging-not-lazy), SdcUtils.download_vcpe_service_template] Specify string format arguments as logging function parameters vcpe/sdcutils.py:41: [C0103(invalid-name), SdcUtils.get_filename_from_cd] Argument name "cd" doesn't conform to snake_case naming style vcpe/sdcutils.py:46: [W1201(logging-not-lazy), SdcUtils.get_filename_from_cd] Specify string format arguments as logging function parameters vcpe/sdcutils.py:49: [C0116(missing-function-docstring), SdcUtils.download_file] Missing function or method docstring vcpe/sdcutils.py:55: [C0103(invalid-name), SdcUtils.create_allotted_resource_subcategory] Argument name "newSubcategory" doesn't conform to snake_case naming style vcpe/sdcutils.py:67: [W1201(logging-not-lazy), SdcUtils.create_allotted_resource_subcategory] Specify string format arguments as logging function parameters vcpe/sdcutils.py:76: [W1201(logging-not-lazy), SdcUtils.create_allotted_resource_subcategory] Specify string format arguments as logging function parameters vcpe/sdcutils.py:78: [W1201(logging-not-lazy), SdcUtils.create_allotted_resource_subcategory] Specify string format arguments as logging function parameters vcpe/sdcutils.py:85: [W1201(logging-not-lazy), SdcUtils.create_allotted_resource_subcategory] Specify string format arguments as logging function parameters vcpe/sdcutils.py:3: [W0611(unused-import), ] Unused import sys vcpe/sdcutils.py:7: [W0614(unused-wildcard-import), ] Unused import os from wildcard import vcpe/sdcutils.py:7: [W0614(unused-wildcard-import), ] Unused import pickle from wildcard import vcpe/sdcutils.py:7: [W0614(unused-wildcard-import), ] Unused import ipaddress from wildcard import vcpe/sdcutils.py:7: [W0614(unused-wildcard-import), ] Unused import mysql from wildcard import vcpe/sdcutils.py:7: [W0614(unused-wildcard-import), ] Unused import commands from wildcard import vcpe/sdcutils.py:7: [W0614(unused-wildcard-import), ] Unused import time from wildcard import vcpe/sdcutils.py:7: [W0614(unused-wildcard-import), ] Unused import yaml from wildcard import vcpe/sdcutils.py:7: [W0614(unused-wildcard-import), ] Unused import VcpeCommon from wildcard import vcpe/sdcutils.py:7: [W0614(unused-wildcard-import), ] Unused import openstackclient from wildcard import vcpe/sdcutils.py:7: [W0614(unused-wildcard-import), ] Unused import client from wildcard import vcpe/sdcutils.py:7: [W0614(unused-wildcard-import), ] Unused import config from wildcard import vcpe/sdcutils.py:7: [W0614(unused-wildcard-import), ] Unused import IPAddress from wildcard import vcpe/sdcutils.py:7: [W0614(unused-wildcard-import), ] Unused import IPNetwork from wildcard import vcpe/sdcutils.py:6: [C0411(wrong-import-order), ] standard import "import json" should be placed before "import requests" ************* Module vcpe.soutils vcpe/soutils.py:124: [E0001(syntax-error), ] inconsistent use of tabs and spaces in indentation (, line 124) ************* Module vcpe.loop vcpe/loop.py:23: [C0326(bad-whitespace), ] Exactly one space required after comma parser.add_argument('--config',help='Configuration file path',default=None) ^ vcpe/loop.py:23: [C0326(bad-whitespace), ] Exactly one space required after comma parser.add_argument('--config',help='Configuration file path',default=None) ^ vcpe/loop.py:29: [C0326(bad-whitespace), ] Exactly one space required around assignment nodes=['mux'] ^ vcpe/loop.py:1: [C0114(missing-module-docstring), ] Missing module docstring vcpe/loop.py:6: [E0401(import-error), ] Unable to import 'mysql.connector' vcpe/loop.py:11: [W0401(wildcard-import), ] Wildcard import vcpecommon vcpe/loop.py:12: [E0001(syntax-error), ] Cannot import 'preload' due to syntax error 'inconsistent use of tabs and spaces in indentation (, line 168)' vcpe/loop.py:13: [E0401(import-error), ] Unable to import 'commands' vcpe/loop.py:21: [C0103(invalid-name), ] Constant name "parser" doesn't conform to UPPER_CASE naming style vcpe/loop.py:24: [C0103(invalid-name), ] Constant name "args" doesn't conform to UPPER_CASE naming style vcpe/loop.py:26: [C0103(invalid-name), ] Constant name "cpecommon" doesn't conform to UPPER_CASE naming style vcpe/loop.py:27: [C0103(invalid-name), ] Constant name "custom" doesn't conform to UPPER_CASE naming style vcpe/loop.py:29: [C0103(invalid-name), ] Constant name "nodes" doesn't conform to UPPER_CASE naming style vcpe/loop.py:30: [C0103(invalid-name), ] Constant name "hosts" doesn't conform to UPPER_CASE naming style vcpe/loop.py:32: [E1101(no-member), ] Instance of 'CustomService' has no 'del_vgmux_ves_mode' member vcpe/loop.py:34: [E1101(no-member), ] Instance of 'CustomService' has no 'del_vgmux_ves_collector' member vcpe/loop.py:39: [E1101(no-member), ] Instance of 'CustomService' has no 'set_vgmux_ves_collector' member vcpe/loop.py:41: [C0103(invalid-name), ] Constant name "vgmux_vnf_name" doesn't conform to UPPER_CASE naming style vcpe/loop.py:44: [E1101(no-member), ] Instance of 'CustomService' has no 'set_vgmux_packet_loss_rate' member vcpe/loop.py:5: [W0611(unused-import), ] Unused import json vcpe/loop.py:6: [W0611(unused-import), ] Unused import mysql.connector vcpe/loop.py:7: [W0611(unused-import), ] Unused import ipaddress vcpe/loop.py:8: [W0611(unused-import), ] Unused import re vcpe/loop.py:9: [W0611(unused-import), ] Unused import sys vcpe/loop.py:10: [W0611(unused-import), ] Unused import base64 vcpe/loop.py:11: [W0614(unused-wildcard-import), ] Unused import mysql from wildcard import vcpe/loop.py:11: [W0614(unused-wildcard-import), ] Unused import commands from wildcard import vcpe/loop.py:11: [W0614(unused-wildcard-import), ] Unused import os from wildcard import vcpe/loop.py:11: [W0614(unused-wildcard-import), ] Unused import pickle from wildcard import vcpe/loop.py:11: [W0614(unused-wildcard-import), ] Unused import requests from wildcard import vcpe/loop.py:11: [W0614(unused-wildcard-import), ] Unused import yaml from wildcard import vcpe/loop.py:11: [W0614(unused-wildcard-import), ] Unused import openstackclient from wildcard import vcpe/loop.py:11: [W0614(unused-wildcard-import), ] Unused import client from wildcard import vcpe/loop.py:11: [W0614(unused-wildcard-import), ] Unused import config from wildcard import vcpe/loop.py:11: [W0614(unused-wildcard-import), ] Unused import IPAddress from wildcard import vcpe/loop.py:11: [W0614(unused-wildcard-import), ] Unused import IPNetwork from wildcard import vcpe/loop.py:12: [W0611(unused-import), ] Unused import preload vcpe/loop.py:7: [C0411(wrong-import-order), ] standard import "import ipaddress" should be placed before "import mysql.connector" vcpe/loop.py:8: [C0411(wrong-import-order), ] standard import "import re" should be placed before "import mysql.connector" vcpe/loop.py:9: [C0411(wrong-import-order), ] standard import "import sys" should be placed before "import mysql.connector" vcpe/loop.py:10: [C0411(wrong-import-order), ] standard import "import base64" should be placed before "import mysql.connector" vcpe/loop.py:13: [C0411(wrong-import-order), ] standard import "import commands" should be placed before "import mysql.connector" vcpe/loop.py:15: [C0411(wrong-import-order), ] standard import "import argparse" should be placed before "import mysql.connector" ************* Module vcpe.vcpe_custom_service vcpe/vcpe_custom_service.py:74: [C0326(bad-whitespace), ] Exactly one space required before assignment self.vgw_vfmod_name_index= self.vcpecommon.load_object(self.vcpecommon.vgw_vfmod_name_index_file) ^ vcpe/vcpe_custom_service.py:75: [C0326(bad-whitespace), ] Exactly one space required around assignment self.vgw_vfmod_name_index=self.vgw_vfmod_name_index + 1 ^ vcpe/vcpe_custom_service.py:76: [C0326(bad-whitespace), ] Exactly one space required after comma self.vcpecommon.save_object(self.vgw_vfmod_name_index,self.vcpecommon.vgw_vfmod_name_index_file) ^ vcpe/vcpe_custom_service.py:80: [C0326(bad-whitespace), ] Exactly one space required after comma parameters_to_change = ['vgw_private_ip_0', 'vgw_private_ip_1', 'vgw_private_ip_2','vg_vgmux_tunnel_vni'] ^ vcpe/vcpe_custom_service.py:84: [C0301(line-too-long), ] Line too long (132/120) vcpe/vcpe_custom_service.py:1: [C0114(missing-module-docstring), ] Missing module docstring vcpe/vcpe_custom_service.py:4: [E0401(import-error), ] Unable to import 'requests' vcpe/vcpe_custom_service.py:6: [W0401(wildcard-import), ] Wildcard import vcpecommon vcpe/vcpe_custom_service.py:8: [E0001(syntax-error), ] Cannot import 'soutils' due to syntax error 'inconsistent use of tabs and spaces in indentation (, line 124)' vcpe/vcpe_custom_service.py:10: [E0001(syntax-error), ] Cannot import 'preload' due to syntax error 'inconsistent use of tabs and spaces in indentation (, line 168)' vcpe/vcpe_custom_service.py:14: [C0115(missing-class-docstring), CustomService] Missing class docstring vcpe/vcpe_custom_service.py:20: [C0116(missing-function-docstring), CustomService.del_all_vgw_stacks] Missing function or method docstring vcpe/vcpe_custom_service.py:31: [W1201(logging-not-lazy), CustomService.del_all_vgw_stacks] Specify string format arguments as logging function parameters vcpe/vcpe_custom_service.py:38: [C0116(missing-function-docstring), CustomService.clean_up_sdnc] Missing function or method docstring vcpe/vcpe_custom_service.py:41: [W1201(logging-not-lazy), CustomService.clean_up_sdnc] Specify string format arguments as logging function parameters vcpe/vcpe_custom_service.py:44: [C0116(missing-function-docstring), CustomService.print_success_info] Missing function or method docstring vcpe/vcpe_custom_service.py:69: [C0116(missing-function-docstring), CustomService.create_custom_service] Missing function or method docstring vcpe/vcpe_custom_service.py:87: [C0103(invalid-name), CustomService.create_custom_service] Variable name "so" doesn't conform to snake_case naming style vcpe/vcpe_custom_service.py:74: [W0201(attribute-defined-outside-init), CustomService.create_custom_service] Attribute 'vgw_vfmod_name_index' defined outside __init__ vcpe/vcpe_custom_service.py:75: [W0201(attribute-defined-outside-init), CustomService.create_custom_service] Attribute 'vgw_vfmod_name_index' defined outside __init__ vcpe/vcpe_custom_service.py:5: [W0611(unused-import), ] Unused import time vcpe/vcpe_custom_service.py:6: [W0614(unused-wildcard-import), ] Unused import pickle from wildcard import vcpe/vcpe_custom_service.py:6: [W0614(unused-wildcard-import), ] Unused import re from wildcard import vcpe/vcpe_custom_service.py:6: [W0614(unused-wildcard-import), ] Unused import sys from wildcard import vcpe/vcpe_custom_service.py:6: [W0614(unused-wildcard-import), ] Unused import ipaddress from wildcard import vcpe/vcpe_custom_service.py:6: [W0614(unused-wildcard-import), ] Unused import mysql from wildcard import vcpe/vcpe_custom_service.py:6: [W0614(unused-wildcard-import), ] Unused import commands from wildcard import vcpe/vcpe_custom_service.py:6: [W0614(unused-wildcard-import), ] Unused import yaml from wildcard import vcpe/vcpe_custom_service.py:6: [W0614(unused-wildcard-import), ] Unused import VcpeCommon from wildcard import vcpe/vcpe_custom_service.py:6: [W0614(unused-wildcard-import), ] Unused import openstackclient from wildcard import vcpe/vcpe_custom_service.py:6: [W0614(unused-wildcard-import), ] Unused import client from wildcard import vcpe/vcpe_custom_service.py:6: [W0614(unused-wildcard-import), ] Unused import config from wildcard import vcpe/vcpe_custom_service.py:6: [W0614(unused-wildcard-import), ] Unused import IPAddress from wildcard import vcpe/vcpe_custom_service.py:6: [W0614(unused-wildcard-import), ] Unused import IPNetwork from wildcard import vcpe/vcpe_custom_service.py:5: [C0411(wrong-import-order), ] standard import "import time" should be placed before "import requests" vcpe/vcpe_custom_service.py:7: [C0411(wrong-import-order), ] standard import "from datetime import datetime" should be placed before "import requests" vcpe/vcpe_custom_service.py:9: [C0411(wrong-import-order), ] standard import "import logging" should be placed before "import requests" vcpe/vcpe_custom_service.py:11: [C0411(wrong-import-order), ] standard import "import json" should be placed before "import requests" ************* Module s3p.generator.locustfile s3p/generator/locustfile.py:29: [E0001(syntax-error), ] inconsistent use of tabs and spaces in indentation (, line 29) ************* Module s3p.collector.get_resource_stats s3p/collector/get_resource_stats.py:74: [W1401(anomalous-backslash-in-string), ] Anomalous backslash in string: '\.'. String constant might be missing an r prefix. s3p/collector/get_resource_stats.py:77: [W1401(anomalous-backslash-in-string), ] Anomalous backslash in string: '\.'. String constant might be missing an r prefix. s3p/collector/get_resource_stats.py:23: [C0303(trailing-whitespace), ] Trailing whitespace s3p/collector/get_resource_stats.py:42: [C0303(trailing-whitespace), ] Trailing whitespace s3p/collector/get_resource_stats.py:66: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment file.write(json.dumps(data, default = myconverter) + "\n") ^ s3p/collector/get_resource_stats.py:83: [C0303(trailing-whitespace), ] Trailing whitespace s3p/collector/get_resource_stats.py:1: [C0114(missing-module-docstring), ] Missing module docstring s3p/collector/get_resource_stats.py:8: [E0401(import-error), ] Unable to import 'tzlocal' s3p/collector/get_resource_stats.py:12: [E0401(import-error), ] Unable to import 'docker_util' s3p/collector/get_resource_stats.py:12: [C0413(wrong-import-position), ] Import "import docker_util" should be placed at the top of the module s3p/collector/get_resource_stats.py:23: [C0116(missing-function-docstring), aai1] Missing function or method docstring s3p/collector/get_resource_stats.py:27: [C0116(missing-function-docstring), aai2] Missing function or method docstring s3p/collector/get_resource_stats.py:31: [C0103(invalid-name), so] Function name "so" doesn't conform to snake_case naming style s3p/collector/get_resource_stats.py:31: [C0116(missing-function-docstring), so] Missing function or method docstring s3p/collector/get_resource_stats.py:35: [C0116(missing-function-docstring), sdnc] Missing function or method docstring s3p/collector/get_resource_stats.py:39: [C0103(invalid-name), run] Argument name "ip" doesn't conform to snake_case naming style s3p/collector/get_resource_stats.py:39: [C0116(missing-function-docstring), run] Missing function or method docstring s3p/collector/get_resource_stats.py:43: [C0103(invalid-name), run] Variable name "c" doesn't conform to snake_case naming style s3p/collector/get_resource_stats.py:69: [C0103(invalid-name), myconverter] Argument name "o" doesn't conform to snake_case naming style s3p/collector/get_resource_stats.py:69: [C0116(missing-function-docstring), myconverter] Missing function or method docstring s3p/collector/get_resource_stats.py:69: [R1710(inconsistent-return-statements), myconverter] Either all return statements in a function should return an expression, or none of them should. s3p/collector/get_resource_stats.py:73: [C0103(invalid-name), get_percent_number] Argument name "s" doesn't conform to snake_case naming style s3p/collector/get_resource_stats.py:73: [C0116(missing-function-docstring), get_percent_number] Missing function or method docstring s3p/collector/get_resource_stats.py:76: [C0103(invalid-name), get_memory_number] Argument name "s" doesn't conform to snake_case naming style s3p/collector/get_resource_stats.py:76: [C0116(missing-function-docstring), get_memory_number] Missing function or method docstring s3p/collector/get_resource_stats.py:77: [C0103(invalid-name), get_memory_number] Variable name "f" doesn't conform to snake_case naming style s3p/collector/get_resource_stats.py:79: [C0103(invalid-name), get_memory_number] Variable name "f" doesn't conform to snake_case naming style s3p/collector/get_resource_stats.py:82: [C0103(invalid-name), ] Constant name "file" doesn't conform to UPPER_CASE naming style s3p/collector/get_resource_stats.py:9: [W0611(unused-import), ] Unused Decimal imported from decimal s3p/collector/get_resource_stats.py:9: [C0411(wrong-import-order), ] standard import "from decimal import Decimal" should be placed before "import tzlocal" ************* Module s3p.util.docker_util s3p/util/docker_util.py:38: [E0001(syntax-error), ] Missing parentheses in call to 'print'. Did you mean print(error)? (, line 38) ************* Module hpa_automation.heat.insert_policy_models_heat hpa_automation/heat/insert_policy_models_heat.py:3: [C0303(trailing-whitespace), ] Trailing whitespace hpa_automation/heat/insert_policy_models_heat.py:5: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). host= sys.argv[1], ^ | hpa_automation/heat/insert_policy_models_heat.py:5: [C0326(bad-whitespace), ] No space allowed after keyword argument assignment host= sys.argv[1], ^ hpa_automation/heat/insert_policy_models_heat.py:6: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). user= sys.argv[2], ^ | hpa_automation/heat/insert_policy_models_heat.py:6: [C0326(bad-whitespace), ] No space allowed after keyword argument assignment user= sys.argv[2], ^ hpa_automation/heat/insert_policy_models_heat.py:7: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). passwd= sys.argv[3], ^ | hpa_automation/heat/insert_policy_models_heat.py:7: [C0326(bad-whitespace), ] No space allowed after keyword argument assignment passwd= sys.argv[3], ^ hpa_automation/heat/insert_policy_models_heat.py:8: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). database="onap_sdk", ^ | hpa_automation/heat/insert_policy_models_heat.py:10: [C0303(trailing-whitespace), ] Trailing whitespace hpa_automation/heat/insert_policy_models_heat.py:13: [C0301(line-too-long), ] Line too long (232/120) hpa_automation/heat/insert_policy_models_heat.py:15: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). ('hpaPolicy', 'HPA Tests Model', '[]', 'demo', 'identity=string:defaultValue-null:required-true:MANY-false:description-null', 'policyScope=MANY-true,policyType=POLICYTYPE:MANY-false,resources=MANY-true,flavorFeatures=flavorFeatures_properties:MANY-true:description-null', '{"directives_properties":{"attributes":"directives_attributes_properties:required-false:MANY-true:description-null","type":"string:defaultValue-null:required-false:MANY-false:description-null"},"directives_attributes_properties":{"attribute_name":"string:defaultValue-null:required-false:MANY-false:description-null","attribute_value":"string:defaultValue-null:required-false:MANY-false:description-null"},"flavorProperties_properties":{"score":"string:defaultValue-null:required-false:MANY-false:description-null","hpa-feature-attributes":"hpa-feature-attributes_properties:required-true:MANY-true:description-null","directives":"directives_properties:required-true:MANY-true:description-null","hpa-version":"string:defaultValue-null:required-true:MANY-false:description-null","hpa-feature":"string:defaultValue-null:required-true:MANY-false:description-null","mandatory":"string:defaultValue-null:required-true:MANY-false:description-null","architecture":"string:defaultValue-null:required-true:MANY-false:description-null"},"flavorFeatures_properties":{"directives":"directives_properties:required-true:MANY-true:description-null","flavorProperties":"flavorProperties_properties:required-true:MANY-true:description-null","id":"string:defaultValue-null:required-true:MANY-false:description-null","type":"string:defaultValue-null:required-true:MANY-false:description-null"},"hpa-feature-attributes_properties":{"unit":"string:defaultValue-null:required-false:MANY-false:description-null","hpa-attribute-value":"string:defaultValue-null:required-true:MANY-false:description-null","hpa-attribute-key":"string:defaultValue-null:required-true:MANY-false:description-null","operator":"OPERATOR:defaultValue-null:required-false:MANY-false:description-null"}}', 'test1', 'policyScope=matching-true, policyType=matching-true', 'OPERATOR=[<,,>equal-sign,equal-sign,!equal-sign,any,all,subset,], POLICYTYPE=[hpa,]', '""'), ^ | hpa_automation/heat/insert_policy_models_heat.py:15: [C0301(line-too-long), ] Line too long (2201/120) hpa_automation/heat/insert_policy_models_heat.py:16: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). ('distancePolicy', 'distancePolicy', '[]', 'demo', 'identity=string:defaultValue-null:required-true:MANY-false:description-null', 'policyScope=MANY-true,distanceProperties=distanceProperties_properties:MANY-false:description-null,policyType=POLICYTYPE:MANY-false,resources=MANY-true,applicableResources=APPLICABLERESOURCES:MANY-false', '{"distanceProperties_properties":{"locationInfo":"string:defaultValue-null:required-true:MANY-false:description-null","distance":"distance_properties:required-true:MANY-false:description-null"},"distance_properties":{"unit":"UNIT:defaultValue-null:required-true:MANY-false:description-null","value":"string:defaultValue-null:required-true:MANY-false:description-null","operator":"OPERATOR:defaultValue-null:required-true:MANY-false:description-null"}}', 'test1', 'policyScope=matching-true, policyType=matching-true', 'OPERATOR=[<,,>equal-sign,equal-sign,], APPLICABLERESOURCES=[any,all,], POLICYTYPE=[distance_to_location,] ', '""'), ^ | hpa_automation/heat/insert_policy_models_heat.py:16: [C0301(line-too-long), ] Line too long (986/120) hpa_automation/heat/insert_policy_models_heat.py:17: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). ('optimizationPolicy', 'Optimization policy model', '[]', 'demo', 'identity=string:defaultValue-null:required-true:MANY-false:description-null', 'objectiveParameter=objectiveParameter_properties:MANY-false:description-null,policyScope=MANY-true,policyType=POLICYTYPE:MANY-false,objective=objectiveParameter_properties:MANY-false:description-null', '{"parameterAttributes_properties":{"customerLocationInfo":"string:defaultValue-null:required-true:MANY-false:description-null","parameter":"string:defaultValue-null:required-true:MANY-false:description-null","resources":"string:defaultValue-null:required-true:MANY-false:description-null","weight":"string:defaultValue-null:required-true:MANY-false:description-null","operator":"OPERATOR:defaultValue-null:required-true:MANY-false:description-null"},"objectiveParameter_properties":{"parameterAttributes":"parameterAttributes_properties:required-true:MANY-true:description-null","operator":"OPERATOR:defaultValue-null:required-true:MANY-false:description-null"}}', 'test1', 'policyScope=matching-true, policyType=matching-true', 'OPERATOR=[*,+,-,/,%,], POLICYTYPE=[placement_optimization,]', '""'), ^ | hpa_automation/heat/insert_policy_models_heat.py:17: [C0301(line-too-long), ] Line too long (1149/120) hpa_automation/heat/insert_policy_models_heat.py:18: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). ('queryPolicy', 'Query policy model', '[]', 'demo', 'identity=string:defaultValue-null:required-true:MANY-false:description-null', 'policyScope=MANY-true,policyType=POLICYTYPE:MANY-false,queryProperties=queryProperties_properties:MANY-true:description-null', '{"queryProperties_properties":{"attribute_location":"string:defaultValue-null:required-true:MANY-false:description-null","attribute":"string:defaultValue-null:required-true:MANY-false:description-null","value":"string:defaultValue-null:required-true:MANY-false:description-null"}}', 'test1', 'policyScope=matching-true, policyType=matching-true', 'POLICYTYPE=[request_param_query,]', '""'), ^ | hpa_automation/heat/insert_policy_models_heat.py:18: [C0301(line-too-long), ] Line too long (652/120) hpa_automation/heat/insert_policy_models_heat.py:19: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). ('vnfPolicy', 'VnfPolicy model', '[]', 'demo', 'identity=string:defaultValue-null:required-true:MANY-false:description-null', 'policyScope=MANY-true,policyType=POLICYTYPE:MANY-false,resources=MANY-true,vnfProperties=vnfProperties_properties:MANY-true:description-null,applicableResources=APPLICABLERESOURCES:MANY-false', '{"vnfProperties_properties":{"serviceType":"string:defaultValue-null:required-true:MANY-false:description-null","inventoryProvider":"string:defaultValue-null:required-true:MANY-false:description-null","inventoryType":"INVENTORYTYPE:defaultValue-null:required-true:MANY-false:description-null","customerId":"string:defaultValue-null:required-true:MANY-false:description-null"}}', 'test1', 'policyScope=matching-true, policyType=matching-true', 'INVENTORYTYPE=[serviceInstanceId,vnfName,cloudRegionId,vimId,], APPLICABLERESOURCES=[any,all,], POLICYTYPE=[vnfPolicy,]', '""'), ^ | hpa_automation/heat/insert_policy_models_heat.py:19: [C0301(line-too-long), ] Line too long (896/120) hpa_automation/heat/insert_policy_models_heat.py:20: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). ('vim_fit', 'Capacity policy model', '[]', 'demo', 'identity=string:defaultValue-null:required-true:MANY-false:description-null', 'policyScope=MANY-true,policyType=POLICYTYPE:MANY-false,capacityProperties=capacityProperties_properties:MANY-false:description-null,resources=MANY-true,applicableResources=APPLICABLERESOURCES:MANY-false', '{"capacityProperties_properties":{"request":"string:defaultValue-null:required-true:MANY-false:description-null","controller":"string:defaultValue-null:required-true:MANY-false:description-null"}}', 'test1', 'policyScope=matching-true, policyType=matching-true ', ' APPLICABLERESOURCES=[any,all,], POLICYTYPE=[vim_fit,]', '""'), ^ | hpa_automation/heat/insert_policy_models_heat.py:20: [C0301(line-too-long), ] Line too long (667/120) hpa_automation/heat/insert_policy_models_heat.py:21: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). ('affinityPolicy', 'Affinity policy model', '[]', 'demo', 'identity=string:defaultValue-null:required-true:MANY-false:description-null', 'policyScope=MANY-true,policyType=POLICYTYPE:MANY-false,affinityProperties=affinityProperties_properties:MANY-false:description-null,resources=MANY-true,applicableResources=APPLICABLERESOURCES:MANY-false', '{"affinityProperties_properties":{"qualifier":"QUALIFIER:defaultValue-null:required-true:MANY-false:description-null","category":"string:defaultValue-null:required-true:MANY-false:description-null"}}', 'test1', 'policyScope=matching-true, policyType=matching-true ', ' APPLICABLERESOURCES=[any,all,], POLICYTYPE=[zone,], QUALIFIER=[same,different,]', '""'), ^ | hpa_automation/heat/insert_policy_models_heat.py:21: [C0301(line-too-long), ] Line too long (703/120) hpa_automation/heat/insert_policy_models_heat.py:22: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). ('pciPolicy', 'Pci policy model', '[]', 'demo', 'identity=string:defaultValue-null:required-true:MANY-false:description-null', 'policyScope=MANY-true,policyType=POLICYTYPE:MANY-false,resources=MANY-true,pciProperties=pciProperties_properties:MANY-true:description-null', '{"pciProperties_properties":{"pciOptimizationTimeConstraint":"string:defaultValue-null:required-false:MANY-false:description-null","pciOptimizationNwConstraint":"string:defaultValue-null:required-false:MANY-false:description-null","algoCategory":"string:defaultValue-null:required-false:MANY-false:description-null","pciOptmizationAlgoName":"string:defaultValue-null:required-false:MANY-false:description-null","pciOptimizationPriority":"string:defaultValue-null:required-false:MANY-false:description-null"}}', 'test1', 'olicyScope=matching-true, policyType=matching-true ', ' POLICYTYPE=[pciPolicy,]', '""'), ^ | hpa_automation/heat/insert_policy_models_heat.py:22: [C0301(line-too-long), ] Line too long (883/120) hpa_automation/heat/insert_policy_models_heat.py:23: [C0330(bad-continuation), ] Wrong hanging indentation (add 2 spaces). ('subscriberPolicy', 'Subscriber Policy Model', '[]', 'demo', 'identity=string:defaultValue-null:required-true:MANY-false:description-null', 'policyScope=MANY-true,policyType=POLICYTYPE:MANY-false,properties=properties_properties:MANY-false:description-type of a policy', '{"properties_properties":{"provStatus":"PROVSTATUS:defaultValue-null:required-true:MANY-false:description-null","subscriberName":"SUBSCRIBERNAME:defaultValue-null:required-true:MANY-false:description-null","subscriberRole":"SUBSCRIBERROLE:defaultValue-null:required-true:MANY-false:description-null"}}', 'test1', 'policyScope=matching-true, policyType=matching-true, properties=matching-true ', ' SUBSCRIBERNAME=[], SUBSCRIBERROLE=[], POLICYTYPE=[subscriberPolicy,], PROVSTATUS=[]', '""') ^ | hpa_automation/heat/insert_policy_models_heat.py:23: [C0301(line-too-long), ] Line too long (763/120) hpa_automation/heat/insert_policy_models_heat.py:25: [C0303(trailing-whitespace), ] Trailing whitespace hpa_automation/heat/insert_policy_models_heat.py:27: [C0303(trailing-whitespace), ] Trailing whitespace hpa_automation/heat/insert_policy_models_heat.py:29: [C0303(trailing-whitespace), ] Trailing whitespace hpa_automation/heat/insert_policy_models_heat.py:1: [C0114(missing-module-docstring), ] Missing module docstring hpa_automation/heat/insert_policy_models_heat.py:1: [E0401(import-error), ] Unable to import 'mysql.connector' hpa_automation/heat/insert_policy_models_heat.py:4: [C0103(invalid-name), ] Constant name "mydb" doesn't conform to UPPER_CASE naming style hpa_automation/heat/insert_policy_models_heat.py:11: [C0103(invalid-name), ] Constant name "mycursor" doesn't conform to UPPER_CASE naming style hpa_automation/heat/insert_policy_models_heat.py:13: [C0103(invalid-name), ] Constant name "sql" doesn't conform to UPPER_CASE naming style hpa_automation/heat/insert_policy_models_heat.py:14: [C0103(invalid-name), ] Constant name "val" doesn't conform to UPPER_CASE naming style hpa_automation/heat/insert_policy_models_heat.py:2: [C0411(wrong-import-order), ] standard import "import sys" should be placed before "import mysql.connector" ************* Module hpa_automation.heat.hpa_automation hpa_automation/heat/hpa_automation.py:466: [E0001(syntax-error), ] invalid syntax (, line 466) ************* Module hpa_automation.tosca.hpa_automation hpa_automation/tosca/hpa_automation.py:397: [E0001(syntax-error), ] Missing parentheses in call to 'print'. Did you mean print(ns_create_string)? (, line 397) ************* Module mocks.emssimulator.swm.conf mocks/emssimulator/swm/conf.py:37: [C0305(trailing-newlines), ] Trailing newlines mocks/emssimulator/swm/conf.py:1: [C0114(missing-module-docstring), ] Missing module docstring ************* Module mocks.emssimulator.swm.ems_util mocks/emssimulator/swm/ems_util.py:1: [C0114(missing-module-docstring), ] Missing module docstring mocks/emssimulator/swm/ems_util.py:5: [E0401(import-error), ] Unable to import 'jsonpath' mocks/emssimulator/swm/ems_util.py:7: [E0401(import-error), ] Unable to import 'conf' mocks/emssimulator/swm/ems_util.py:10: [C0116(missing-function-docstring), get_ne_info_list_from_db] Missing function or method docstring mocks/emssimulator/swm/ems_util.py:14: [R1705(no-else-return), get_ne_info_list_from_db] Unnecessary "else" after "return" mocks/emssimulator/swm/ems_util.py:21: [C0116(missing-function-docstring), get_ne_info_from_db_by_id] Missing function or method docstring mocks/emssimulator/swm/ems_util.py:29: [C0116(missing-function-docstring), update_ne_info] Missing function or method docstring mocks/emssimulator/swm/ems_util.py:36: [C0200(consider-using-enumerate), update_ne_info] Consider using enumerate instead of iterating with range and len mocks/emssimulator/swm/ems_util.py:49: [C0116(missing-function-docstring), send_notification] Missing function or method docstring ************* Module mocks.mass-pnf-sim.mass-pnf-sim mocks/mass-pnf-sim/mass-pnf-sim.py:78: [C0326(bad-whitespace), ] Exactly one space required around assignment start_port=2000 ^ mocks/mass-pnf-sim/mass-pnf-sim.py:79: [C0326(bad-whitespace), ] Exactly one space required around assignment ftps_pasv_port_start=8000 ^ mocks/mass-pnf-sim/mass-pnf-sim.py:80: [C0326(bad-whitespace), ] Exactly one space required around assignment ftps_pasv_port_num_of_ports=10 ^ mocks/mass-pnf-sim/mass-pnf-sim.py:81: [C0303(trailing-whitespace), ] Trailing whitespace mocks/mass-pnf-sim/mass-pnf-sim.py:82: [C0326(bad-whitespace), ] Exactly one space required around assignment ftps_pasv_port_end=ftps_pasv_port_start + ftps_pasv_port_num_of_ports ^ mocks/mass-pnf-sim/mass-pnf-sim.py:83: [C0303(trailing-whitespace), ] Trailing whitespace mocks/mass-pnf-sim/mass-pnf-sim.py:102: [C0303(trailing-whitespace), ] Trailing whitespace mocks/mass-pnf-sim/mass-pnf-sim.py:103: [C0326(bad-whitespace), ] Exactly one space required around assignment PortSftp=start_port +1 ^ mocks/mass-pnf-sim/mass-pnf-sim.py:104: [C0303(trailing-whitespace), ] Trailing whitespace mocks/mass-pnf-sim/mass-pnf-sim.py:104: [C0326(bad-whitespace), ] Exactly one space required around assignment PortFtps=start_port +2 ^ mocks/mass-pnf-sim/mass-pnf-sim.py:105: [C0326(bad-whitespace), ] Exactly one space required after assignment start_port +=2 ^^ mocks/mass-pnf-sim/mass-pnf-sim.py:108: [C0303(trailing-whitespace), ] Trailing whitespace mocks/mass-pnf-sim/mass-pnf-sim.py:143: [C0303(trailing-whitespace), ] Trailing whitespace mocks/mass-pnf-sim/mass-pnf-sim.py:207: [C0303(trailing-whitespace), ] Trailing whitespace mocks/mass-pnf-sim/mass-pnf-sim.py:210: [C0303(trailing-whitespace), ] Trailing whitespace mocks/mass-pnf-sim/mass-pnf-sim.py:214: [C0303(trailing-whitespace), ] Trailing whitespace mocks/mass-pnf-sim/mass-pnf-sim.py:221: [C0303(trailing-whitespace), ] Trailing whitespace mocks/mass-pnf-sim/mass-pnf-sim.py:222: [C0303(trailing-whitespace), ] Trailing whitespace mocks/mass-pnf-sim/mass-pnf-sim.py:1: [C0103(invalid-name), ] Module name "mass-pnf-sim" doesn't conform to snake_case naming style mocks/mass-pnf-sim/mass-pnf-sim.py:1: [C0114(missing-module-docstring), ] Missing module docstring mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0401(wildcard-import), ] Wildcard import subprocess mocks/mass-pnf-sim/mass-pnf-sim.py:10: [C0103(invalid-name), ] Constant name "parser" doesn't conform to UPPER_CASE naming style mocks/mass-pnf-sim/mass-pnf-sim.py:73: [C0103(invalid-name), ] Constant name "args" doesn't conform to UPPER_CASE naming style mocks/mass-pnf-sim/mass-pnf-sim.py:78: [C0103(invalid-name), ] Constant name "start_port" doesn't conform to UPPER_CASE naming style mocks/mass-pnf-sim/mass-pnf-sim.py:79: [C0103(invalid-name), ] Constant name "ftps_pasv_port_start" doesn't conform to UPPER_CASE naming style mocks/mass-pnf-sim/mass-pnf-sim.py:80: [C0103(invalid-name), ] Constant name "ftps_pasv_port_num_of_ports" doesn't conform to UPPER_CASE naming style mocks/mass-pnf-sim/mass-pnf-sim.py:82: [C0103(invalid-name), ] Constant name "ftps_pasv_port_end" doesn't conform to UPPER_CASE naming style mocks/mass-pnf-sim/mass-pnf-sim.py:113: [W1510(subprocess-run-check), ] Using subprocess.run without explicitly set `check` is not recommended. mocks/mass-pnf-sim/mass-pnf-sim.py:115: [W1510(subprocess-run-check), ] Using subprocess.run without explicitly set `check` is not recommended. mocks/mass-pnf-sim/mass-pnf-sim.py:136: [W1510(subprocess-run-check), ] Using subprocess.run without explicitly set `check` is not recommended. mocks/mass-pnf-sim/mass-pnf-sim.py:147: [C0103(invalid-name), ] Constant name "completed" doesn't conform to UPPER_CASE naming style mocks/mass-pnf-sim/mass-pnf-sim.py:147: [W1510(subprocess-run-check), ] Using subprocess.run without explicitly set `check` is not recommended. mocks/mass-pnf-sim/mass-pnf-sim.py:153: [C0103(invalid-name), ] Constant name "completed" doesn't conform to UPPER_CASE naming style mocks/mass-pnf-sim/mass-pnf-sim.py:153: [W1510(subprocess-run-check), ] Using subprocess.run without explicitly set `check` is not recommended. mocks/mass-pnf-sim/mass-pnf-sim.py:162: [W1510(subprocess-run-check), ] Using subprocess.run without explicitly set `check` is not recommended. mocks/mass-pnf-sim/mass-pnf-sim.py:176: [W1510(subprocess-run-check), ] Using subprocess.run without explicitly set `check` is not recommended. mocks/mass-pnf-sim/mass-pnf-sim.py:187: [W1510(subprocess-run-check), ] Using subprocess.run without explicitly set `check` is not recommended. mocks/mass-pnf-sim/mass-pnf-sim.py:201: [W1510(subprocess-run-check), ] Using subprocess.run without explicitly set `check` is not recommended. mocks/mass-pnf-sim/mass-pnf-sim.py:215: [W1510(subprocess-run-check), ] Using subprocess.run without explicitly set `check` is not recommended. mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import io from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import os from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import signal from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import builtins from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import warnings from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import errno from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import SubprocessError from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import CalledProcessError from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import TimeoutExpired from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import threading from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import msvcrt from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import STARTUPINFO from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import select from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import selectors from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import Handle from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import PIPE from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import STDOUT from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import DEVNULL from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import call from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import check_call from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import check_output from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import CompletedProcess from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import run from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import list2cmdline from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import getstatusoutput from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import getoutput from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import Popen from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import CREATE_NEW_CONSOLE from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import CREATE_NEW_PROCESS_GROUP from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import STD_INPUT_HANDLE from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import STD_OUTPUT_HANDLE from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import STD_ERROR_HANDLE from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import SW_HIDE from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import STARTF_USESTDHANDLES from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import STARTF_USESHOWWINDOW from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import ABOVE_NORMAL_PRIORITY_CLASS from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import BELOW_NORMAL_PRIORITY_CLASS from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import HIGH_PRIORITY_CLASS from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import IDLE_PRIORITY_CLASS from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import NORMAL_PRIORITY_CLASS from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import REALTIME_PRIORITY_CLASS from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import CREATE_NO_WINDOW from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import DETACHED_PROCESS from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import CREATE_DEFAULT_ERROR_MODE from wildcard import mocks/mass-pnf-sim/mass-pnf-sim.py:4: [W0614(unused-wildcard-import), ] Unused import CREATE_BREAKAWAY_FROM_JOB from wildcard import ************* Module mocks.datafilecollector-testharness.mr-sim.mr-sim mocks/datafilecollector-testharness/mr-sim/mr-sim.py:18: [C0326(bad-whitespace), ] Exactly one space required around assignment sftp_hosts=[] ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:19: [C0326(bad-whitespace), ] Exactly one space required around assignment sftp_ports=[] ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:20: [C0326(bad-whitespace), ] Exactly one space required around assignment ftps_hosts=[] ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:21: [C0326(bad-whitespace), ] Exactly one space required around assignment ftps_ports=[] ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:22: [C0326(bad-whitespace), ] Exactly one space required around assignment num_ftp_servers=1 ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:25: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp=0 ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:27: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp=tmp+ctrArray[i]; ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:27: [W0301(unnecessary-semicolon), ] Unnecessary semicolon mocks/datafilecollector-testharness/mr-sim/mr-sim.py:29: [W0301(unnecessary-semicolon), ] Unnecessary semicolon mocks/datafilecollector-testharness/mr-sim/mr-sim.py:32: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp=0 ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:34: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp=tmp+len(ctrArray[i]); ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:34: [W0301(unnecessary-semicolon), ] Unnecessary semicolon mocks/datafilecollector-testharness/mr-sim/mr-sim.py:36: [W0301(unnecessary-semicolon), ] Unnecessary semicolon mocks/datafilecollector-testharness/mr-sim/mr-sim.py:40: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:46: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:53: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:60: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:68: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:75: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:79: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp='' ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:81: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:82: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp=tmp+',' ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:83: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp=tmp+str(ctr_requests[i]) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:88: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:96: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:103: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:107: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp='' ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:109: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:110: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp=tmp+',' ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:111: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp=tmp+str(ctr_responses[i]) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:116: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:124: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:131: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:135: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp='' ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:137: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:138: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp=tmp+',' ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:139: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp=tmp+str(ctr_files[i]) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:144: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:153: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:160: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:164: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp='' ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:166: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:167: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp=tmp+',' ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:168: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp=tmp+str(len(fileMap[i])) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:173: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:181: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:188: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:195: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:199: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp='' ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:201: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:202: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp=tmp+',' ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:203: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp=tmp+str(ctr_events[i]) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:208: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:216: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:222: [C0326(bad-whitespace), ] Exactly one space required after comma return "{:0>2}:{:0>2}".format(int(minutes),int(seconds)) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:226: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:232: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:235: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:238: [C0326(bad-whitespace), ] Exactly one space required after comma return "{:0>2}:{:0>2}".format(int(minutes),int(seconds)) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:242: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:247: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp='' ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:249: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:250: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp=tmp+',' ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:251: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:252: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp=tmp+ "--:--" ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:255: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp=tmp+"{:0>2}:{:0>2}".format(int(minutes),int(seconds)) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:255: [C0326(bad-whitespace), ] Exactly one space required after comma tmp=tmp+"{:0>2}:{:0>2}".format(int(minutes),int(seconds)) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:260: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:265: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:268: [C0326(bad-whitespace), ] Exactly one space required after comma return "{:0>2}:{:0>2}".format(int(minutes),int(seconds)) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:272: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:275: [C0326(bad-whitespace), ] Exactly one space required around assignment runningState="Started" ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:280: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:283: [C0326(bad-whitespace), ] Exactly one space required around assignment runningState="Stopped" ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:288: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:295: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:302: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:306: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp='' ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:308: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:309: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp=tmp+',' ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:310: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp=tmp+str(len(pnfMap[i])) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:315: [C0330(bad-continuation), ] Wrong continued indentation (add 7 spaces). methods=['GET']) ^ | mocks/datafilecollector-testharness/mr-sim/mr-sim.py:345: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:351: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:358: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:360: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:362: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:365: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:367: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:369: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:371: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:374: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:376: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:378: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:381: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:383: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:386: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:386: [C0326(bad-whitespace), ] Exactly one space required after comma return tc1100(groupIndex, changeId, filePrefix, "sftp","1MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:388: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:388: [C0326(bad-whitespace), ] Exactly one space required after comma return tc1100(groupIndex, changeId, filePrefix, "sftp","50MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:390: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:390: [C0326(bad-whitespace), ] Exactly one space required after comma return tc1100(groupIndex, changeId, filePrefix, "sftp","50MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:392: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:392: [C0326(bad-whitespace), ] Exactly one space required after comma return tc1200(groupIndex, changeId, filePrefix, "sftp","1MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:394: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:394: [C0326(bad-whitespace), ] Exactly one space required after comma return tc1200(groupIndex, changeId, filePrefix, "sftp","5MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:396: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:396: [C0326(bad-whitespace), ] Exactly one space required after comma return tc1200(groupIndex, changeId, filePrefix, "sftp","50MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:398: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:398: [C0326(bad-whitespace), ] Exactly one space required after comma return tc1300(groupIndex, changeId, filePrefix, "sftp","1MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:400: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:400: [C0326(bad-whitespace), ] Exactly one space required after comma return tc1300(groupIndex, changeId, filePrefix, "sftp","5MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:402: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:402: [C0326(bad-whitespace), ] Exactly one space required after comma return tc1300(groupIndex, changeId, filePrefix, "sftp","50MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:405: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:405: [C0326(bad-whitespace), ] Exactly one space required after comma return tc1500(groupIndex, changeId, filePrefix, "sftp","1MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:408: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:408: [C0326(bad-whitespace), ] Exactly one space required after comma return tc500(groupIndex, changeId, filePrefix, "sftp","1MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:410: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:410: [C0326(bad-whitespace), ] Exactly one space required after comma return tc500(groupIndex, changeId, filePrefix, "sftp","5MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:412: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:412: [C0326(bad-whitespace), ] Exactly one space required after comma return tc500(groupIndex, changeId, filePrefix, "sftp","50MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:414: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:416: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:419: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:422: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:426: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:428: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:430: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:433: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:435: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:437: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:439: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:442: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:444: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:446: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:449: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:451: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:454: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:454: [C0326(bad-whitespace), ] Exactly one space required after comma return tc1100(groupIndex, changeId, filePrefix, "ftps","1MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:456: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:456: [C0326(bad-whitespace), ] Exactly one space required after comma return tc1100(groupIndex, changeId, filePrefix, "ftps","50MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:458: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:458: [C0326(bad-whitespace), ] Exactly one space required after comma return tc1100(groupIndex, changeId, filePrefix, "ftps","50MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:460: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:460: [C0326(bad-whitespace), ] Exactly one space required after comma return tc1200(groupIndex, changeId, filePrefix, "ftps","1MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:462: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:462: [C0326(bad-whitespace), ] Exactly one space required after comma return tc1200(groupIndex, changeId, filePrefix, "ftps","5MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:464: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:464: [C0326(bad-whitespace), ] Exactly one space required after comma return tc1200(groupIndex, changeId, filePrefix, "ftps","50MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:466: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:466: [C0326(bad-whitespace), ] Exactly one space required after comma return tc1300(groupIndex, changeId, filePrefix, "ftps","1MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:468: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:468: [C0326(bad-whitespace), ] Exactly one space required after comma return tc1300(groupIndex, changeId, filePrefix, "ftps","5MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:470: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:470: [C0326(bad-whitespace), ] Exactly one space required after comma return tc1300(groupIndex, changeId, filePrefix, "ftps","50MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:473: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:473: [C0326(bad-whitespace), ] Exactly one space required after comma return tc1500(groupIndex, changeId, filePrefix, "ftps","1MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:476: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:476: [C0326(bad-whitespace), ] Exactly one space required after comma return tc500(groupIndex, changeId, filePrefix, "ftps","1MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:478: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:478: [C0326(bad-whitespace), ] Exactly one space required after comma return tc500(groupIndex, changeId, filePrefix, "ftps","5MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:480: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:480: [C0326(bad-whitespace), ] Exactly one space required after comma return tc500(groupIndex, changeId, filePrefix, "ftps","50MB") ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:482: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:484: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:486: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:488: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:495: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:496: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:499: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:501: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:501: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:502: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:504: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:505: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:505: [C0326(bad-whitespace), ] Exactly one space required around assignment nodeIndex=0 ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:506: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:507: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:508: [C0301(line-too-long), ] Line too long (125/120) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:508: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:508: [C0326(bad-whitespace), ] Exactly one space required after comma msg = getEventHead(groupIndex, changeId, nodeName) + getEventName(fileName,ftpType,"onap","pano",nodeIndex) + getEventEnd() ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:508: [C0326(bad-whitespace), ] Exactly one space required after comma msg = getEventHead(groupIndex, changeId, nodeName) + getEventName(fileName,ftpType,"onap","pano",nodeIndex) + getEventEnd() ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:508: [C0326(bad-whitespace), ] Exactly one space required after comma msg = getEventHead(groupIndex, changeId, nodeName) + getEventName(fileName,ftpType,"onap","pano",nodeIndex) + getEventEnd() ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:508: [C0326(bad-whitespace), ] Exactly one space required after comma msg = getEventHead(groupIndex, changeId, nodeName) + getEventName(fileName,ftpType,"onap","pano",nodeIndex) + getEventEnd() ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:509: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:510: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:511: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:548: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:549: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:552: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:554: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:554: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:555: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:557: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:558: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:558: [C0326(bad-whitespace), ] Exactly one space required around assignment nodeIndex=0 ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:559: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:560: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:561: [C0301(line-too-long), ] Line too long (125/120) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:561: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:561: [C0326(bad-whitespace), ] Exactly one space required after comma msg = getEventHead(groupIndex, changeId, nodeName) + getEventName(fileName,ftpType,"onap","pano",nodeIndex) + getEventEnd() ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:561: [C0326(bad-whitespace), ] Exactly one space required after comma msg = getEventHead(groupIndex, changeId, nodeName) + getEventName(fileName,ftpType,"onap","pano",nodeIndex) + getEventEnd() ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:561: [C0326(bad-whitespace), ] Exactly one space required after comma msg = getEventHead(groupIndex, changeId, nodeName) + getEventName(fileName,ftpType,"onap","pano",nodeIndex) + getEventEnd() ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:561: [C0326(bad-whitespace), ] Exactly one space required after comma msg = getEventHead(groupIndex, changeId, nodeName) + getEventName(fileName,ftpType,"onap","pano",nodeIndex) + getEventEnd() ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:562: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:563: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:564: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:567: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:568: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:571: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:573: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:573: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:574: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:576: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:576: [C0326(bad-whitespace), ] Exactly one space required around assignment nodeIndex=0 ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:577: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:578: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:580: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:581: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:582: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:583: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:584: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:584: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:584: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:584: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:584: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:585: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:587: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:588: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:590: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:593: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:594: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:597: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:599: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:599: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:600: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:602: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:602: [C0326(bad-whitespace), ] Exactly one space required around assignment nodeIndex=0 ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:603: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:604: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:606: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:607: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:608: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:609: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:610: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:610: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:610: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:610: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:610: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:611: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:613: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:614: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:616: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:619: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:620: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:623: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:625: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:625: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:626: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:628: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:628: [C0326(bad-whitespace), ] Exactly one space required around assignment nodeIndex=0 ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:629: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:630: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:632: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:633: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:633: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:634: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:635: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:636: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:637: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:638: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:639: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:640: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:640: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:640: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:640: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:640: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:641: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:643: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:644: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:646: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:650: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:651: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:654: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:656: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:656: [C0326(bad-whitespace), ] Exactly one space required around assignment nodeIndex=0 ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:657: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:659: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:659: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:660: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:662: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:662: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:663: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:665: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:665: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:666: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:668: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:668: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:669: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:671: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:671: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:672: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:674: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:674: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:675: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:678: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:680: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:681: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:682: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:683: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:684: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:684: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:684: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:684: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:684: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:685: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:687: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:688: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:690: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:693: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:694: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:697: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:699: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:699: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:700: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:702: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:702: [C0326(bad-whitespace), ] Exactly one space required around assignment nodeIndex=0 ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:703: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:704: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:706: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:707: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:708: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:709: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:709: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:710: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:711: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:712: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:713: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:715: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:716: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:716: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:716: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:716: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:716: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:718: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:719: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:721: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:724: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:725: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:728: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:730: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:730: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:731: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:733: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:733: [C0326(bad-whitespace), ] Exactly one space required around assignment nodeIndex=0 ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:734: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:735: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:737: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:738: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:739: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:740: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:740: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano", nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:740: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano", nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:740: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano", nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:742: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:743: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:744: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:746: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:750: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:751: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:754: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:756: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:756: [C0326(bad-whitespace), ] Exactly one space required around assignment nodeIndex=0 ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:757: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:758: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:760: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:761: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:762: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:763: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:764: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:764: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:764: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:764: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:764: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:765: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:767: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:768: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:770: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:773: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:774: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:777: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:779: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:779: [C0326(bad-whitespace), ] Exactly one space required around assignment nodeIndex=0 ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:780: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:781: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:783: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:784: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:785: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:786: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:787: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:787: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:787: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:787: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:787: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:788: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:790: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:791: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:793: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:797: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:798: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:801: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:803: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:805: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:805: [W0301(unnecessary-semicolon), ] Unnecessary semicolon mocks/datafilecollector-testharness/mr-sim/mr-sim.py:807: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:808: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:808: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:809: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:810: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:810: [C0326(bad-whitespace), ] Exactly one space required around assignment nodeIndex=pnfs + batch*35 ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:811: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:812: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:814: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:815: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:815: [W0301(unnecessary-semicolon), ] Unnecessary semicolon mocks/datafilecollector-testharness/mr-sim/mr-sim.py:816: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:817: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:818: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:818: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:818: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:818: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:818: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:819: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:820: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:822: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:823: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:825: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:828: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:829: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:832: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:834: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:836: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:836: [W0301(unnecessary-semicolon), ] Unnecessary semicolon mocks/datafilecollector-testharness/mr-sim/mr-sim.py:838: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:839: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:839: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:840: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:841: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:841: [C0326(bad-whitespace), ] Exactly one space required around assignment nodeIndex=pnfs + batch*35 ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:842: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:843: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:845: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:846: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:846: [W0301(unnecessary-semicolon), ] Unnecessary semicolon mocks/datafilecollector-testharness/mr-sim/mr-sim.py:847: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:848: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:849: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:849: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:849: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:849: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:849: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:850: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:851: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:853: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:854: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:856: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:860: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:861: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:862: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:863: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:865: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:865: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:866: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:868: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:871: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:872: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:872: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:873: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:874: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:875: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:876: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:878: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:880: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:882: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:882: [W0301(unnecessary-semicolon), ] Unnecessary semicolon mocks/datafilecollector-testharness/mr-sim/mr-sim.py:884: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:885: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:885: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:886: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:887: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:887: [C0326(bad-whitespace), ] Exactly one space required around assignment nodeIndex=pnfs + batch*35 ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:888: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:889: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:891: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:892: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:892: [W0301(unnecessary-semicolon), ] Unnecessary semicolon mocks/datafilecollector-testharness/mr-sim/mr-sim.py:893: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:894: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:895: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:895: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:895: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:895: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:895: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:896: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:897: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:899: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:900: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:902: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:905: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:906: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:907: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:908: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:910: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:910: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:911: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:913: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:915: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:915: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:915: [C0326(bad-whitespace), ] No space allowed before bracket if (ctr_responses[groupIndex] <= 2000 ): #first 25h of event doess not care of 15min rop timer ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:917: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:919: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:919: [W0301(unnecessary-semicolon), ] Unnecessary semicolon mocks/datafilecollector-testharness/mr-sim/mr-sim.py:921: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:922: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:922: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:923: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 16 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:925: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:925: [C0326(bad-whitespace), ] Exactly one space required around assignment nodeIndex=pnfs + batch*35 ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:926: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:927: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:929: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:930: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 16 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:930: [W0301(unnecessary-semicolon), ] Unnecessary semicolon mocks/datafilecollector-testharness/mr-sim/mr-sim.py:931: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 16 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:932: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 16 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:932: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:933: [W0311(bad-indentation), ] Bad indentation. Found 16 spaces, expected 20 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:934: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 16 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:935: [W0311(bad-indentation), ] Bad indentation. Found 16 spaces, expected 20 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:936: [W0311(bad-indentation), ] Bad indentation. Found 16 spaces, expected 20 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:937: [W0311(bad-indentation), ] Bad indentation. Found 16 spaces, expected 20 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:938: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 16 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:938: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:938: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:938: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:938: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:941: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:942: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:944: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:945: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:948: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:949: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:949: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:950: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:951: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:952: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:952: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:953: [W0311(bad-indentation), ] Bad indentation. Found 8 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:955: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:957: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:959: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:959: [W0301(unnecessary-semicolon), ] Unnecessary semicolon mocks/datafilecollector-testharness/mr-sim/mr-sim.py:961: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:962: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:962: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:963: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:964: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:964: [C0326(bad-whitespace), ] Exactly one space required around assignment nodeIndex=pnfs + batch*35 ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:965: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:966: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:968: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:969: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:969: [W0301(unnecessary-semicolon), ] Unnecessary semicolon mocks/datafilecollector-testharness/mr-sim/mr-sim.py:970: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:971: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:972: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:972: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano", nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:972: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano", nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:972: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano", nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:973: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:974: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:976: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:977: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:979: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:982: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:983: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:986: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:988: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:988: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:989: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:991: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:994: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:995: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:995: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:996: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:997: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:998: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1000: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1001: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1001: [W0301(unnecessary-semicolon), ] Unnecessary semicolon mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1002: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1003: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1004: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1004: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",pnfs) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1004: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",pnfs) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1004: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",pnfs) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1004: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",pnfs) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1005: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1006: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1008: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1009: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1011: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1014: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1015: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1018: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1020: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1020: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1021: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1023: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1025: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1026: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1026: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1027: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1028: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1029: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1030: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1031: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1032: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1032: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",pnfs) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1032: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",pnfs) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1032: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",pnfs) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1032: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",pnfs) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1033: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1034: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1035: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1036: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1038: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1041: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1042: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1045: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1047: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1047: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1048: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1050: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1052: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1053: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1053: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1054: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1055: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1056: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1057: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1058: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1059: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1059: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",pnfs) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1059: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",pnfs) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1059: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",pnfs) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1059: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",pnfs) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1060: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1061: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1062: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1063: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1065: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1068: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1069: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1072: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1074: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1074: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1075: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1077: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1079: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1079: [W0301(unnecessary-semicolon), ] Unnecessary semicolon mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1081: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1082: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1082: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1083: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1084: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1084: [C0326(bad-whitespace), ] Exactly one space required around assignment nodeIndex=pnfs + batch*35 ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1085: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1086: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1088: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1089: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1089: [W0301(unnecessary-semicolon), ] Unnecessary semicolon mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1090: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1091: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1092: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1092: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1092: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1092: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1092: [C0326(bad-whitespace), ] Exactly one space required after comma msg = msg + getEventName(fileName,ftpType,"onap","pano",nodeIndex) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1093: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1094: [W0311(bad-indentation), ] Bad indentation. Found 6 spaces, expected 12 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1096: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1097: [W0311(bad-indentation), ] Bad indentation. Found 4 spaces, expected 8 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1099: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1105: [W0301(unnecessary-semicolon), ] Unnecessary semicolon mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1110: [W0301(unnecessary-semicolon), ] Unnecessary semicolon mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1115: [W0301(unnecessary-semicolon), ] Unnecessary semicolon mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1121: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1122: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1123: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1149: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1152: [C0326(bad-whitespace), ] Exactly one space required after comma def getEventName(fn,type,user,passwd, nodeIndex): ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1152: [C0326(bad-whitespace), ] Exactly one space required after comma def getEventName(fn,type,user,passwd, nodeIndex): ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1152: [C0326(bad-whitespace), ] Exactly one space required after comma def getEventName(fn,type,user,passwd, nodeIndex): ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1153: [C0326(bad-whitespace), ] Exactly one space required around assignment nodeIndex=nodeIndex%num_ftp_servers ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1156: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1160: [C0326(bad-whitespace), ] Exactly one space required after assignment nameStr = """{ ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1164: [C0301(line-too-long), ] Line too long (142/120) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1173: [C0326(bad-whitespace), ] Exactly one space required after assignment endStr = """ ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1183: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1187: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1191: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1195: [W0311(bad-indentation), ] Bad indentation. Found 2 spaces, expected 4 mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1209: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp=sftp_sims.split(',') ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1211: [C0326(bad-whitespace), ] Exactly one space required around assignment hp=tmp[i].split(':') ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1215: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp=ftps_sims.split(',') ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1217: [C0326(bad-whitespace), ] Exactly one space required around assignment hp=tmp[i].split(':') ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1222: [C0326(bad-whitespace), ] No space allowed before bracket print("Groups detected: " + groups ) ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1225: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1225: [C0326(bad-whitespace), ] No space allowed before bracket if (len(groups) == 0 ): ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1226: [C0326(bad-whitespace), ] Exactly one space required around assignment groups='OpenDcae-c12:PM_MEAS_FILES' ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1231: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1231: [C0326(bad-whitespace), ] No space allowed before bracket if (len(configuredPrefixes) == 0 ): ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1232: [C0326(bad-whitespace), ] Exactly one space required around assignment configuredPrefixes='PM_MEAS_FILES:A' ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1240: [C0326(bad-whitespace), ] Exactly one space required around assignment ctr_files=[] ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1266: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp=groups.split(',') ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1268: [C0326(bad-whitespace), ] Exactly one space required around assignment g=tmp[i].split(':') ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1271: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1272: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1273: [C0326(bad-whitespace), ] Exactly one space required around assignment configuredGroups=configuredGroups+"," ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1274: [C0326(bad-whitespace), ] Exactly one space required around assignment configuredGroups=configuredGroups+g[0] ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1285: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1286: [C0326(bad-whitespace), ] Exactly one space required around assignment configuredChangeIds=configuredChangeIds+"," ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1288: [C0326(bad-whitespace), ] Exactly one space required around assignment changeIds[i][j-1]=g[j] ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1289: [C0325(superfluous-parens), ] Unnecessary parens after 'if' keyword mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1290: [C0326(bad-whitespace), ] Exactly one space required around assignment configuredChangeIds=configuredChangeIds+":" ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1291: [C0326(bad-whitespace), ] Exactly one space required around assignment configuredChangeIds=configuredChangeIds+g[j] ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1294: [C0326(bad-whitespace), ] Exactly one space required around assignment tmp=configuredPrefixes.split(',') ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1296: [C0326(bad-whitespace), ] Exactly one space required around assignment p=tmp[i].split(':') ^ mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1338: [C0301(line-too-long), ] Line too long (189/120) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1346: [C0301(line-too-long), ] Line too long (131/120) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1422: [C0301(line-too-long), ] Line too long (142/120) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1426: [C0301(line-too-long), ] Line too long (142/120) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1430: [C0301(line-too-long), ] Line too long (143/120) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1435: [C0301(line-too-long), ] Line too long (195/120) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1471: [C0301(line-too-long), ] Line too long (189/120) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1479: [C0301(line-too-long), ] Line too long (131/120) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1520: [C0301(line-too-long), ] Line too long (142/120) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1524: [C0301(line-too-long), ] Line too long (142/120) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1528: [C0301(line-too-long), ] Line too long (143/120) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1533: [C0301(line-too-long), ] Line too long (195/120) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1714: [C0301(line-too-long), ] Line too long (165/120) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1717: [C0301(line-too-long), ] Line too long (165/120) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1733: [C0304(missing-final-newline), ] Final newline missing mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1: [C0302(too-many-lines), ] Too many lines in module (1733/1000) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1: [C0103(invalid-name), ] Module name "mr-sim" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1: [C0114(missing-module-docstring), ] Missing module docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:8: [E0401(import-error), ] Unable to import 'flask' mocks/datafilecollector-testharness/mr-sim/mr-sim.py:9: [E0401(import-error), ] Unable to import 'werkzeug' mocks/datafilecollector-testharness/mr-sim/mr-sim.py:11: [C0103(invalid-name), ] Constant name "app" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:18: [C0103(invalid-name), ] Constant name "sftp_hosts" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:19: [C0103(invalid-name), ] Constant name "sftp_ports" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:20: [C0103(invalid-name), ] Constant name "ftps_hosts" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:21: [C0103(invalid-name), ] Constant name "ftps_ports" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:22: [C0103(invalid-name), ] Constant name "num_ftp_servers" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:25: [W0621(redefined-outer-name), sumList] Redefining name 'tmp' from outer scope (line 1209) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:26: [W0621(redefined-outer-name), sumList] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:24: [C0103(invalid-name), sumList] Function name "sumList" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:24: [C0103(invalid-name), sumList] Argument name "ctrArray" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:24: [C0116(missing-function-docstring), sumList] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:26: [C0200(consider-using-enumerate), sumList] Consider using enumerate instead of iterating with range and len mocks/datafilecollector-testharness/mr-sim/mr-sim.py:32: [W0621(redefined-outer-name), sumListLength] Redefining name 'tmp' from outer scope (line 1209) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:33: [W0621(redefined-outer-name), sumListLength] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:31: [C0103(invalid-name), sumListLength] Function name "sumListLength" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:31: [C0103(invalid-name), sumListLength] Argument name "ctrArray" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:31: [C0116(missing-function-docstring), sumListLength] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:33: [C0200(consider-using-enumerate), sumListLength] Consider using enumerate instead of iterating with range and len mocks/datafilecollector-testharness/mr-sim/mr-sim.py:41: [C0116(missing-function-docstring), index] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:47: [C0116(missing-function-docstring), group_ids] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:48: [W0603(global-statement), group_ids] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:48: [C0103(invalid-name), group_ids] Constant name "configuredGroups" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:54: [C0116(missing-function-docstring), change_ids] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:55: [W0603(global-statement), change_ids] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:55: [C0103(invalid-name), change_ids] Constant name "configuredChangeIds" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:61: [C0116(missing-function-docstring), fileprefixes] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:62: [W0603(global-statement), fileprefixes] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:62: [C0103(invalid-name), fileprefixes] Constant name "configuredPrefixes" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:69: [C0116(missing-function-docstring), counter_requests] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:70: [W0603(global-statement), counter_requests] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:70: [C0103(invalid-name), counter_requests] Constant name "ctr_requests" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:79: [W0621(redefined-outer-name), group_counter_requests] Redefining name 'tmp' from outer scope (line 1209) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:80: [W0621(redefined-outer-name), group_counter_requests] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:76: [C0116(missing-function-docstring), group_counter_requests] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:77: [W0603(global-statement), group_counter_requests] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:77: [C0103(invalid-name), group_counter_requests] Constant name "ctr_requests" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:78: [W0603(global-statement), group_counter_requests] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:78: [C0103(invalid-name), group_counter_requests] Constant name "groupNames" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:89: [C0103(invalid-name), counter_requests_group] Argument name "groupId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:89: [C0116(missing-function-docstring), counter_requests_group] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:90: [W0603(global-statement), counter_requests_group] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:90: [C0103(invalid-name), counter_requests_group] Constant name "ctr_requests" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:91: [W0603(global-statement), counter_requests_group] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:91: [C0103(invalid-name), counter_requests_group] Constant name "groupNameIndexes" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:97: [C0116(missing-function-docstring), counter_responses] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:98: [W0603(global-statement), counter_responses] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:98: [C0103(invalid-name), counter_responses] Constant name "ctr_responses" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:107: [W0621(redefined-outer-name), group_counter_responses] Redefining name 'tmp' from outer scope (line 1209) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:108: [W0621(redefined-outer-name), group_counter_responses] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:104: [C0116(missing-function-docstring), group_counter_responses] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:105: [W0603(global-statement), group_counter_responses] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:105: [C0103(invalid-name), group_counter_responses] Constant name "ctr_responses" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:106: [W0603(global-statement), group_counter_responses] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:106: [C0103(invalid-name), group_counter_responses] Constant name "groupNames" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:117: [C0103(invalid-name), counter_responses_group] Argument name "groupId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:117: [C0116(missing-function-docstring), counter_responses_group] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:118: [W0603(global-statement), counter_responses_group] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:118: [C0103(invalid-name), counter_responses_group] Constant name "ctr_responses" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:119: [W0603(global-statement), counter_responses_group] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:119: [C0103(invalid-name), counter_responses_group] Constant name "groupNameIndexes" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:125: [C0116(missing-function-docstring), counter_files] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:126: [W0603(global-statement), counter_files] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:126: [C0103(invalid-name), counter_files] Constant name "ctr_files" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:135: [W0621(redefined-outer-name), group_counter_files] Redefining name 'tmp' from outer scope (line 1209) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:136: [W0621(redefined-outer-name), group_counter_files] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:132: [C0116(missing-function-docstring), group_counter_files] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:133: [W0603(global-statement), group_counter_files] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:133: [C0103(invalid-name), group_counter_files] Constant name "ctr_files" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:134: [W0603(global-statement), group_counter_files] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:134: [C0103(invalid-name), group_counter_files] Constant name "groupNames" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:145: [C0103(invalid-name), counter_files_group] Argument name "groupId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:145: [C0116(missing-function-docstring), counter_files_group] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:146: [W0603(global-statement), counter_files_group] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:146: [C0103(invalid-name), counter_files_group] Constant name "ctr_files" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:147: [W0603(global-statement), counter_files_group] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:147: [C0103(invalid-name), counter_files_group] Constant name "groupNameIndexes" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:154: [C0116(missing-function-docstring), counter_uniquefiles] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:155: [W0603(global-statement), counter_uniquefiles] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:155: [C0103(invalid-name), counter_uniquefiles] Constant name "fileMap" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:164: [W0621(redefined-outer-name), group_counter_uniquefiles] Redefining name 'tmp' from outer scope (line 1209) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:165: [W0621(redefined-outer-name), group_counter_uniquefiles] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:161: [C0116(missing-function-docstring), group_counter_uniquefiles] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:162: [W0603(global-statement), group_counter_uniquefiles] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:162: [C0103(invalid-name), group_counter_uniquefiles] Constant name "fileMap" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:163: [W0603(global-statement), group_counter_uniquefiles] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:163: [C0103(invalid-name), group_counter_uniquefiles] Constant name "groupNames" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:174: [C0103(invalid-name), counter_uniquefiles_group] Argument name "groupId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:174: [C0116(missing-function-docstring), counter_uniquefiles_group] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:175: [W0603(global-statement), counter_uniquefiles_group] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:175: [C0103(invalid-name), counter_uniquefiles_group] Constant name "fileMap" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:176: [W0603(global-statement), counter_uniquefiles_group] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:176: [C0103(invalid-name), counter_uniquefiles_group] Constant name "groupNameIndexes" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:182: [C0116(missing-function-docstring), testcase_info] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:183: [W0603(global-statement), testcase_info] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:183: [C0103(invalid-name), testcase_info] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:189: [C0116(missing-function-docstring), counter_events] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:190: [W0603(global-statement), counter_events] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:190: [C0103(invalid-name), counter_events] Constant name "ctr_events" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:199: [W0621(redefined-outer-name), group_counter_events] Redefining name 'tmp' from outer scope (line 1209) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:200: [W0621(redefined-outer-name), group_counter_events] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:196: [C0116(missing-function-docstring), group_counter_events] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:197: [W0603(global-statement), group_counter_events] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:197: [C0103(invalid-name), group_counter_events] Constant name "ctr_events" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:198: [W0603(global-statement), group_counter_events] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:198: [C0103(invalid-name), group_counter_events] Constant name "groupNames" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:209: [C0103(invalid-name), counter_events_group] Argument name "groupId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:209: [C0116(missing-function-docstring), counter_events_group] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:210: [W0603(global-statement), counter_events_group] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:210: [C0103(invalid-name), counter_events_group] Constant name "ctr_events" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:211: [W0603(global-statement), counter_events_group] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:211: [C0103(invalid-name), counter_events_group] Constant name "groupNameIndexes" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:217: [C0116(missing-function-docstring), exe_time] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:218: [W0603(global-statement), exe_time] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:218: [C0103(invalid-name), exe_time] Constant name "startTime" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:220: [C0103(invalid-name), exe_time] Variable name "stopTime" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:230: [W0621(redefined-outer-name), exe_time_first_poll] Redefining name 'tmp' from outer scope (line 1209) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:231: [W0621(redefined-outer-name), exe_time_first_poll] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:227: [C0116(missing-function-docstring), exe_time_first_poll] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:228: [W0603(global-statement), exe_time_first_poll] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:228: [C0103(invalid-name), exe_time_first_poll] Constant name "firstPollTime" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:247: [W0621(redefined-outer-name), group_exe_time_first_poll] Redefining name 'tmp' from outer scope (line 1209) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:248: [W0621(redefined-outer-name), group_exe_time_first_poll] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:243: [C0116(missing-function-docstring), group_exe_time_first_poll] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:244: [W0603(global-statement), group_exe_time_first_poll] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:244: [C0103(invalid-name), group_exe_time_first_poll] Constant name "firstPollTime" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:245: [W0603(global-statement), group_exe_time_first_poll] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:245: [C0103(invalid-name), group_exe_time_first_poll] Constant name "groupNames" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:261: [C0103(invalid-name), exe_time_first_poll_group] Argument name "groupId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:261: [C0116(missing-function-docstring), exe_time_first_poll_group] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:262: [W0603(global-statement), exe_time_first_poll_group] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:262: [C0103(invalid-name), exe_time_first_poll_group] Constant name "ctr_requests" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:263: [W0603(global-statement), exe_time_first_poll_group] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:263: [C0103(invalid-name), exe_time_first_poll_group] Constant name "groupNameIndexes" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:273: [C0116(missing-function-docstring), start] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:274: [W0603(global-statement), start] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:274: [C0103(invalid-name), start] Constant name "runningState" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:281: [C0116(missing-function-docstring), stop] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:282: [W0603(global-statement), stop] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:282: [C0103(invalid-name), stop] Constant name "runningState" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:289: [C0116(missing-function-docstring), status] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:290: [W0603(global-statement), status] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:290: [C0103(invalid-name), status] Constant name "runningState" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:296: [C0103(invalid-name), counter_uniquePNFs] Function name "counter_uniquePNFs" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:296: [C0116(missing-function-docstring), counter_uniquePNFs] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:297: [W0603(global-statement), counter_uniquePNFs] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:297: [C0103(invalid-name), counter_uniquePNFs] Constant name "pnfMap" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:306: [W0621(redefined-outer-name), group_counter_uniquePNFs] Redefining name 'tmp' from outer scope (line 1209) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:307: [W0621(redefined-outer-name), group_counter_uniquePNFs] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:303: [C0103(invalid-name), group_counter_uniquePNFs] Function name "group_counter_uniquePNFs" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:303: [C0116(missing-function-docstring), group_counter_uniquePNFs] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:304: [W0603(global-statement), group_counter_uniquePNFs] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:304: [C0103(invalid-name), group_counter_uniquePNFs] Constant name "pnfMap" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:305: [W0603(global-statement), group_counter_uniquePNFs] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:305: [C0103(invalid-name), group_counter_uniquePNFs] Constant name "groupNames" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:316: [C0103(invalid-name), counter_uniquePNFs_group] Function name "counter_uniquePNFs_group" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:316: [C0103(invalid-name), counter_uniquePNFs_group] Argument name "groupId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:316: [C0116(missing-function-docstring), counter_uniquePNFs_group] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:317: [W0603(global-statement), counter_uniquePNFs_group] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:317: [C0103(invalid-name), counter_uniquePNFs_group] Constant name "pnfMap" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:318: [W0603(global-statement), counter_uniquePNFs_group] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:318: [C0103(invalid-name), counter_uniquePNFs_group] Constant name "groupNameIndexes" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:326: [C0103(invalid-name), MR_reply] Function name "MR_reply" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:326: [C0103(invalid-name), MR_reply] Argument name "consumerGroup" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:326: [C0103(invalid-name), MR_reply] Argument name "consumerId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:326: [C0116(missing-function-docstring), MR_reply] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:327: [W0603(global-statement), MR_reply] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:327: [C0103(invalid-name), MR_reply] Constant name "ctr_requests" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:328: [W0603(global-statement), MR_reply] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:328: [C0103(invalid-name), MR_reply] Constant name "ctr_responses" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:329: [W0603(global-statement), MR_reply] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:329: [C0103(invalid-name), MR_reply] Constant name "args" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:330: [W0603(global-statement), MR_reply] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:330: [C0103(invalid-name), MR_reply] Constant name "runningState" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:331: [W0603(global-statement), MR_reply] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:331: [C0103(invalid-name), MR_reply] Constant name "firstPollTime" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:332: [W0603(global-statement), MR_reply] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:332: [C0103(invalid-name), MR_reply] Constant name "groupNameIndexes" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:333: [W0603(global-statement), MR_reply] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:333: [C0103(invalid-name), MR_reply] Constant name "changeIds" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:334: [W0603(global-statement), MR_reply] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:334: [C0103(invalid-name), MR_reply] Constant name "filePrefixes" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:336: [C0103(invalid-name), MR_reply] Variable name "groupIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:339: [C0103(invalid-name), MR_reply] Variable name "reqCtr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:340: [C0103(invalid-name), MR_reply] Variable name "changeId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:342: [C0103(invalid-name), MR_reply] Variable name "filePrefix" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:357: [R1705(no-else-return), MR_reply] Unnecessary "elif" after "return" mocks/datafilecollector-testharness/mr-sim/mr-sim.py:326: [R1710(inconsistent-return-statements), MR_reply] Either all return statements in a function should return an expression, or none of them should. mocks/datafilecollector-testharness/mr-sim/mr-sim.py:326: [W0613(unused-argument), MR_reply] Unused argument 'consumerId' mocks/datafilecollector-testharness/mr-sim/mr-sim.py:326: [R0911(too-many-return-statements), MR_reply] Too many return statements (59/6) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:326: [R0912(too-many-branches), MR_reply] Too many branches (60/12) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:326: [R0915(too-many-statements), MR_reply] Too many statements (80/50) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:494: [C0103(invalid-name), tc100] Argument name "groupIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:494: [C0103(invalid-name), tc100] Argument name "changeId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:494: [C0103(invalid-name), tc100] Argument name "filePrefix" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:494: [C0103(invalid-name), tc100] Argument name "ftpType" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:494: [C0103(invalid-name), tc100] Argument name "fileSize" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:494: [C0116(missing-function-docstring), tc100] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:495: [W0603(global-statement), tc100] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:495: [C0103(invalid-name), tc100] Constant name "ctr_responses" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:496: [W0603(global-statement), tc100] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:496: [C0103(invalid-name), tc100] Constant name "ctr_events" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:504: [C0103(invalid-name), tc100] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:505: [C0103(invalid-name), tc100] Variable name "nodeIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:506: [C0103(invalid-name), tc100] Variable name "nodeName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:507: [C0103(invalid-name), tc100] Variable name "fileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:547: [C0103(invalid-name), tc110] Argument name "groupIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:547: [C0103(invalid-name), tc110] Argument name "changeId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:547: [C0103(invalid-name), tc110] Argument name "filePrefix" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:547: [C0103(invalid-name), tc110] Argument name "ftpType" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:547: [C0116(missing-function-docstring), tc110] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:548: [W0603(global-statement), tc110] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:548: [C0103(invalid-name), tc110] Constant name "ctr_responses" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:549: [W0603(global-statement), tc110] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:549: [C0103(invalid-name), tc110] Constant name "ctr_events" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:557: [C0103(invalid-name), tc110] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:558: [C0103(invalid-name), tc110] Variable name "nodeIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:559: [C0103(invalid-name), tc110] Variable name "nodeName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:560: [C0103(invalid-name), tc110] Variable name "fileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:580: [W0621(redefined-outer-name), tc111] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:566: [C0103(invalid-name), tc111] Argument name "groupIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:566: [C0103(invalid-name), tc111] Argument name "changeId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:566: [C0103(invalid-name), tc111] Argument name "filePrefix" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:566: [C0103(invalid-name), tc111] Argument name "ftpType" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:566: [C0116(missing-function-docstring), tc111] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:567: [W0603(global-statement), tc111] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:567: [C0103(invalid-name), tc111] Constant name "ctr_responses" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:568: [W0603(global-statement), tc111] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:568: [C0103(invalid-name), tc111] Constant name "ctr_events" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:576: [C0103(invalid-name), tc111] Variable name "nodeIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:577: [C0103(invalid-name), tc111] Variable name "nodeName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:581: [C0103(invalid-name), tc111] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:582: [C0321(multiple-statements), tc111] More than one statement on a single line mocks/datafilecollector-testharness/mr-sim/mr-sim.py:583: [C0103(invalid-name), tc111] Variable name "fileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:606: [W0621(redefined-outer-name), tc112] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:592: [C0103(invalid-name), tc112] Argument name "groupIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:592: [C0103(invalid-name), tc112] Argument name "changeId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:592: [C0103(invalid-name), tc112] Argument name "filePrefix" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:592: [C0103(invalid-name), tc112] Argument name "ftpType" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:592: [C0116(missing-function-docstring), tc112] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:593: [W0603(global-statement), tc112] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:593: [C0103(invalid-name), tc112] Constant name "ctr_responses" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:594: [W0603(global-statement), tc112] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:594: [C0103(invalid-name), tc112] Constant name "ctr_events" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:602: [C0103(invalid-name), tc112] Variable name "nodeIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:603: [C0103(invalid-name), tc112] Variable name "nodeName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:607: [C0103(invalid-name), tc112] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:608: [C0321(multiple-statements), tc112] More than one statement on a single line mocks/datafilecollector-testharness/mr-sim/mr-sim.py:609: [C0103(invalid-name), tc112] Variable name "fileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:636: [W0621(redefined-outer-name), tc113] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:618: [C0103(invalid-name), tc113] Argument name "groupIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:618: [C0103(invalid-name), tc113] Argument name "changeId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:618: [C0103(invalid-name), tc113] Argument name "filePrefix" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:618: [C0103(invalid-name), tc113] Argument name "ftpType" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:618: [C0116(missing-function-docstring), tc113] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:619: [W0603(global-statement), tc113] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:619: [C0103(invalid-name), tc113] Constant name "ctr_responses" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:620: [W0603(global-statement), tc113] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:620: [C0103(invalid-name), tc113] Constant name "ctr_events" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:628: [C0103(invalid-name), tc113] Variable name "nodeIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:629: [C0103(invalid-name), tc113] Variable name "nodeName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:637: [C0103(invalid-name), tc113] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:638: [C0321(multiple-statements), tc113] More than one statement on a single line mocks/datafilecollector-testharness/mr-sim/mr-sim.py:639: [C0103(invalid-name), tc113] Variable name "fileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:680: [W0621(redefined-outer-name), tc120] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:649: [C0103(invalid-name), tc120] Argument name "groupIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:649: [C0103(invalid-name), tc120] Argument name "changeId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:649: [C0103(invalid-name), tc120] Argument name "filePrefix" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:649: [C0103(invalid-name), tc120] Argument name "ftpType" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:649: [C0116(missing-function-docstring), tc120] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:650: [W0603(global-statement), tc120] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:650: [C0103(invalid-name), tc120] Constant name "ctr_responses" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:651: [W0603(global-statement), tc120] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:651: [C0103(invalid-name), tc120] Constant name "ctr_events" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:656: [C0103(invalid-name), tc120] Variable name "nodeIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:657: [C0103(invalid-name), tc120] Variable name "nodeName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:681: [C0103(invalid-name), tc120] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:682: [C0321(multiple-statements), tc120] More than one statement on a single line mocks/datafilecollector-testharness/mr-sim/mr-sim.py:683: [C0103(invalid-name), tc120] Variable name "fileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:649: [R1710(inconsistent-return-statements), tc120] Either all return statements in a function should return an expression, or none of them should. mocks/datafilecollector-testharness/mr-sim/mr-sim.py:707: [W0621(redefined-outer-name), tc121] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:692: [C0103(invalid-name), tc121] Argument name "groupIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:692: [C0103(invalid-name), tc121] Argument name "changeId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:692: [C0103(invalid-name), tc121] Argument name "filePrefix" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:692: [C0103(invalid-name), tc121] Argument name "ftpType" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:692: [C0116(missing-function-docstring), tc121] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:693: [W0603(global-statement), tc121] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:693: [C0103(invalid-name), tc121] Constant name "ctr_responses" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:694: [W0603(global-statement), tc121] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:694: [C0103(invalid-name), tc121] Constant name "ctr_events" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:702: [C0103(invalid-name), tc121] Variable name "nodeIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:703: [C0103(invalid-name), tc121] Variable name "nodeName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:706: [C0103(invalid-name), tc121] Variable name "fileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:708: [C0103(invalid-name), tc121] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:710: [C0103(invalid-name), tc121] Variable name "fileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:712: [C0103(invalid-name), tc121] Variable name "fileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:715: [C0321(multiple-statements), tc121] More than one statement on a single line mocks/datafilecollector-testharness/mr-sim/mr-sim.py:737: [W0621(redefined-outer-name), tc122] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:723: [C0103(invalid-name), tc122] Argument name "groupIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:723: [C0103(invalid-name), tc122] Argument name "changeId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:723: [C0103(invalid-name), tc122] Argument name "filePrefix" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:723: [C0103(invalid-name), tc122] Argument name "ftpType" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:723: [C0116(missing-function-docstring), tc122] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:724: [W0603(global-statement), tc122] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:724: [C0103(invalid-name), tc122] Constant name "ctr_responses" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:725: [W0603(global-statement), tc122] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:725: [C0103(invalid-name), tc122] Constant name "ctr_events" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:733: [C0103(invalid-name), tc122] Variable name "nodeIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:734: [C0103(invalid-name), tc122] Variable name "nodeName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:738: [C0103(invalid-name), tc122] Variable name "fileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:739: [C0321(multiple-statements), tc122] More than one statement on a single line mocks/datafilecollector-testharness/mr-sim/mr-sim.py:760: [W0621(redefined-outer-name), tc1000] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:749: [C0103(invalid-name), tc1000] Argument name "groupIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:749: [C0103(invalid-name), tc1000] Argument name "changeId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:749: [C0103(invalid-name), tc1000] Argument name "filePrefix" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:749: [C0103(invalid-name), tc1000] Argument name "ftpType" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:749: [C0116(missing-function-docstring), tc1000] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:750: [W0603(global-statement), tc1000] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:750: [C0103(invalid-name), tc1000] Constant name "ctr_responses" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:751: [W0603(global-statement), tc1000] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:751: [C0103(invalid-name), tc1000] Constant name "ctr_events" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:756: [C0103(invalid-name), tc1000] Variable name "nodeIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:757: [C0103(invalid-name), tc1000] Variable name "nodeName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:761: [C0103(invalid-name), tc1000] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:762: [C0321(multiple-statements), tc1000] More than one statement on a single line mocks/datafilecollector-testharness/mr-sim/mr-sim.py:763: [C0103(invalid-name), tc1000] Variable name "fileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:783: [W0621(redefined-outer-name), tc1001] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:772: [C0103(invalid-name), tc1001] Argument name "groupIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:772: [C0103(invalid-name), tc1001] Argument name "changeId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:772: [C0103(invalid-name), tc1001] Argument name "filePrefix" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:772: [C0103(invalid-name), tc1001] Argument name "ftpType" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:772: [C0116(missing-function-docstring), tc1001] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:773: [W0603(global-statement), tc1001] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:773: [C0103(invalid-name), tc1001] Constant name "ctr_responses" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:774: [W0603(global-statement), tc1001] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:774: [C0103(invalid-name), tc1001] Constant name "ctr_events" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:779: [C0103(invalid-name), tc1001] Variable name "nodeIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:780: [C0103(invalid-name), tc1001] Variable name "nodeName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:784: [C0103(invalid-name), tc1001] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:785: [C0321(multiple-statements), tc1001] More than one statement on a single line mocks/datafilecollector-testharness/mr-sim/mr-sim.py:786: [C0103(invalid-name), tc1001] Variable name "fileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:814: [W0621(redefined-outer-name), tc1100] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:796: [C0103(invalid-name), tc1100] Argument name "groupIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:796: [C0103(invalid-name), tc1100] Argument name "changeId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:796: [C0103(invalid-name), tc1100] Argument name "filePrefix" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:796: [C0103(invalid-name), tc1100] Argument name "ftpType" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:796: [C0116(missing-function-docstring), tc1100] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:797: [W0603(global-statement), tc1100] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:797: [C0103(invalid-name), tc1100] Constant name "ctr_responses" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:798: [W0603(global-statement), tc1100] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:798: [C0103(invalid-name), tc1100] Constant name "ctr_events" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:810: [C0103(invalid-name), tc1100] Variable name "nodeIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:811: [C0103(invalid-name), tc1100] Variable name "nodeName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:815: [C0103(invalid-name), tc1100] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:816: [C0321(multiple-statements), tc1100] More than one statement on a single line mocks/datafilecollector-testharness/mr-sim/mr-sim.py:817: [C0103(invalid-name), tc1100] Variable name "fileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:819: [C0103(invalid-name), tc1100] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:845: [W0621(redefined-outer-name), tc1200] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:827: [C0103(invalid-name), tc1200] Argument name "groupIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:827: [C0103(invalid-name), tc1200] Argument name "changeId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:827: [C0103(invalid-name), tc1200] Argument name "filePrefix" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:827: [C0103(invalid-name), tc1200] Argument name "ftpType" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:827: [C0116(missing-function-docstring), tc1200] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:828: [W0603(global-statement), tc1200] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:828: [C0103(invalid-name), tc1200] Constant name "ctr_responses" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:829: [W0603(global-statement), tc1200] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:829: [C0103(invalid-name), tc1200] Constant name "ctr_events" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:841: [C0103(invalid-name), tc1200] Variable name "nodeIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:842: [C0103(invalid-name), tc1200] Variable name "nodeName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:846: [C0103(invalid-name), tc1200] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:847: [C0321(multiple-statements), tc1200] More than one statement on a single line mocks/datafilecollector-testharness/mr-sim/mr-sim.py:848: [C0103(invalid-name), tc1200] Variable name "fileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:850: [C0103(invalid-name), tc1200] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:891: [W0621(redefined-outer-name), tc1300] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:859: [C0103(invalid-name), tc1300] Argument name "groupIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:859: [C0103(invalid-name), tc1300] Argument name "changeId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:859: [C0103(invalid-name), tc1300] Argument name "filePrefix" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:859: [C0103(invalid-name), tc1300] Argument name "ftpType" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:859: [C0116(missing-function-docstring), tc1300] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:860: [W0603(global-statement), tc1300] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:860: [C0103(invalid-name), tc1300] Constant name "ctr_responses" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:861: [W0603(global-statement), tc1300] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:861: [C0103(invalid-name), tc1300] Constant name "ctr_events" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:862: [W0603(global-statement), tc1300] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:862: [C0103(invalid-name), tc1300] Constant name "rop_counter" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:863: [W0603(global-statement), tc1300] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:863: [C0103(invalid-name), tc1300] Constant name "rop_timestamp" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:865: [E0601(used-before-assignment), tc1300] Using variable 'rop_counter' before assignment mocks/datafilecollector-testharness/mr-sim/mr-sim.py:872: [R1705(no-else-return), tc1300] Unnecessary "else" after "return" mocks/datafilecollector-testharness/mr-sim/mr-sim.py:887: [C0103(invalid-name), tc1300] Variable name "nodeIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:888: [C0103(invalid-name), tc1300] Variable name "nodeName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:892: [C0103(invalid-name), tc1300] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:893: [C0321(multiple-statements), tc1300] More than one statement on a single line mocks/datafilecollector-testharness/mr-sim/mr-sim.py:894: [C0103(invalid-name), tc1300] Variable name "fileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:896: [C0103(invalid-name), tc1300] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:929: [W0621(redefined-outer-name), tc1500] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:904: [C0103(invalid-name), tc1500] Argument name "groupIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:904: [C0103(invalid-name), tc1500] Argument name "changeId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:904: [C0103(invalid-name), tc1500] Argument name "filePrefix" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:904: [C0103(invalid-name), tc1500] Argument name "ftpType" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:904: [C0116(missing-function-docstring), tc1500] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:905: [W0603(global-statement), tc1500] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:905: [C0103(invalid-name), tc1500] Constant name "ctr_responses" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:906: [W0603(global-statement), tc1500] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:906: [C0103(invalid-name), tc1500] Constant name "ctr_events" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:907: [W0603(global-statement), tc1500] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:907: [C0103(invalid-name), tc1500] Constant name "rop_counter" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:908: [W0603(global-statement), tc1500] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:908: [C0103(invalid-name), tc1500] Constant name "rop_timestamp" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:925: [C0103(invalid-name), tc1500] Variable name "nodeIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:926: [C0103(invalid-name), tc1500] Variable name "nodeName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:930: [C0103(invalid-name), tc1500] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:931: [C0321(multiple-statements), tc1500] More than one statement on a single line mocks/datafilecollector-testharness/mr-sim/mr-sim.py:933: [C0103(invalid-name), tc1500] Variable name "fileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:935: [C0103(invalid-name), tc1500] Variable name "fileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:936: [C0103(invalid-name), tc1500] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:949: [R1705(no-else-return), tc1500] Unnecessary "else" after "return" mocks/datafilecollector-testharness/mr-sim/mr-sim.py:964: [C0103(invalid-name), tc1500] Variable name "nodeIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:965: [C0103(invalid-name), tc1500] Variable name "nodeName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:969: [C0103(invalid-name), tc1500] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:970: [C0321(multiple-statements), tc1500] More than one statement on a single line mocks/datafilecollector-testharness/mr-sim/mr-sim.py:971: [C0103(invalid-name), tc1500] Variable name "fileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:973: [C0103(invalid-name), tc1500] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:904: [R0912(too-many-branches), tc1500] Too many branches (15/12) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:904: [R0915(too-many-statements), tc1500] Too many statements (51/50) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1000: [W0621(redefined-outer-name), tc500] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:981: [C0103(invalid-name), tc500] Argument name "groupIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:981: [C0103(invalid-name), tc500] Argument name "changeId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:981: [C0103(invalid-name), tc500] Argument name "filePrefix" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:981: [C0103(invalid-name), tc500] Argument name "ftpType" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:981: [C0116(missing-function-docstring), tc500] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:982: [W0603(global-statement), tc500] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:982: [C0103(invalid-name), tc500] Constant name "ctr_responses" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:983: [W0603(global-statement), tc500] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:983: [C0103(invalid-name), tc500] Constant name "ctr_events" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:997: [C0103(invalid-name), tc500] Variable name "nodeName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1001: [C0103(invalid-name), tc500] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1002: [C0321(multiple-statements), tc500] More than one statement on a single line mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1003: [C0103(invalid-name), tc500] Variable name "fileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1005: [C0103(invalid-name), tc500] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1013: [C0103(invalid-name), tc510] Argument name "groupIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1013: [C0103(invalid-name), tc510] Argument name "changeId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1013: [C0103(invalid-name), tc510] Argument name "filePrefix" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1013: [C0103(invalid-name), tc510] Argument name "ftpType" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1013: [C0103(invalid-name), tc510] Argument name "fileSize" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1013: [C0116(missing-function-docstring), tc510] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1014: [W0603(global-statement), tc510] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1014: [C0103(invalid-name), tc510] Constant name "ctr_responses" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1015: [W0603(global-statement), tc510] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1015: [C0103(invalid-name), tc510] Constant name "ctr_events" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1028: [C0103(invalid-name), tc510] Variable name "nodeName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1030: [C0103(invalid-name), tc510] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1031: [C0103(invalid-name), tc510] Variable name "fileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1033: [C0103(invalid-name), tc510] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1040: [C0103(invalid-name), tc511] Argument name "groupIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1040: [C0103(invalid-name), tc511] Argument name "changeId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1040: [C0103(invalid-name), tc511] Argument name "filePrefix" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1040: [C0103(invalid-name), tc511] Argument name "ftpType" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1040: [C0103(invalid-name), tc511] Argument name "fileSize" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1040: [C0116(missing-function-docstring), tc511] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1041: [W0603(global-statement), tc511] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1041: [C0103(invalid-name), tc511] Constant name "ctr_responses" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1042: [W0603(global-statement), tc511] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1042: [C0103(invalid-name), tc511] Constant name "ctr_events" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1055: [C0103(invalid-name), tc511] Variable name "nodeName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1057: [C0103(invalid-name), tc511] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1058: [C0103(invalid-name), tc511] Variable name "fileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1060: [C0103(invalid-name), tc511] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1088: [W0621(redefined-outer-name), tc710] Redefining name 'i' from outer scope (line 1210) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1067: [C0103(invalid-name), tc710] Argument name "groupIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1067: [C0103(invalid-name), tc710] Argument name "changeId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1067: [C0103(invalid-name), tc710] Argument name "filePrefix" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1067: [C0103(invalid-name), tc710] Argument name "ftpType" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1067: [C0116(missing-function-docstring), tc710] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1068: [W0603(global-statement), tc710] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1068: [C0103(invalid-name), tc710] Constant name "ctr_responses" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1069: [W0603(global-statement), tc710] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1069: [C0103(invalid-name), tc710] Constant name "ctr_events" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1084: [C0103(invalid-name), tc710] Variable name "nodeIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1085: [C0103(invalid-name), tc710] Variable name "nodeName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1089: [C0103(invalid-name), tc710] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1090: [C0321(multiple-statements), tc710] More than one statement on a single line mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1091: [C0103(invalid-name), tc710] Variable name "fileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1093: [C0103(invalid-name), tc710] Variable name "seqNr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1104: [W0621(redefined-outer-name), createNodeName] Redefining name 'index' from outer scope (line 41) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1104: [C0103(invalid-name), createNodeName] Function name "createNodeName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1104: [C0116(missing-function-docstring), createNodeName] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1107: [W0621(redefined-outer-name), createFileName] Redefining name 'index' from outer scope (line 41) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1107: [C0103(invalid-name), createFileName] Function name "createFileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1107: [C0103(invalid-name), createFileName] Argument name "groupIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1107: [C0103(invalid-name), createFileName] Argument name "filePrefix" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1107: [C0103(invalid-name), createFileName] Argument name "nodeName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1107: [C0116(missing-function-docstring), createFileName] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1108: [W0603(global-statement), createFileName] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1108: [C0103(invalid-name), createFileName] Constant name "ctr_files" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1112: [W0621(redefined-outer-name), createMissingFileName] Redefining name 'index' from outer scope (line 41) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1112: [C0103(invalid-name), createMissingFileName] Function name "createMissingFileName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1112: [C0103(invalid-name), createMissingFileName] Argument name "groupIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1112: [C0103(invalid-name), createMissingFileName] Argument name "filePrefix" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1112: [C0103(invalid-name), createMissingFileName] Argument name "nodeName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1112: [C0116(missing-function-docstring), createMissingFileName] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1113: [W0603(global-statement), createMissingFileName] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1113: [C0103(invalid-name), createMissingFileName] Constant name "ctr_files" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1120: [C0103(invalid-name), getEventHead] Function name "getEventHead" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1120: [C0103(invalid-name), getEventHead] Argument name "groupIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1120: [C0103(invalid-name), getEventHead] Argument name "changeId" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1120: [C0116(missing-function-docstring), getEventHead] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1121: [W0603(global-statement), getEventHead] Using the global statement mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1121: [C0103(invalid-name), getEventHead] Constant name "pnfMap" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1123: [C0103(invalid-name), getEventHead] Variable name "headStr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1152: [W0622(redefined-builtin), getEventName] Redefining built-in 'type' mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1152: [C0103(invalid-name), getEventName] Function name "getEventName" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1152: [C0103(invalid-name), getEventName] Argument name "fn" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1152: [C0103(invalid-name), getEventName] Argument name "nodeIndex" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1152: [C0116(missing-function-docstring), getEventName] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1155: [C0103(invalid-name), getEventName] Variable name "ip" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1158: [C0103(invalid-name), getEventName] Variable name "ip" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1160: [C0103(invalid-name), getEventName] Variable name "nameStr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1172: [C0103(invalid-name), getEventEnd] Function name "getEventEnd" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1172: [C0116(missing-function-docstring), getEventEnd] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1173: [C0103(invalid-name), getEventEnd] Variable name "endStr" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1182: [C0103(invalid-name), buildOkResponse] Function name "buildOkResponse" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1182: [C0116(missing-function-docstring), buildOkResponse] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1190: [C0103(invalid-name), buildEmptyResponse] Function name "buildEmptyResponse" doesn't conform to snake_case naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1190: [C0116(missing-function-docstring), buildEmptyResponse] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1201: [C0103(invalid-name), ] Constant name "sftp_sims" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1202: [C0103(invalid-name), ] Constant name "ftps_sims" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1203: [C0103(invalid-name), ] Constant name "num_ftp_servers" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1209: [C0103(invalid-name), ] Constant name "tmp" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1210: [C0200(consider-using-enumerate), ] Consider using enumerate instead of iterating with range and len mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1215: [C0103(invalid-name), ] Constant name "tmp" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1216: [C0200(consider-using-enumerate), ] Consider using enumerate instead of iterating with range and len mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1221: [C0103(invalid-name), ] Constant name "groups" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1223: [C0103(invalid-name), ] Constant name "configuredPrefixes" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1226: [C0103(invalid-name), ] Constant name "groups" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1232: [C0103(invalid-name), ] Constant name "configuredPrefixes" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1238: [C0103(invalid-name), ] Constant name "ctr_responses" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1239: [C0103(invalid-name), ] Constant name "ctr_requests" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1240: [C0103(invalid-name), ] Constant name "ctr_files" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1241: [C0103(invalid-name), ] Constant name "ctr_events" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1242: [C0103(invalid-name), ] Constant name "startTime" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1243: [C0103(invalid-name), ] Constant name "firstPollTime" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1244: [C0103(invalid-name), ] Constant name "runningState" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1246: [C0103(invalid-name), ] Constant name "fileMap" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1248: [C0103(invalid-name), ] Constant name "pnfMap" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1250: [C0103(invalid-name), ] Constant name "rop_counter" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1251: [C0103(invalid-name), ] Constant name "rop_timestamp" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1254: [C0103(invalid-name), ] Constant name "groupNames" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1256: [C0103(invalid-name), ] Constant name "groupNameIndexes" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1258: [C0103(invalid-name), ] Constant name "configuredGroups" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1260: [C0103(invalid-name), ] Constant name "configuredChangeIds" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1262: [C0103(invalid-name), ] Constant name "changeIds" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1264: [C0103(invalid-name), ] Constant name "filePrefixes" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1266: [C0103(invalid-name), ] Constant name "tmp" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1267: [C0200(consider-using-enumerate), ] Consider using enumerate instead of iterating with range and len mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1269: [C0200(consider-using-enumerate), ] Consider using enumerate instead of iterating with range and len mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1294: [C0103(invalid-name), ] Constant name "tmp" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1295: [C0200(consider-using-enumerate), ] Consider using enumerate instead of iterating with range and len mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1299: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1300: [C0103(invalid-name), ] Constant name "tc_help" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1302: [C0103(invalid-name), ] Constant name "parser" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1570: [C0103(invalid-name), ] Constant name "args" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1575: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1577: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1579: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1582: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1584: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1586: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1588: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1591: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1593: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1595: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1598: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1600: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1603: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1605: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1607: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1609: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1611: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1613: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1615: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1617: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1619: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1622: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1625: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1627: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1629: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1631: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1633: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1636: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1639: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1642: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1644: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1646: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1649: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1651: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1653: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1655: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1658: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1660: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1662: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1665: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1667: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1670: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1672: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1674: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1676: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1678: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1680: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1682: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1684: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1686: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1689: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1692: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1694: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1696: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1698: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1700: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1702: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1704: [C0103(invalid-name), ] Constant name "tc_num" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1713: [C0200(consider-using-enumerate), ] Consider using enumerate instead of iterating with range and len mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1716: [C0200(consider-using-enumerate), ] Consider using enumerate instead of iterating with range and len mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1721: [W0621(redefined-outer-name), https_app] Redefining name 'kwargs' from outer scope (line 1729) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1721: [C0116(missing-function-docstring), https_app] Missing function or method docstring mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1722: [C0415(import-outside-toplevel), https_app] Import outside toplevel (ssl) mocks/datafilecollector-testharness/mr-sim/mr-sim.py:1729: [C0103(invalid-name), ] Constant name "kwargs" doesn't conform to UPPER_CASE naming style mocks/datafilecollector-testharness/mr-sim/mr-sim.py:2: [W0611(unused-import), ] Unused import json mocks/datafilecollector-testharness/mr-sim/mr-sim.py:8: [W0611(unused-import), ] Unused render_template imported from flask mocks/datafilecollector-testharness/mr-sim/mr-sim.py:8: [W0611(unused-import), ] Unused request imported from flask mocks/datafilecollector-testharness/mr-sim/mr-sim.py:9: [W0611(unused-import), ] Unused secure_filename imported from werkzeug ************* Module mocks.pnfsimulator.simulator-cli.setup mocks/pnfsimulator/simulator-cli/setup.py:1: [C0114(missing-module-docstring), ] Missing module docstring ************* Module mocks.pnfsimulator.simulator-cli.cli.pnf_simulator mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:109: [C0301(line-too-long), ] Line too long (127/120) mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:123: [C0301(line-too-long), ] Line too long (127/120) mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:166: [C0301(line-too-long), ] Line too long (122/120) mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:199: [C0301(line-too-long), ] Line too long (124/120) mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:225: [C0301(line-too-long), ] Line too long (193/120) mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:241: [C0301(line-too-long), ] Line too long (154/120) mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:310: [C0326(bad-whitespace), ] Exactly one space required after comma send_parser.add_argument("--address", required=True, help="IP address of simulator") ^ mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:311: [C0301(line-too-long), ] Line too long (125/120) mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:311: [C0326(bad-whitespace), ] Exactly one space required after comma send_parser.add_argument("--name", required=True, help="Name of template file which should be used as a base for event") ^ mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:323: [C0326(bad-whitespace), ] Exactly one space required after comma send_parser.add_argument("--filepath", required=True, help="Name of file with complete event for direct sending.") ^ mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:350: [C0301(line-too-long), ] Line too long (125/120) mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:1: [C0114(missing-module-docstring), ] Missing module docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:40: [C0115(missing-class-docstring), Messages] Missing class docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:40: [R0205(useless-object-inheritance), Messages] Class 'Messages' inherits from object, can be safely removed from bases in python3 mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:40: [R0903(too-few-public-methods), Messages] Too few public methods (0/2) mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:44: [C0115(missing-class-docstring), SimulatorParams] Missing class docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:44: [R0205(useless-object-inheritance), SimulatorParams] Class 'SimulatorParams' inherits from object, can be safely removed from bases in python3 mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:50: [C0116(missing-function-docstring), SimulatorParams.to_json] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:61: [C0115(missing-class-docstring), PersistedEventRequest] Missing class docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:61: [R0205(useless-object-inheritance), PersistedEventRequest] Class 'PersistedEventRequest' inherits from object, can be safely removed from bases in python3 mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:67: [C0116(missing-function-docstring), PersistedEventRequest.to_json] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:75: [C0115(missing-class-docstring), FullEventRequest] Missing class docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:75: [R0205(useless-object-inheritance), FullEventRequest] Class 'FullEventRequest' inherits from object, can be safely removed from bases in python3 mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:80: [C0116(missing-function-docstring), FullEventRequest.to_json] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:87: [C0115(missing-class-docstring), TemplateUploadRequest] Missing class docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:87: [R0205(useless-object-inheritance), TemplateUploadRequest] Class 'TemplateUploadRequest' inherits from object, can be safely removed from bases in python3 mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:92: [C0116(missing-function-docstring), TemplateUploadRequest.to_json] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:99: [C0115(missing-class-docstring), SimulatorClient] Missing class docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:99: [R0205(useless-object-inheritance), SimulatorClient] Class 'SimulatorClient' inherits from object, can be safely removed from bases in python3 mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:106: [C0116(missing-function-docstring), SimulatorClient.send_event] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:120: [C0116(missing-function-docstring), SimulatorClient.send_one_time_event] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:134: [C0116(missing-function-docstring), SimulatorClient.get_configuration] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:144: [C0116(missing-function-docstring), SimulatorClient.edit_configuration] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:163: [C0116(missing-function-docstring), SimulatorClient.list_templates] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:173: [C0116(missing-function-docstring), SimulatorClient.get_template_by_name] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:184: [C0116(missing-function-docstring), SimulatorClient.upload_template] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:197: [C0116(missing-function-docstring), SimulatorClient.search_for_templates] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:211: [C0115(missing-class-docstring), RequestSerializer] Missing class docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:212: [E0202(method-hidden), RequestSerializer.default] An attribute defined in json.encoder line 158 hides this method mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:213: [R1701(consider-merging-isinstance), RequestSerializer.default] Consider merging these isinstance calls to isinstance(o, (PersistedEventRequest, SimulatorParams)) mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:217: [C0116(missing-function-docstring), create_argument_parser] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:260: [C0116(missing-function-docstring), get_configuration] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:265: [C0116(missing-function-docstring), edit_configuration] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:270: [C0116(missing-function-docstring), perform_template_action] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:282: [C0116(missing-function-docstring), list_all_templates] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:287: [C0116(missing-function-docstring), filter_templates] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:363: [C0116(missing-function-docstring), path_leaf] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:369: [C0103(invalid-name), ] Constant name "argument_parser" doesn't conform to UPPER_CASE naming style mocks/pnfsimulator/simulator-cli/cli/pnf_simulator.py:370: [C0103(invalid-name), ] Constant name "result" doesn't conform to UPPER_CASE naming style ************* Module mocks.pnfsimulator.simulator-cli.cli.netconf_simulator mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:45: [C0301(line-too-long), ] Line too long (126/120) mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:50: [C0326(bad-whitespace), ] Exactly one space required around assignment self._verbose=verbose ^ mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:73: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment response = requests.get(url = simulator_address, params = parameters) ^ mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:73: [C0326(bad-whitespace), ] No space allowed around keyword argument assignment response = requests.get(url = simulator_address, params = parameters) ^ mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:78: [C0326(bad-whitespace), ] Exactly one space required around keyword argument assignment def get_config(self, module_name: str=None, container:str=None)-> None: ^ mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:78: [C0326(bad-whitespace), ] Exactly one space required after : def get_config(self, module_name: str=None, container:str=None)-> None: ^ mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:78: [C0326(bad-whitespace), ] Exactly one space required around keyword argument assignment def get_config(self, module_name: str=None, container:str=None)-> None: ^ mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:91: [C0301(line-too-long), ] Line too long (123/120) mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:105: [C0301(line-too-long), ] Line too long (122/120) mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:117: [C0326(bad-whitespace), ] Exactly one space required after comma files = {"editConfigXml": open(new_config_path,"rb")} ^ mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:162: [C0330(bad-continuation), ] Wrong continued indentation (add 1 space). description="Method which allows user to view N last lines of configuration changes") ^| mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:162: [C0301(line-too-long), ] Line too long (125/120) mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:165: [C0301(line-too-long), ] Line too long (121/120) mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:259: [C0326(bad-whitespace), ] Exactly one space required after comma get_config_parser.add_argument("--verbose", action='store_true',help="Displays additional logs") ^ mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:1: [C0114(missing-module-docstring), ] Missing module docstring mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:25: [E0401(import-error), ] Unable to import 'requests' mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:28: [E0401(import-error), ] Unable to import 'requests' mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:30: [E0401(import-error), ] Unable to import 'cli.client.tailf_client' mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:44: [C0115(missing-class-docstring), NetconfSimulatorClient] Missing class docstring mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:44: [R0205(useless-object-inheritance), NetconfSimulatorClient] Class 'NetconfSimulatorClient' inherits from object, can be safely removed from bases in python3 mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:52: [C0116(missing-function-docstring), NetconfSimulatorClient.tailf_like_func] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:57: [C0116(missing-function-docstring), NetconfSimulatorClient.get_cm_history] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:65: [W1202(logging-format-interpolation), NetconfSimulatorClient.get_cm_history] Use % formatting in logging functions and pass the % parameters as arguments mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:67: [C0116(missing-function-docstring), NetconfSimulatorClient.less_like_func] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:76: [W1202(logging-format-interpolation), NetconfSimulatorClient.less_like_func] Use % formatting in logging functions and pass the % parameters as arguments mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:78: [C0116(missing-function-docstring), NetconfSimulatorClient.get_config] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:86: [W1202(logging-format-interpolation), NetconfSimulatorClient.get_config] Use % formatting in logging functions and pass the % parameters as arguments mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:88: [C0116(missing-function-docstring), NetconfSimulatorClient.load_yang_model] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:100: [W1202(logging-format-interpolation), NetconfSimulatorClient.load_yang_model] Use % formatting in logging functions and pass the % parameters as arguments mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:102: [C0116(missing-function-docstring), NetconfSimulatorClient.delete_yang_model] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:112: [W1202(logging-format-interpolation), NetconfSimulatorClient.delete_yang_model] Use % formatting in logging functions and pass the % parameters as arguments mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:114: [C0116(missing-function-docstring), NetconfSimulatorClient.edit_config] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:124: [W1202(logging-format-interpolation), NetconfSimulatorClient.edit_config] Use % formatting in logging functions and pass the % parameters as arguments mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:130: [W1202(logging-format-interpolation), NetconfSimulatorClient._log_json_response] Use % formatting in logging functions and pass the % parameters as arguments mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:158: [C0116(missing-function-docstring), create_argument_parser] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:184: [C0116(missing-function-docstring), run_tailf] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:189: [C0116(missing-function-docstring), run_get_cm_history] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:194: [C0116(missing-function-docstring), run_less] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:199: [C0116(missing-function-docstring), run_load_model] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:205: [C0116(missing-function-docstring), run_delete_model] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:211: [C0116(missing-function-docstring), run_get_config] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:216: [C0116(missing-function-docstring), run_edit_config] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:273: [C0103(invalid-name), ] Constant name "argument_parser" doesn't conform to UPPER_CASE naming style mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:274: [C0103(invalid-name), ] Constant name "result" doesn't conform to UPPER_CASE naming style mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:26: [C0411(wrong-import-order), ] standard import "import os" should be placed before "import requests" mocks/pnfsimulator/simulator-cli/cli/netconf_simulator.py:27: [C0411(wrong-import-order), ] standard import "import sys" should be placed before "import requests" ************* Module mocks.pnfsimulator.simulator-cli.cli.client.tailf_client mocks/pnfsimulator/simulator-cli/cli/client/tailf_client.py:1: [C0114(missing-module-docstring), ] Missing module docstring mocks/pnfsimulator/simulator-cli/cli/client/tailf_client.py:23: [E0401(import-error), ] Unable to import 'websockets' mocks/pnfsimulator/simulator-cli/cli/client/tailf_client.py:29: [C0115(missing-class-docstring), TailfClient] Missing class docstring mocks/pnfsimulator/simulator-cli/cli/client/tailf_client.py:29: [R0205(useless-object-inheritance), TailfClient] Class 'TailfClient' inherits from object, can be safely removed from bases in python3 mocks/pnfsimulator/simulator-cli/cli/client/tailf_client.py:39: [C0116(missing-function-docstring), TailfClient.tailf_messages] Missing function or method docstring mocks/pnfsimulator/simulator-cli/cli/client/tailf_client.py:56: [W0613(unused-argument), TailfClient._handle_keyboard_interrupt] Unused argument 'sig' mocks/pnfsimulator/simulator-cli/cli/client/tailf_client.py:56: [W0613(unused-argument), TailfClient._handle_keyboard_interrupt] Unused argument 'frame' mocks/pnfsimulator/simulator-cli/cli/client/tailf_client.py:29: [R0903(too-few-public-methods), TailfClient] Too few public methods (1/2) mocks/pnfsimulator/simulator-cli/cli/client/tailf_client.py:24: [C0411(wrong-import-order), ] standard import "import asyncio" should be placed before "import websockets" mocks/pnfsimulator/simulator-cli/cli/client/tailf_client.py:25: [C0411(wrong-import-order), ] standard import "import signal" should be placed before "import websockets" mocks/pnfsimulator/simulator-cli/cli/client/tailf_client.py:26: [C0411(wrong-import-order), ] standard import "import sys" should be placed before "import websockets" ************* Module mocks.pnfsimulator.simulator-cli.tests.test_pnf_simulator mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:37: [C0301(line-too-long), ] Line too long (124/120) mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:52: [C0301(line-too-long), ] Line too long (141/120) mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:194: [C0326(bad-whitespace), ] Exactly one space required after assignment event_abs_filepath = os.path.join(os.path.dirname(os.path.abspath(__file__)),"resources/notification.json") ^ mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:194: [C0326(bad-whitespace), ] Exactly one space required after comma event_abs_filepath = os.path.join(os.path.dirname(os.path.abspath(__file__)),"resources/notification.json") ^ mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:258: [C0301(line-too-long), ] Line too long (130/120) mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:1: [C0114(missing-module-docstring), ] Missing module docstring mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:27: [E0401(import-error), ] Unable to import 'cli.pnf_simulator' mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:28: [E0401(import-error), ] Unable to import 'cli.pnf_simulator' mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:31: [C0115(missing-class-docstring), TestArgumentParser] Missing class docstring mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:33: [C0116(missing-function-docstring), TestArgumentParser.test_should_properly_parse_send_template_action_with_all_params] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:48: [C0116(missing-function-docstring), TestArgumentParser.test_should_properly_parse_send_event_action_with_all_params] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:59: [C0116(missing-function-docstring), TestArgumentParser.test_should_properly_parse_configure_action_with_all_params] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:69: [C0116(missing-function-docstring), TestArgumentParser.test_should_properly_parse_get_config_action_with_all_params] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:78: [C0116(missing-function-docstring), TestArgumentParser.test_should_not_parse_arguments_when_mandatory_params_are_missing_for_template] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:85: [C0116(missing-function-docstring), TestArgumentParser.test_should_not_parse_arguments_when_mandatory_params_are_missing_for_event] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:92: [C0116(missing-function-docstring), TestArgumentParser.test_should_not_parse_arguments_when_mandatory_template_params_are_missing] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:99: [C0116(missing-function-docstring), TestArgumentParser.test_should_not_parse_template_action_with_all_params] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:107: [C0116(missing-function-docstring), TestArgumentParser.test_should_properly_parse_template_action_with_list_param] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:117: [C0116(missing-function-docstring), TestArgumentParser.test_should_properly_parse_template_action_with_get_content_param] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:127: [C0116(missing-function-docstring), TestArgumentParser.test_should_not_parse_template_action_with_empty_get_content_param] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:135: [C0116(missing-function-docstring), TestArgumentParser.test_should_not_parse_template_action_when_only_override_is_given] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:143: [C0116(missing-function-docstring), TestArgumentParser.test_should_parse_template_action_with_upload] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:152: [C0116(missing-function-docstring), TestArgumentParser.test_should_parse_template_action_with_upload_and_override] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:162: [C0116(missing-function-docstring), TestArgumentParser.test_should_properly_parse_filter_templates_action_with_all_params] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:172: [C0115(missing-class-docstring), TestSimulatorClient] Missing class docstring mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:175: [C0116(missing-function-docstring), TestSimulatorClient.test_should_properly_send_event] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:193: [C0116(missing-function-docstring), TestSimulatorClient.test_should_properly_send_one_time_event] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:212: [C0116(missing-function-docstring), TestSimulatorClient.test_should_properly_update_configuration] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:212: [R0201(no-self-use), TestSimulatorClient.test_should_properly_update_configuration] Method could be a function mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:229: [C0116(missing-function-docstring), TestSimulatorClient.test_should_properly_retrieve_configuration] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:229: [R0201(no-self-use), TestSimulatorClient.test_should_properly_retrieve_configuration] Method could be a function mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:244: [C0116(missing-function-docstring), TestSimulatorClient.test_should_properly_trigger_filter_template_action] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_pnf_simulator.py:244: [R0201(no-self-use), TestSimulatorClient.test_should_properly_trigger_filter_template_action] Method could be a function ************* Module mocks.pnfsimulator.simulator-cli.tests.test_netconf_simulator mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:1: [C0114(missing-module-docstring), ] Missing module docstring mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:23: [E0611(no-name-in-module), ] No name 'patch' in module 'mock' mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:25: [E0401(import-error), ] Unable to import 'cli.netconf_simulator' mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:28: [C0115(missing-class-docstring), TestArgumentParser] Missing class docstring mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:30: [C0116(missing-function-docstring), TestArgumentParser.test_should_properly_parse_edit_config_with_all_params] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:41: [C0116(missing-function-docstring), TestArgumentParser.test_should_properly_parse_load_yang_model] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:57: [C0116(missing-function-docstring), TestArgumentParser.test_should_properly_parse_delete_yang_model] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:69: [C0116(missing-function-docstring), TestArgumentParser.test_should_properly_parse_get_config] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:79: [C0115(missing-class-docstring), TestNetconfSimulatorClient] Missing class docstring mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:83: [C0103(invalid-name), TestNetconfSimulatorClient.setUpClass] Variable name "f" doesn't conform to snake_case naming style mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:92: [C0116(missing-function-docstring), TestNetconfSimulatorClient.test_should_properly_get_config] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:92: [W0613(unused-argument), TestNetconfSimulatorClient.test_should_properly_get_config] Unused argument 'logger' mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:92: [R0201(no-self-use), TestNetconfSimulatorClient.test_should_properly_get_config] Method could be a function mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:102: [C0116(missing-function-docstring), TestNetconfSimulatorClient.test_should_properly_get_config_for_given_module] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:102: [W0613(unused-argument), TestNetconfSimulatorClient.test_should_properly_get_config_for_given_module] Unused argument 'logger' mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:102: [R0201(no-self-use), TestNetconfSimulatorClient.test_should_properly_get_config_for_given_module] Method could be a function mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:111: [C0116(missing-function-docstring), TestNetconfSimulatorClient.test_should_raise_exception_when_module_is_present_and_container_is_absent] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:111: [W0613(unused-argument), TestNetconfSimulatorClient.test_should_raise_exception_when_module_is_present_and_container_is_absent] Unused argument 'logger' mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:115: [W0612(unused-variable), TestNetconfSimulatorClient.test_should_raise_exception_when_module_is_present_and_container_is_absent] Unused variable 'context' mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:119: [C0116(missing-function-docstring), TestNetconfSimulatorClient.test_should_raise_exception_when_module_is_absent_and_container_is_present] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:119: [W0613(unused-argument), TestNetconfSimulatorClient.test_should_raise_exception_when_module_is_absent_and_container_is_present] Unused argument 'logger' mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:123: [W0612(unused-variable), TestNetconfSimulatorClient.test_should_raise_exception_when_module_is_absent_and_container_is_present] Unused variable 'context' mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:128: [C0116(missing-function-docstring), TestNetconfSimulatorClient.test_should_properly_load_yang_model] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:128: [W0613(unused-argument), TestNetconfSimulatorClient.test_should_properly_load_yang_model] Unused argument 'logger' mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:128: [R0201(no-self-use), TestNetconfSimulatorClient.test_should_properly_load_yang_model] Method could be a function mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:138: [C0116(missing-function-docstring), TestNetconfSimulatorClient.test_should_properly_delete_yang_model] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:138: [W0613(unused-argument), TestNetconfSimulatorClient.test_should_properly_delete_yang_model] Unused argument 'logger' mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:138: [R0201(no-self-use), TestNetconfSimulatorClient.test_should_properly_delete_yang_model] Method could be a function mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:148: [C0116(missing-function-docstring), TestNetconfSimulatorClient.test_should_properly_edit_config] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:148: [W0613(unused-argument), TestNetconfSimulatorClient.test_should_properly_edit_config] Unused argument 'logger' mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:148: [R0201(no-self-use), TestNetconfSimulatorClient.test_should_properly_edit_config] Method could be a function mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:158: [C0116(missing-function-docstring), TestNetconfSimulatorClient.test_should_properly_run_less_like_mode] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:158: [W0613(unused-argument), TestNetconfSimulatorClient.test_should_properly_run_less_like_mode] Unused argument 'logger' mocks/pnfsimulator/simulator-cli/tests/test_netconf_simulator.py:158: [R0201(no-self-use), TestNetconfSimulatorClient.test_should_properly_run_less_like_mode] Method could be a function ************* Module mocks.pnfsimulator.simulator-cli.tests.test_tailf_client mocks/pnfsimulator/simulator-cli/tests/test_tailf_client.py:1: [C0114(missing-module-docstring), ] Missing module docstring mocks/pnfsimulator/simulator-cli/tests/test_tailf_client.py:21: [E0401(import-error), ] Unable to import 'asynctest' mocks/pnfsimulator/simulator-cli/tests/test_tailf_client.py:23: [E0401(import-error), ] Unable to import 'cli.client.tailf_client' mocks/pnfsimulator/simulator-cli/tests/test_tailf_client.py:26: [C0115(missing-class-docstring), TestTailfClient] Missing class docstring mocks/pnfsimulator/simulator-cli/tests/test_tailf_client.py:33: [C0116(missing-function-docstring), TestTailfClient.test_should_connect_to_server_and_receive_message] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_tailf_client.py:45: [C0116(missing-function-docstring), TestTailfClient.interrupt] Missing function or method docstring mocks/pnfsimulator/simulator-cli/tests/test_tailf_client.py:46: [W0212(protected-access), TestTailfClient.interrupt] Access to a protected member _is_running of a client class ************* Module mocks.pnfsimulator.netconfsimulator.netconf.test_yang_loader_server mocks/pnfsimulator/netconfsimulator/netconf/test_yang_loader_server.py:10: [C0303(trailing-whitespace), ] Trailing whitespace mocks/pnfsimulator/netconfsimulator/netconf/test_yang_loader_server.py:12: [C0303(trailing-whitespace), ] Trailing whitespace mocks/pnfsimulator/netconfsimulator/netconf/test_yang_loader_server.py:86: [C0330(bad-continuation), ] Wrong continued indentation (add 58 spaces). mocked_output): ^ | mocks/pnfsimulator/netconfsimulator/netconf/test_yang_loader_server.py:1: [C0114(missing-module-docstring), ] Missing module docstring mocks/pnfsimulator/netconfsimulator/netconf/test_yang_loader_server.py:24: [E0401(import-error), ] Unable to import 'werkzeug.datastructures' mocks/pnfsimulator/netconfsimulator/netconf/test_yang_loader_server.py:29: [C0115(missing-class-docstring), TestYangLoaderHelper] Missing class docstring mocks/pnfsimulator/netconfsimulator/netconf/test_yang_loader_server.py:31: [C0116(missing-function-docstring), TestYangLoaderHelper.test_should_save_file_and_return_path] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/test_yang_loader_server.py:42: [C0116(missing-function-docstring), TestYangLoaderHelper.test_should_install_new_yang_model] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/test_yang_loader_server.py:42: [R0201(no-self-use), TestYangLoaderHelper.test_should_install_new_yang_model] Method could be a function mocks/pnfsimulator/netconfsimulator/netconf/test_yang_loader_server.py:53: [C0116(missing-function-docstring), TestYangLoaderHelper.test_should_delete_yang_model] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/test_yang_loader_server.py:53: [R0201(no-self-use), TestYangLoaderHelper.test_should_delete_yang_model] Method could be a function mocks/pnfsimulator/netconfsimulator/netconf/test_yang_loader_server.py:63: [C0116(missing-function-docstring), TestYangLoaderHelper.test_should_set_default_configuration] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/test_yang_loader_server.py:63: [R0201(no-self-use), TestYangLoaderHelper.test_should_set_default_configuration] Method could be a function mocks/pnfsimulator/netconfsimulator/netconf/test_yang_loader_server.py:75: [C0116(missing-function-docstring), TestYangLoaderHelper.test_should_verify_change_listener_for_model_properly] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/test_yang_loader_server.py:75: [W0613(unused-argument), TestYangLoaderHelper.test_should_verify_change_listener_for_model_properly] Unused argument 'mocked_popen' mocks/pnfsimulator/netconfsimulator/netconf/test_yang_loader_server.py:75: [R0201(no-self-use), TestYangLoaderHelper.test_should_verify_change_listener_for_model_properly] Method could be a function mocks/pnfsimulator/netconfsimulator/netconf/test_yang_loader_server.py:85: [C0116(missing-function-docstring), TestYangLoaderHelper.test_should_raise_exception_when_error_occurred_in_output] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/test_yang_loader_server.py:90: [W0212(protected-access), TestYangLoaderHelper.test_should_raise_exception_when_error_occurred_in_output] Access to a protected member _run_bash_command of a client class mocks/pnfsimulator/netconfsimulator/netconf/test_yang_loader_server.py:95: [C0115(missing-class-docstring), TestYangModelServer] Missing class docstring mocks/pnfsimulator/netconfsimulator/netconf/test_yang_loader_server.py:101: [C0116(missing-function-docstring), TestYangModelServer.test_should_properly_apply_and_start_new_model] Missing function or method docstring ************* Module mocks.pnfsimulator.netconfsimulator.netconf.set-up-xmls mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:12: [C0303(trailing-whitespace), ] Trailing whitespace mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:14: [C0303(trailing-whitespace), ] Trailing whitespace mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:32: [C0303(trailing-whitespace), ] Trailing whitespace mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:33: [C0303(trailing-whitespace), ] Trailing whitespace mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:39: [C0326(bad-whitespace), ] Exactly one space required around assignment CLIENT_CERTIFICATE_HERE="CLIENT_CERTIFICATE_HERE" ^ mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:1: [C0103(invalid-name), ] Module name "set-up-xmls" doesn't conform to snake_case naming style mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:1: [C0114(missing-module-docstring), ] Missing module docstring mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:29: [C0103(invalid-name), ] Constant name "logger" doesn't conform to UPPER_CASE naming style mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:46: [C0115(missing-class-docstring), FileHelper] Missing class docstring mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:46: [R0205(useless-object-inheritance), FileHelper] Class 'FileHelper' inherits from object, can be safely removed from bases in python3 mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:48: [C0116(missing-function-docstring), FileHelper.get_file_contents] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:49: [C0103(invalid-name), FileHelper.get_file_contents] Variable name "f" doesn't conform to snake_case naming style mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:53: [C0116(missing-function-docstring), FileHelper.write_file_contents] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:54: [C0103(invalid-name), FileHelper.write_file_contents] Variable name "f" doesn't conform to snake_case naming style mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:58: [C0115(missing-class-docstring), CertHelper] Missing class docstring mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:58: [R0205(useless-object-inheritance), CertHelper] Class 'CertHelper' inherits from object, can be safely removed from bases in python3 mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:60: [C0116(missing-function-docstring), CertHelper.get_pem_content_stripped] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:66: [C0116(missing-function-docstring), CertHelper.get_cert_fingerprint] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:74: [C0116(missing-function-docstring), CertHelper.print_certs_info] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:75: [W1201(logging-not-lazy), CertHelper.print_certs_info] Specify string format arguments as logging function parameters mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:76: [W1201(logging-not-lazy), CertHelper.print_certs_info] Specify string format arguments as logging function parameters mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:77: [W1201(logging-not-lazy), CertHelper.print_certs_info] Specify string format arguments as logging function parameters mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:80: [C0116(missing-function-docstring), CertHelper.system] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:84: [C0115(missing-class-docstring), App] Missing class docstring mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:84: [R0205(useless-object-inheritance), App] Class 'App' inherits from object, can be safely removed from bases in python3 mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:86: [C0116(missing-function-docstring), App.patch_server_certs] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:86: [R0913(too-many-arguments), App.patch_server_certs] Too many arguments (9/5) mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:99: [C0116(missing-function-docstring), App.patch_tls_listen] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:99: [R0913(too-many-arguments), App.patch_tls_listen] Too many arguments (6/5) mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:108: [C0116(missing-function-docstring), App.run] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:108: [R0914(too-many-locals), App.run] Too many local variables (20/15) mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:151: [C0116(missing-function-docstring), main] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:152: [R0123(literal-comparison), main] Comparison to literal mocks/pnfsimulator/netconfsimulator/netconf/set-up-xmls.py:151: [R1710(inconsistent-return-statements), main] Either all return statements in a function should return an expression, or none of them should. ************* Module mocks.pnfsimulator.netconfsimulator.netconf.__init__ mocks/pnfsimulator/netconfsimulator/netconf/__init__.py:10: [C0303(trailing-whitespace), ] Trailing whitespace mocks/pnfsimulator/netconfsimulator/netconf/__init__.py:12: [C0303(trailing-whitespace), ] Trailing whitespace ************* Module mocks.pnfsimulator.netconfsimulator.netconf.yang_loader_server mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:10: [C0303(trailing-whitespace), ] Trailing whitespace mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:12: [C0303(trailing-whitespace), ] Trailing whitespace mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:34: [C0326(bad-whitespace), ] Exactly one space required around assignment KAFKA_BROKER_NAME="kafka1" ^ mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:35: [C0326(bad-whitespace), ] Exactly one space required around assignment KAFKA_TOPIC_NAME="config" ^ mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:74: [C0326(bad-whitespace), ] No space allowed before comma check_output(["pgrep", "-f" , command], stderr=subprocess.STDOUT, universal_newlines=True) ^ mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:1: [C0114(missing-module-docstring), ] Missing module docstring mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:25: [E0401(import-error), ] Unable to import 'flask' mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:26: [E0401(import-error), ] Unable to import 'flask_restful' mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:27: [E0401(import-error), ] Unable to import 'werkzeug.datastructures' mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:30: [C0103(invalid-name), ] Constant name "app" doesn't conform to UPPER_CASE naming style mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:31: [C0103(invalid-name), ] Constant name "api" doesn't conform to UPPER_CASE naming style mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:32: [C0103(invalid-name), ] Constant name "logger" doesn't conform to UPPER_CASE naming style mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:38: [C0115(missing-class-docstring), YangLoaderHelper] Missing class docstring mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:38: [R0205(useless-object-inheritance), YangLoaderHelper] Class 'YangLoaderHelper' inherits from object, can be safely removed from bases in python3 mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:41: [C0116(missing-function-docstring), YangLoaderHelper.save_file] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:47: [C0116(missing-function-docstring), YangLoaderHelper.install_new_model] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:54: [C0116(missing-function-docstring), YangLoaderHelper.uninstall_a_model] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:62: [C0116(missing-function-docstring), YangLoaderHelper.set_default_configuration] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:69: [C0116(missing-function-docstring), YangLoaderHelper.start_change_listener_for_model] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:75: [W1202(logging-format-interpolation), YangLoaderHelper.start_change_listener_for_model] Use % formatting in logging functions and pass the % parameters as arguments mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:80: [C0116(missing-function-docstring), YangLoaderHelper.stop_change_listener_for_model] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:96: [C0103(invalid-name), YangLoaderHelper._run_bash_command] Variable name "e" doesn't conform to snake_case naming style mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:100: [C0116(missing-function-docstring), YangLoaderHelper.get_pid_by_name] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:107: [W0703(broad-except), YangLoaderHelper.get_pid_by_name] Catching too general exception Exception mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:105: [C0103(invalid-name), YangLoaderHelper.get_pid_by_name] Variable name "fd" doesn't conform to snake_case naming style mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:107: [C0103(invalid-name), YangLoaderHelper.get_pid_by_name] Variable name "e" doesn't conform to snake_case naming style mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:100: [R1710(inconsistent-return-statements), YangLoaderHelper.get_pid_by_name] Either all return statements in a function should return an expression, or none of them should. mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:115: [C0115(missing-class-docstring), YangModelServer] Missing class docstring mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:121: [C0116(missing-function-docstring), YangModelServer.post] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:134: [C0103(invalid-name), YangModelServer.post] Variable name "e" doesn't conform to snake_case naming style mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:139: [C0116(missing-function-docstring), YangModelServer.delete] Missing function or method docstring mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:147: [C0103(invalid-name), YangModelServer.delete] Variable name "e" doesn't conform to snake_case naming style mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:28: [C0411(wrong-import-order), ] standard import "import time" should be placed before "from flask import Flask" mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:1: [R0801(duplicate-code), ] Similar lines in 2 files ==mocks.pnfsimulator.simulator-cli.cli.netconf_simulator:271 ==mocks.pnfsimulator.simulator-cli.cli.pnf_simulator:367 if __name__ == "__main__": argument_parser = create_argument_parser() result = argument_parser.parse_args() if hasattr(result, 'func'): result.func(result) else: argument_parser.parse_args(['-h']) mocks/pnfsimulator/netconfsimulator/netconf/yang_loader_server.py:1: [R0801(duplicate-code), ] Similar lines in 2 files ==vcpe.get_info:17 ==vcpe.loop:18 logging.basicConfig(level=logging.INFO, format='%(message)s') parser = argparse.ArgumentParser(formatter_class= argparse.ArgumentDefaultsHelpFormatter) parser.add_argument('--config',help='Configuration file path',default=None) args = parser.parse_args() Report ====== 3345 statements analysed. Statistics by type ------------------ +---------+-------+-----------+-----------+------------+---------+ |type |number |old number |difference |%documented |%badname | +=========+=======+===========+===========+============+=========+ |module |32 |NC |NC |18.75 |15.62 | +---------+-------+-----------+-----------+------------+---------+ |class |25 |NC |NC |0.00 |0.00 | +---------+-------+-----------+-----------+------------+---------+ |method |165 |NC |NC |32.73 |0.00 | +---------+-------+-----------+-----------+------------+---------+ |function |127 |NC |NC |17.32 |11.81 | +---------+-------+-----------+-----------+------------+---------+ External dependencies --------------------- :: config_sdnc_so (vcpe.vcpe) csar_parser (vcpe.config_sdnc_so,vcpe.vcpe) sdcutils (vcpe.vcpe) setuptools (mocks.pnfsimulator.simulator-cli.setup) yang_loader_server (mocks.pnfsimulator.netconfsimulator.netconf.test_yang_loader_server) Raw metrics ----------- +----------+-------+------+---------+-----------+ |type |number |% |previous |difference | +==========+=======+======+=========+===========+ |code |3925 |67.87 |NC |NC | +----------+-------+------+---------+-----------+ |docstring |383 |6.62 |NC |NC | +----------+-------+------+---------+-----------+ |comment |457 |7.90 |NC |NC | +----------+-------+------+---------+-----------+ |empty |1018 |17.60 |NC |NC | +----------+-------+------+---------+-----------+ Duplication ----------- +-------------------------+------+---------+-----------+ | |now |previous |difference | +=========================+======+=========+===========+ |nb duplicated lines |14 |NC |NC | +-------------------------+------+---------+-----------+ |percent duplicated lines |0.245 |NC |NC | +-------------------------+------+---------+-----------+ Messages by category -------------------- +-----------+-------+---------+-----------+ |type |number |previous |difference | +===========+=======+=========+===========+ |convention |1347 |NC |NC | +-----------+-------+---------+-----------+ |refactor |62 |NC |NC | +-----------+-------+---------+-----------+ |warning |863 |NC |NC | +-----------+-------+---------+-----------+ |error |100 |NC |NC | +-----------+-------+---------+-----------+ % errors / warnings by module ----------------------------- +--------------------------------------------------------------------+------+--------+---------+-----------+ |module |error |warning |refactor |convention | +====================================================================+======+========+=========+===========+ |vcpe.vcpecommon |48.00 |3.24 |16.13 |6.68 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |vcpe.vcpe |7.00 |2.78 |4.84 |4.31 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |vcpe.loop |7.00 |2.20 |0.00 |1.26 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |mocks.datafilecollector-testharness.mr-sim.mr-sim |3.00 |70.68 |16.13 |56.87 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |vcpe.vcpe_custom_service |3.00 |2.20 |0.00 |1.19 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |mocks.pnfsimulator.simulator-cli.cli.netconf_simulator |3.00 |0.81 |1.61 |2.60 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |mocks.pnfsimulator.netconfsimulator.netconf.yang_loader_server |3.00 |0.23 |6.45 |1.93 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |vcpe.get_info |2.00 |2.32 |0.00 |1.11 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |mocks.pnfsimulator.simulator-cli.tests.test_netconf_simulator |2.00 |1.16 |9.68 |1.19 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |vcpe.csar_parser |2.00 |0.70 |1.61 |0.74 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |s3p.collector.get_resource_stats |2.00 |0.35 |1.61 |1.78 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |mocks.pnfsimulator.simulator-cli.tests.test_tailf_client |2.00 |0.12 |0.00 |0.30 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |mocks.pnfsimulator.simulator-cli.tests.test_pnf_simulator |2.00 |0.00 |4.84 |2.08 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |mocks.emssimulator.swm.ems_util |2.00 |0.00 |1.61 |0.45 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |vcpe.sdcutils |1.00 |2.55 |0.00 |1.26 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |vcpe.cleanvGMUX |1.00 |0.46 |0.00 |1.86 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |mocks.pnfsimulator.netconfsimulator.netconf.test_yang_loader_server |1.00 |0.23 |6.45 |0.97 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |mocks.pnfsimulator.simulator-cli.cli.client.tailf_client |1.00 |0.23 |3.23 |0.45 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |mocks.pnfsimulator.simulator-cli.cli.pnf_simulator |1.00 |0.00 |12.90 |2.97 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |hpa_automation.heat.insert_policy_models_heat |1.00 |0.00 |0.00 |2.75 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |vcpe.soutils |1.00 |0.00 |0.00 |0.00 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |vcpe.preload |1.00 |0.00 |0.00 |0.00 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |s3p.util.docker_util |1.00 |0.00 |0.00 |0.00 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |s3p.generator.locustfile |1.00 |0.00 |0.00 |0.00 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |hpa_automation.tosca.hpa_automation |1.00 |0.00 |0.00 |0.00 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |hpa_automation.heat.hpa_automation |1.00 |0.00 |0.00 |0.00 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |mocks.mass-pnf-sim.mass-pnf-sim |0.00 |6.49 |0.00 |2.08 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |vcpe.config_sdnc_so |0.00 |2.67 |0.00 |1.11 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |mocks.pnfsimulator.netconfsimulator.netconf.set-up-xmls |0.00 |0.35 |12.90 |1.71 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |vcpe.healthcheck-k8s |0.00 |0.23 |0.00 |2.00 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |mocks.pnfsimulator.netconfsimulator.netconf.__init__ |0.00 |0.00 |0.00 |0.15 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |mocks.emssimulator.swm.conf |0.00 |0.00 |0.00 |0.15 | +--------------------------------------------------------------------+------+--------+---------+-----------+ |mocks.pnfsimulator.simulator-cli.setup |0.00 |0.00 |0.00 |0.07 | +--------------------------------------------------------------------+------+--------+---------+-----------+ Messages -------- +-------------------------------+------------+ |message id |occurrences | +===============================+============+ |invalid-name |510 | +-------------------------------+------------+ |bad-indentation |455 | +-------------------------------+------------+ |bad-whitespace |254 | +-------------------------------+------------+ |missing-function-docstring |216 | +-------------------------------+------------+ |unused-wildcard-import |122 | +-------------------------------+------------+ |global-statement |94 | +-------------------------------+------------+ |line-too-long |73 | +-------------------------------+------------+ |bad-continuation |63 | +-------------------------------+------------+ |superfluous-parens |55 | +-------------------------------+------------+ |no-member |43 | +-------------------------------+------------+ |redefined-outer-name |42 | +-------------------------------+------------+ |trailing-whitespace |39 | +-------------------------------+------------+ |import-error |36 | +-------------------------------+------------+ |wrong-import-order |35 | +-------------------------------+------------+ |logging-not-lazy |31 | +-------------------------------+------------+ |missing-module-docstring |26 | +-------------------------------+------------+ |unused-import |25 | +-------------------------------+------------+ |missing-class-docstring |25 | +-------------------------------+------------+ |logging-format-interpolation |23 | +-------------------------------+------------+ |unnecessary-semicolon |20 | +-------------------------------+------------+ |wrong-import-position |15 | +-------------------------------+------------+ |no-self-use |15 | +-------------------------------+------------+ |multiple-statements |15 | +-------------------------------+------------+ |useless-object-inheritance |12 | +-------------------------------+------------+ |unused-argument |12 | +-------------------------------+------------+ |syntax-error |12 | +-------------------------------+------------+ |subprocess-run-check |10 | +-------------------------------+------------+ |consider-using-enumerate |10 | +-------------------------------+------------+ |unused-variable |8 | +-------------------------------+------------+ |wildcard-import |7 | +-------------------------------+------------+ |no-else-return |7 | +-------------------------------+------------+ |inconsistent-return-statements |7 | +-------------------------------+------------+ |undefined-variable |6 | +-------------------------------+------------+ |using-constant-test |5 | +-------------------------------+------------+ |trailing-newlines |4 | +-------------------------------+------------+ |too-many-statements |4 | +-------------------------------+------------+ |too-many-arguments |4 | +-------------------------------+------------+ |misplaced-comparison-constant |4 | +-------------------------------+------------+ |too-many-locals |2 | +-------------------------------+------------+ |too-many-branches |2 | +-------------------------------+------------+ |too-few-public-methods |2 | +-------------------------------+------------+ |protected-access |2 | +-------------------------------+------------+ |duplicate-code |2 | +-------------------------------+------------+ |broad-except |2 | +-------------------------------+------------+ |attribute-defined-outside-init |2 | +-------------------------------+------------+ |anomalous-backslash-in-string |2 | +-------------------------------+------------+ |used-before-assignment |1 | +-------------------------------+------------+ |too-many-return-statements |1 | +-------------------------------+------------+ |too-many-public-methods |1 | +-------------------------------+------------+ |too-many-lines |1 | +-------------------------------+------------+ |too-many-instance-attributes |1 | +-------------------------------+------------+ |redefined-builtin |1 | +-------------------------------+------------+ |no-name-in-module |1 | +-------------------------------+------------+ |missing-final-newline |1 | +-------------------------------+------------+ |method-hidden |1 | +-------------------------------+------------+ |literal-comparison |1 | +-------------------------------+------------+ |import-outside-toplevel |1 | +-------------------------------+------------+ |consider-merging-isinstance |1 | +-------------------------------+------------+ ------------------------------------------------------------------ Your code has been rated at 1.71/10 (previous run: 1.75/10, -0.03) py37 develop-inst-noop: /home/morgan/Dev/ONAP/integration/test py37 installed: astroid==2.3.3,coverage==5.0.2,entrypoints==0.3,flake8==3.7.9,-e git+https://git.onap.org/integration@33ff5f12dafd19f0e36d83e0d641217e505f3499#egg=integration_tests&subdirectory=test,isort==4.3.21,lazy-object-proxy==1.4.3,mccabe==0.6.1,mock==3.0.5,nose==1.3.7,pycodestyle==2.5.0,pyflakes==2.1.1,pylint==2.4.4,six==1.13.0,typed-ast==1.4.0,wrapt==1.11.2 py37 run-test-pre: PYTHONHASHSEED='1149435051' py37 run-test: commands[0] | nosetests --with-xunit --all-modules --cover-tests --with-coverage --cover-xml --cover-html /home/morgan/Dev/ONAP/integration/test/vcpe Name Stmts Miss Cover -------------------------------------- vcpe/__init__.py 0 0 100% ---------------------------------------------------------------------- Ran 0 tests in 0.000s OK __________________________________________________________________________________________________________________ summary ___________________________________________________________________________________________________________________ pylint: commands succeeded py37: commands succeeded congratulations :)