Uploaded image for project: 'controller'
  1. controller
  2. CONTROLLER-1323

unable to configure flows; <id> check not passes with correct id, 404 returned

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • None
    • None
    • restconf
    • None
    • Operating System: All
      Platform: All

    • 3226

      i am unable to test openflow

      all "flow tests" are failing

      https://jenkins.opendaylight.org/releng/view/openflowplugin/job/openflowplugin-csit-1node-cds-flow-services-lithium-redesign-only-master/190/

      https://jenkins.opendaylight.org/releng/view/openflowplugin/job/openflowplugin-csit-1node-cds-flow-services-only-master/428/

      KARAF.LOG can be found inside these job urls

      configuring
      <?xml version="1.0" encoding="UTF-8" standalone="no"?>
      <flow xmlns="urn:opendaylight:flow:inventory">
      <strict>false</strict>
      <instructions>
      <instruction>
      <order>0</order>
      <apply-actions>
      <action>
      <order>0</order>
      <dec-nw-ttl/>
      </action>
      </apply-actions>
      </instruction>
      </instructions>
      <table_id>2</table_id>
      <id>124</id>
      <cookie_mask>255</cookie_mask>
      <installHw>false</installHw>
      <match>
      <ethernet-match>
      <ethernet-type>
      <type>2048</type>
      </ethernet-type>
      </ethernet-match>
      <ipv4-destination>10.0.1.0/24</ipv4-destination>
      </match>
      <cookie>1</cookie>
      <flow-name>FooXf1</flow-name>
      <priority>1</priority>
      <barrier>false</barrier>
      </flow>

      returns

      PUT response: {"errors":{"error":[

      {"error-type":"protocol","error-tag":"data-missing","error-message":"Missing key id in the message body."}

      ]}} DEBUG

      ${msg} = Adding flow for /restconf/config/opendaylight-inventory:nodes/node/openflow:1/table/2/flow/124 failed, http response 404 received.

      https://jenkins.opendaylight.org/releng/view/openflowplugin/job/openflowplugin-csit-1node-cds-flow-services-lithium-redesign-only-master/190/robot/report/log.html#s1-s3-s4

            vdemcak@cisco.com Vaclav Demcak
            pgubka@cisco.com Peter Gubka
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: