Skip to content

Commit

Permalink
Temporary verfication for 'config load_minigraph' hang issue.
Browse files Browse the repository at this point in the history
Signed-off-by: Sangita Maity <sangitamaity0211@gmail.com>
  • Loading branch information
samaity committed Jun 13, 2020
1 parent 9369448 commit abf66c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/sonic-config-engine/portconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def readJson(filename):
def db_connect_configdb():
"""
Connect to configdb
"""
config_db = ConfigDBConnector()
if config_db is None:
return None
Expand All @@ -57,6 +57,9 @@ def db_connect_configdb():
except Exception as e:
config_db = None
return config_db
"""
# Temporary verfication for 'config load_minigraph' hang issue.
return None

def get_port_config_file_name(hwsku=None, platform=None, asic=None):

Expand Down

0 comments on commit abf66c9

Please sign in to comment.