Skip to content

Commit

Permalink
[sonic-config-engine] Fix typo in hwsku name in sample graph (#10941)
Browse files Browse the repository at this point in the history
Signed-off-by: Neetha John <nejo@microsoft.com>

Why I did it
There was a typo in hwsku specified as part of #10889

How I did it
Replaced with the correct hwsku

How to verify it
test_cfggen.py is passing
  • Loading branch information
neethajohn authored and qiluo-msft committed May 27, 2022
1 parent 06addae commit 876d982
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sonic-config-engine/tests/sample-graph-resource-type.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
<Devices>
<Device i:type="ToRRouter">
<Hostname>switch-t0</Hostname>
<HwSku>Arista-7050QX-32S</HwSku>
<HwSku>Arista-7050-QX-32S</HwSku>
<ClusterName>AAA00PrdStr00</ClusterName>
</Device>
<Device i:type="LeafRouter">
Expand Down Expand Up @@ -421,7 +421,7 @@
</EthernetInterfaces>
<FlowControl>true</FlowControl>
<Height>0</Height>
<HwSku>Arista-7050QX-32S</HwSku>
<HwSku>Arista-7050-QX-32S</HwSku>
<ManagementInterfaces xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution">
<a:ManagementInterface>
<ElementType>DeviceInterface</ElementType>
Expand Down Expand Up @@ -451,5 +451,5 @@
<Properties xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"/>
</MetadataDeclaration>
<Hostname>switch-t0</Hostname>
<HwSku>Arista-7050QX-32S</HwSku>
<HwSku>Arista-7050-QX-32S</HwSku>
</DeviceMiniGraph>

0 comments on commit 876d982

Please sign in to comment.