Skip to content

Commit b86dc06

Browse files
mykolafliat-grozovik
authored andcommitted
[config engine] update test_cfggen test_port_description test (#2593)
Signed-off-by: Mykola Faryma <[email protected]>
1 parent 97f5e05 commit b86dc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sonic-config-engine/tests/test_cfggen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def test_minigraph_extra_neighbors(self):
154154
def test_minigraph_port_description(self):
155155
argument = '-m "' + self.sample_graph_t0 + '" -p "' + self.port_config + '" -v "PORT[\'Ethernet124\']"'
156156
output = self.run_script(argument)
157-
self.assertEqual(output.strip(), "{'alias': 'fortyGigE0/124', 'admin_status': 'up', 'lanes': '101,102,103,104', 'description': 'ARISTA04T1:Ethernet1/1', 'mtu': '9100'}")
157+
self.assertEqual(output.strip(), "{'lanes': '101,102,103,104', 'description': 'ARISTA04T1:Ethernet1/1', 'pfc_asym': 'off', 'mtu': '9100', 'alias': 'fortyGigE0/124', 'admin_status': 'up'}")
158158

159159
def test_minigraph_bgp(self):
160160
argument = '-m "' + self.sample_graph_bgp_speaker + '" -p "' + self.port_config + '" -v "BGP_NEIGHBOR[\'10.0.0.59\']"'

0 commit comments

Comments
 (0)