Skip to content

Commit b5e59a1

Browse files
authored
[sonic-config-engine] Change hwsku for sample graph in unit tests (sonic-net#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
1 parent 8315d11 commit b5e59a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sonic-config-engine/tests/sample-graph-resource-type.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
<Devices>
315315
<Device i:type="ToRRouter">
316316
<Hostname>switch-t0</Hostname>
317-
<HwSku>Force10-S6000</HwSku>
317+
<HwSku>Arista-7050QX-32S</HwSku>
318318
<ClusterName>AAA00PrdStr00</ClusterName>
319319
</Device>
320320
<Device i:type="LeafRouter">
@@ -751,7 +751,7 @@
751751
</EthernetInterfaces>
752752
<FlowControl>true</FlowControl>
753753
<Height>0</Height>
754-
<HwSku>Force10-S6000</HwSku>
754+
<HwSku>Arista-7050QX-32S</HwSku>
755755
<ManagementInterfaces xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution">
756756
<a:ManagementInterface>
757757
<ElementType>DeviceInterface</ElementType>
@@ -786,5 +786,5 @@
786786
<Properties xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"/>
787787
</MetadataDeclaration>
788788
<Hostname>switch-t0</Hostname>
789-
<HwSku>Force10-S6000</HwSku>
789+
<HwSku>Arista-7050QX-32S</HwSku>
790790
</DeviceMiniGraph>

0 commit comments

Comments
 (0)