Skip to content

Commit 0d62aad

Browse files
neethajohnjudyjoseph
authored andcommitted
[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
1 parent 0a3211d commit 0d62aad

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
@@ -305,7 +305,7 @@
305305
<Devices>
306306
<Device i:type="ToRRouter">
307307
<Hostname>switch-t0</Hostname>
308-
<HwSku>Force10-S6000</HwSku>
308+
<HwSku>Arista-7050QX-32S</HwSku>
309309
<ClusterName>AAA00PrdStr00</ClusterName>
310310
</Device>
311311
<Device i:type="LeafRouter">
@@ -742,7 +742,7 @@
742742
</EthernetInterfaces>
743743
<FlowControl>true</FlowControl>
744744
<Height>0</Height>
745-
<HwSku>Force10-S6000</HwSku>
745+
<HwSku>Arista-7050QX-32S</HwSku>
746746
<ManagementInterfaces xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution">
747747
<a:ManagementInterface>
748748
<ElementType>DeviceInterface</ElementType>
@@ -777,5 +777,5 @@
777777
<Properties xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"/>
778778
</MetadataDeclaration>
779779
<Hostname>switch-t0</Hostname>
780-
<HwSku>Force10-S6000</HwSku>
780+
<HwSku>Arista-7050QX-32S</HwSku>
781781
</DeviceMiniGraph>

0 commit comments

Comments
 (0)