[sonic-cfggen] Fix invalid switch_type (#10383)

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
This commit is contained in:
ganglv 2022-03-31 15:29:23 +08:00 committed by Judy Joseph
parent c3e1e2dce3
commit 2404c201ba

View File

@ -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>
@ -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>