[sonic-config-engine] Change hwsku for sample graph in unit tests (#10889)

#### Why I did it
To ensure that some internal testcases do not break due to external changes

#### How to verify it
Ran test_cfggen.py with the changes and it passed
This commit is contained in:
Neetha John 2022-05-25 15:48:02 -07:00 committed by Qi Luo
parent f5ecf1ee1c
commit a76899b04f

View File

@ -308,7 +308,7 @@
<Devices> <Devices>
<Device i:type="ToRRouter"> <Device i:type="ToRRouter">
<Hostname>switch-t0</Hostname> <Hostname>switch-t0</Hostname>
<HwSku>Force10-S6000</HwSku> <HwSku>Arista-7050QX-32S</HwSku>
<ClusterName>AAA00PrdStr00</ClusterName> <ClusterName>AAA00PrdStr00</ClusterName>
</Device> </Device>
<Device i:type="LeafRouter"> <Device i:type="LeafRouter">
@ -421,7 +421,7 @@
</EthernetInterfaces> </EthernetInterfaces>
<FlowControl>true</FlowControl> <FlowControl>true</FlowControl>
<Height>0</Height> <Height>0</Height>
<HwSku>Force10-S6000</HwSku> <HwSku>Arista-7050QX-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>
@ -451,5 +451,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>Force10-S6000</HwSku> <HwSku>Arista-7050QX-32S</HwSku>
</DeviceMiniGraph> </DeviceMiniGraph>