Skip to content

Commit

Permalink
[sonic-cfggen] Fix invalid switch_type (#10383)
Browse files Browse the repository at this point in the history
Why I did it
sonic-config-engine unit test is using invalid switch_type

How I did it
Update xml with correct switch_type

How to verify it
Run UT for sonic-config-engine

Signed-off-by: Gang Lv ganglv@microsoft.com
  • Loading branch information
ganglyu authored and judyjoseph committed Apr 18, 2022
1 parent c3e1e2d commit 2404c20
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
<a:DeviceProperty>
<a:Name>SwitchType</a:Name>
<a:Reference i:nil="true"/>
<a:Value>chassis_packet</a:Value>
<a:Value>chassis-packet</a:Value>
</a:DeviceProperty>
<a:DeviceProperty>
<a:Name>DeploymentId</a:Name>
Expand Down Expand Up @@ -459,7 +459,7 @@
<a:DeviceProperty>
<a:Name>SwitchType</a:Name>
<a:Reference i:nil="true"/>
<a:Value>chassis_packet</a:Value>
<a:Value>chassis-packet</a:Value>
</a:DeviceProperty>
</a:Properties>
</a:DeviceMetadata>
Expand Down

0 comments on commit 2404c20

Please sign in to comment.