[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 GitHub
parent 85539e7e08
commit 6e51779efb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>