Skip to main content

unclassified fix in XML

Error type: undefined

unclassifiedXMLConfidence: 65%

❌ Problem - Incorrect Code

✓ Solution - Correct Code

<?xml version="1.0"?>
<test_suite name="ovsdb-logical-switch-base">
<test name="test1">
    <virtual-network uuid="1" name="vn-1"/>
    <physical-interface uuid="1" name="ge-0/0/0" />
    <logical-interface uuid="1" name="l-ge-0/0/0"/>
    <virtual-machine uuid="1" name="vm1"/>
    <global-vrouter-config uuid="1" name="default-global-system-config:default-global-vrouter-config" vxlan-mode="automatic"/>
    <vrf uuid="1" name="vrf1" />
    <vmi nova="1"
     uuid="1" name="tap1" mac="00:00:00:00:

Explanation

Modified logical-switch-base.xml

Learn from thousands of patterns

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