[sonic-config-engine] Fix typo in hwsku name in sample graph (#10941)

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
This commit is contained in:
Neetha John 2022-05-27 09:46:23 -07:00 committed by GitHub
parent 441cd1d283
commit 1bce88ad29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -314,7 +314,7 @@
<Devices> <Devices>
<Device i:type="ToRRouter"> <Device i:type="ToRRouter">
<Hostname>switch-t0</Hostname> <Hostname>switch-t0</Hostname>
<HwSku>Arista-7050QX-32S</HwSku> <HwSku>Arista-7050-QX-32S</HwSku>
<ClusterName>AAA00PrdStr00</ClusterName> <ClusterName>AAA00PrdStr00</ClusterName>
</Device> </Device>
<Device i:type="LeafRouter"> <Device i:type="LeafRouter">
@ -751,7 +751,7 @@
</EthernetInterfaces> </EthernetInterfaces>
<FlowControl>true</FlowControl> <FlowControl>true</FlowControl>
<Height>0</Height> <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"> <ManagementInterfaces xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution">
<a:ManagementInterface> <a:ManagementInterface>
<ElementType>DeviceInterface</ElementType> <ElementType>DeviceInterface</ElementType>
@ -786,5 +786,5 @@
<Properties xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"/> <Properties xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"/>
</MetadataDeclaration> </MetadataDeclaration>
<Hostname>switch-t0</Hostname> <Hostname>switch-t0</Hostname>
<HwSku>Arista-7050QX-32S</HwSku> <HwSku>Arista-7050-QX-32S</HwSku>
</DeviceMiniGraph> </DeviceMiniGraph>