===== Summary ===== ^ ODL Suite ^ Test ^ LF POD1 (Fuel) ^ LF POD2 (Foreman) ^ | Restconf.basic | Get the controller modules via Restconf | Fail | PASS | | Neutron.Networks | Check OpenStack Networks | Fail | PASS | | | Check OpenDaylight Networks | Fail | PASS | | | Create new network in OpenStack | Fail | PASS | | | Check Network created in OpenDaylight | Fail | PASS | | | Checking Network created in OpenStack | Fail | PASS | | Neutron.Subnets | Check OpenStack Subnets | Fail | PASS | | | Check OpenDaylight subnets | Fail | PASS | | | Create new subnet in OpenStack | Fail | PASS | | | Check new subnet created in OpenDaylight | Fail | PASS | | | Checking Subnets created in OpenStack | Fail | PASS | | Neutron.Ports | Check OpenStack ports | Fail | PASS | | | Check OpenDaylight ports | Fail | PASS | | | Create new port in OpenStack | Fail | PASS | | | Check new subnet created in OpenDaylight | Fail | PASS | | | Checking Port created in OpenStack | Fail | PASS | | Delete Port | Delete previously created port in OpenStack | Fail | PASS | | | Check port deleted in OpenDaylight | Fail | Fail | | Delete Subnet | Delete previously created subnet in OpenStack | Fail | PASS | | | Check subnet deleted in OpenDaylight | Fail | Fail | | Delete network | Delete previously created network in OpenStack | Fail | PASS | | | Check network deleted in OpenDaylight | Fail | Fail | ==== Error Details POD 1 ==== The tests have been run with ODL controller running on the O/S controller, but VXLAN tunnels were not brought up, it was tested using VLAN Segregation in place instead. Neutron networks created in Openstack are not reflected in ODL in this mode. ==== Error Details POD 2 ==== Three tests are expected to Fail now: * Check port deleted in OpenDaylight * Check subnet deleted in OpenDaylight * Check Network deleted in OpenDaylight These are because of ODL bug. Network, subnet and port is not deleted from ODL, when deleted from Opestack. These tests send request to ODL to get network with ID which was deleted from Openstack. This Network should not be present in ODL now. However it is. So test fails. Similar for Subnet and Port. https://bugs.opendaylight.org/show_bug.cgi?id=3052