Skip to content

Commit

Permalink
[sonic-config-engine] Change hwsku for sample graph in unit tests (#1…
Browse files Browse the repository at this point in the history
…0889)

#### 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
  • Loading branch information
neethajohn committed May 25, 2022
1 parent 8315d11 commit b5e59a1
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 @@ -314,7 +314,7 @@
<Devices>
<Device i:type="ToRRouter">
<Hostname>switch-t0</Hostname>
<HwSku>Force10-S6000</HwSku>
<HwSku>Arista-7050QX-32S</HwSku>
<ClusterName>AAA00PrdStr00</ClusterName>
</Device>
<Device i:type="LeafRouter">
Expand Down Expand Up @@ -751,7 +751,7 @@
</EthernetInterfaces>
<FlowControl>true</FlowControl>
<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">
<a:ManagementInterface>
<ElementType>DeviceInterface</ElementType>
Expand Down Expand Up @@ -786,5 +786,5 @@
<Properties xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"/>
</MetadataDeclaration>
<Hostname>switch-t0</Hostname>
<HwSku>Force10-S6000</HwSku>
<HwSku>Arista-7050QX-32S</HwSku>
</DeviceMiniGraph>

0 comments on commit b5e59a1

Please sign in to comment.