diff --git a/ansible/files/creategraph.py b/ansible/files/creategraph.py index 0526647c8f5..0ccb473672d 100644 --- a/ansible/files/creategraph.py +++ b/ansible/files/creategraph.py @@ -23,7 +23,7 @@ def __init__(self, dev_csvfile='', link_csvfile=''): self.linkcsv = link_csvfile self.png_xmlfile = 'str_sonic_png.xml' self.dpg_xmlfile = 'str_sonic_dpg.xml' - self.one_xmlfile = 'starlab_connection_graph.xml' + self.one_xmlfile = 'lab_connection_graph.xml' self.pngroot = etree.Element('PhysicalNetworkGraphDeclaration') self.dpgroot = etree.Element('DataPlaneGraph')