Skip to main content

logic_error fix in XML

Error type: undefined

logic_errorXMLConfidence: 65%

❌ Problem - Incorrect Code

<test name="test1">

✓ Solution - Correct Code

<test name="VXLAN-ID Change">
   <!-- UT to validate change in vxlan inside a VN will result in updates to
        physical-device-vn entries -->

<test name="VMI-VN-Link">
   <!-- Validate VMI - VN link propogation to physical-device-vn -->
    <virtual-network uuid="1" name="vn-1"/>
    <physical-interface uuid="1" name="intf-1" />
    <logical-interface uuid="1" name="l-intf-1"/>
    <virtual-machine uuid="1" name="vm1"/>
    <physical-router uuid="1" name="router-1"/>

    <vmi nova="1"
    

Explanation

Modified physical-device-vn.xml

Learn from thousands of patterns

Sign up to save your favorite patterns, get personalized recommendations, and level up your debugging skills.