You can start testing OF 1.3 Flows
Ed Warnicke (eaw) <eaw@...>
We have instructions here for testing OF 1.3 Flows:
It would be helpful if you guys could poke at it and flesh out some of the combinations via REST. Still flushing bugs through.
Please also see ( and update ): https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin::Coverage
Ed
|
|
Luis Gomez <luis.gomez@...>
Thanks Ed, will do.
From: integration-dev-bounces@... [mailto:integration-dev-bounces@...]
On Behalf Of Ed Warnicke (eaw)
Sent: Wednesday, December 11, 2013 1:36 PM To: integration-dev@... Subject: [integration-dev] You can start testing OF 1.3 Flows
We have instructions here for testing OF 1.3 Flows:
It would be helpful if you guys could poke at it and flesh out some of the combinations via REST. Still flushing bugs through.
Please also see ( and update ): https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin::Coverage
Ed
|
|
Luis Gomez <luis.gomez@...>
Hi Guangpeng and Punal, you were interested in testing OF 1.3, could you please follow instructions below and let us know the result of your testing?
Also anybody in the team is welcome to help here as this is top priority activity.
BR/Luis
From: integration-dev-bounces@... [mailto:integration-dev-bounces@...]
On Behalf Of Luis Gomez
Sent: Wednesday, December 11, 2013 1:38 PM To: Ed Warnicke (eaw); integration-dev@... Subject: Re: [integration-dev] You can start testing OF 1.3 Flows
Thanks Ed, will do.
From:
integration-dev-bounces@... [mailto:integration-dev-bounces@...]
On Behalf Of Ed Warnicke (eaw)
We have instructions here for testing OF 1.3 Flows:
It would be helpful if you guys could poke at it and flesh out some of the combinations via REST. Still flushing bugs through.
Please also see ( and update ): https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin::Coverage
Ed
|
|
Punal Patel <Punal.Patel@...>
Sure. Thank you.
From: Luis Gomez [mailto:luis.gomez@...]
Sent: December-11-13 1:46 PM To: Punal Patel; Liguangpeng (Roc, IPTechnologyResearchDept&HW) (guangpeng.li@...) Cc: integration-dev@... Subject: RE: You can start testing OF 1.3 Flows
Hi Guangpeng and Punal, you were interested in testing OF 1.3, could you please follow instructions below and let us know the result of your testing?
Also anybody in the team is welcome to help here as this is top priority activity.
BR/Luis
From:
integration-dev-bounces@... [mailto:integration-dev-bounces@...]
On Behalf Of Luis Gomez
Thanks Ed, will do.
From:
integration-dev-bounces@... [mailto:integration-dev-bounces@...]
On Behalf Of Ed Warnicke (eaw)
We have instructions here for testing OF 1.3 Flows:
It would be helpful if you guys could poke at it and flesh out some of the combinations via REST. Still flushing bugs through.
Please also see ( and update ): https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin::Coverage
Ed
Legal Disclaimer: The information contained in this message may be privileged and confidential. It is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. If you have received this message in error, please immediately notify the sender and delete or destroy any copy of this message! |
|
Luis Gomez <luis.gomez@...>
Thanks Punal.
From: Punal Patel [mailto:Punal.Patel@...]
Sent: Wednesday, December 11, 2013 2:53 PM To: Luis Gomez; Liguangpeng (Roc, IPTechnologyResearchDept&HW) (guangpeng.li@...) Cc: integration-dev@... Subject: RE: You can start testing OF 1.3 Flows
Sure. Thank you.
From: Luis Gomez [mailto:luis.gomez@...]
Hi Guangpeng and Punal, you were interested in testing OF 1.3, could you please follow instructions below and let us know the result of your testing?
Also anybody in the team is welcome to help here as this is top priority activity.
BR/Luis
From:
integration-dev-bounces@... [mailto:integration-dev-bounces@...]
On Behalf Of Luis Gomez
Thanks Ed, will do.
From:
integration-dev-bounces@... [mailto:integration-dev-bounces@...]
On Behalf Of Ed Warnicke (eaw)
We have instructions here for testing OF 1.3 Flows:
It would be helpful if you guys could poke at it and flesh out some of the combinations via REST. Still flushing bugs through.
Please also see ( and update ): https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin::Coverage
Ed
|
|
Liguangpeng (Roc, IPTechnologyResearchDept&HW) <guangpeng.li@...>
Hi all, I Downloaded the newest openflowplugin code(2013/12/12), and built it successfully. Then execute ‘run.sh’ and start mininet (sudo mn --topo single,3 --controller 'remote,ip=controller:6653' --switch ovsk,protocols=OpenFlow13). However I cannot see any openflow device connected at the web page ‘http://controller:8080’. Following is start log of openflowplugin:
./run.sh osgi> 2013-12-12 14:20:44.371 EST [nioEventLoopGroup-2-1] INFO o.o.p.f.ProtocolSessionPromise - Attempt to connect to connect to /127.0.0.1:8383 failed java.net.ConnectException: Connection refused: /127.0.0.1:8383 at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[na:1.7.0_25] at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:708) ~[na:1.7.0_25] at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:191) ~[na:na] at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:228) ~[na:na] at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:497) ~[na:na] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) ~[na:na] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) ~[na:na] at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) ~[na:na] at java.lang.Thread.run(Thread.java:724) ~[na:1.7.0_25] 2013-12-12 14:20:44.385 EST [Start Level Event Dispatcher] INFO o.o.c.n.i.osgi.NetconfImplActivator - Starting TCP netconf server at /127.0.0.1:8383 2013-12-12 14:20:45.689 EST [fileinstall-./plugins] INFO o.o.c.c.s.internal.ClusterManager - I'm a GossipRouter will listen on port 12001 2013-12-12 14:20:45.728 EST [fileinstall-./plugins] INFO o.o.c.c.s.internal.ClusterManager - Started GossipRouter 2013-12-12 14:20:45.729 EST [fileinstall-./plugins] INFO o.o.c.c.s.internal.ClusterManager - Starting the ClusterManager GossipRouter started at Thu Dec 12 14:20:45 EST 2013 Listening on port 12001 bound on address 0.0.0.0/0.0.0.0 Backlog is 1000, linger timeout is 2000, and read timeout is 0 2013-12-12 14:20:47.994 EST [Start Level Event Dispatcher] INFO o.o.c.c.y.s.i.ExtenderYangTrackerCustomizer - Yang store updated to new consistent state 2013-12-12 14:20:49.467 EST [ConfigPersister-registrator] INFO o.o.c.n.p.i.ConfigPersisterNotificationHandler - Session id received from netconf server: 1 2013-12-12 14:20:49.468 EST [ConfigPersister-registrator] INFO o.o.c.n.p.i.ConfigPersisterNotificationHandler - No last config provided by backend storage PersisterImpl [storage=org.opendaylight.controller.netconf.persist.impl.NoOpStorageAdapter@f0d409] 2013-12-12 14:20:49 EST [org.apache.catalina.mbeans.GlobalResourcesLifecycleListener] SEVERE org.apache.catalina.mbeans.GlobalResourcesLifecycleListener createMBeans No global naming context defined for server 2013-12-12 14:20:50.015 EST [fileinstall-./plugins] INFO o.o.c.c.i.ConfigurationService - ConfigurationService Manager init 2013-12-12 14:20:53.047 EST [Start Level Event Dispatcher] INFO o.o.c.n.b.internal.BundleScanner - JAXB type conflicts detected : [nodeTableStatistics:org.opendaylight.controller.statistics.northbound.TableStatistics,org.opendaylight.controller.sal.reader.NodeTableStatistics] [list:org.opendaylight.controller.statistics.northbound.AllTableStatistics,org.opendaylight.controller.statistics.northbound.AllPortStatistics] [list:org.opendaylight.controller.statistics.northbound.AllFlowStatistics,org.opendaylight.controller.statistics.northbound.AllPortStatistics] 2013-12-12 14:20:55.209 EST [fileinstall-./plugins] INFO o.o.c.s.dom.broker.SchemaServiceImpl - SchemaService updated to new consistent state 2013-12-12 14:20:56.872 EST [Start Level Event Dispatcher] INFO o.o.c.n.b.internal.BundleScanner - JAXB type conflicts detected : [host:org.opendaylight.controller.sal.core.Host,org.opendaylight.controller.hosttracker.hostAware.HostNodeConnector] !SESSION 2013-12-12 14:20:42.036 ----------------------------------------------- eclipse.buildId=unknown java.version=1.7.0_25 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: -console -consoleLog
Which service listens to port 8383?
Thanks/Guangpeng From: integration-dev-bounces@... [mailto:integration-dev-bounces@...]
On Behalf Of Luis Gomez
Sent: Thursday, December 12, 2013 5:38 AM To: Ed Warnicke (eaw); integration-dev@... Subject: Re: [integration-dev] You can start testing OF 1.3 Flows
Thanks Ed, will do.
From:
integration-dev-bounces@... [mailto:integration-dev-bounces@...]
On Behalf Of Ed Warnicke (eaw)
We have instructions here for testing OF 1.3 Flows:
It would be helpful if you guys could poke at it and flesh out some of the combinations via REST. Still flushing bugs through.
Please also see ( and update ): https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin::Coverage
Ed
|
|
Ed Warnicke (eaw) <eaw@...>
Are you looking at the ReStconf API as in the end to end inventory instructions?
I'll check on the error, I've never seen it before and to my awareness the of plugin in only listening in ports 6633 and 6653
Ed
On Dec 12, 2013, at 1:27 AM, "Liguangpeng (Roc, IPTechnologyResearchDept&HW)" <guangpeng.li@...> wrote:
|
|
Liguangpeng (Roc, IPTechnologyResearchDept&HW) <guangpeng.li@...>
Hi Ed,
Yes, I tried the API in the end to end inventory instructions. It worked once, however when I updated to the newest code, I cannot access it anymore. So I tried web UI at http://controller:8080 and found that no of device is connected.
Thanks/Guangpeng
From: Ed Warnicke (eaw) [mailto:eaw@...]
Sent: Thursday, December 12, 2013 10:23 PM To: Liguangpeng (Roc, IPTechnologyResearchDept&HW) Cc: Luis Gomez; integration-dev@... Subject: Re: You can start testing OF 1.3 Flows
Are you looking at the ReStconf API as in the end to end inventory instructions?
I'll check on the error, I've never seen it before and to my awareness the of plugin in only listening in ports 6633 and 6653
Ed
|
|
Luis Gomez <luis.gomez@...>
Hi Punal and Guangpeng,
Have you had the chance to test the new OF plugin? If so can you please send us an update with your findings?
I have a meeting this afternoon with OF plugin devs to define which tests we can perform in the integration team, can you please let me know your availability for the next 2 weeks?
Thanks/Luis
From: Luis Gomez
Sent: Wednesday, December 11, 2013 1:46 PM To: punal.patel@...; Liguangpeng (Roc, IPTechnologyResearchDept&HW) (guangpeng.li@...) Cc: integration-dev@... Subject: RE: You can start testing OF 1.3 Flows
Hi Guangpeng and Punal, you were interested in testing OF 1.3, could you please follow instructions below and let us know the result of your testing?
Also anybody in the team is welcome to help here as this is top priority activity.
BR/Luis
From: integration-dev-bounces@... [mailto:integration-dev-bounces@...]
On Behalf Of Luis Gomez
Thanks Ed, will do.
From:
integration-dev-bounces@... [mailto:integration-dev-bounces@...]
On Behalf Of Ed Warnicke (eaw)
We have instructions here for testing OF 1.3 Flows:
It would be helpful if you guys could poke at it and flesh out some of the combinations via REST. Still flushing bugs through.
Please also see ( and update ): https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin::Coverage
Ed
|
|
Liguangpeng (Roc, IPTechnologyResearchDept&HW) <guangpeng.li@...>
I have already verified the walkthrough at https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin::End_to_End_Inventory and part of https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:End_to_End_Flows a few days ago. I think we can define some test suites for RESTCONF. Last integration meeting, we discussed about which edition these test suites should belong to, base/virtual/SP?
BR/Guangpeng
From: Luis Gomez [mailto:luis.gomez@...]
Sent: Tuesday, January 07, 2014 4:00 AM To: punal.patel@...; Liguangpeng (Roc, IPTechnologyResearchDept&HW) Cc: integration-dev@... Subject: RE: You can start testing OF 1.3 Flows
Hi Punal and Guangpeng,
Have you had the chance to test the new OF plugin? If so can you please send us an update with your findings?
I have a meeting this afternoon with OF plugin devs to define which tests we can perform in the integration team, can you please let me know your availability for the next 2 weeks?
Thanks/Luis
From: Luis Gomez
Hi Guangpeng and Punal, you were interested in testing OF 1.3, could you please follow instructions below and let us know the result of your testing?
Also anybody in the team is welcome to help here as this is top priority activity.
BR/Luis
From:
integration-dev-bounces@... [mailto:integration-dev-bounces@...]
On Behalf Of Luis Gomez
Thanks Ed, will do.
From:
integration-dev-bounces@... [mailto:integration-dev-bounces@...]
On Behalf Of Ed Warnicke (eaw)
We have instructions here for testing OF 1.3 Flows:
It would be helpful if you guys could poke at it and flesh out some of the combinations via REST. Still flushing bugs through.
Please also see ( and update ): https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin::Coverage
Ed
|
|