[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:
parent
85539e7e08
commit
6e51779efb
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user