> Dear all,
> 
> I have tried the past days to set up a test environment to reproduce the 
> compliance tests with our switching hardware. Without success so far.
> I have Ryu 3.7 running on a KVM instance (Ubuntu 14.04) with Openvswitch 
> 2.1 either in the same VM or on the host machine (I tried both setups).
> My host has 4 NICs, eth0 -> remote access, eth1 -> controller to switch, 
> eth2/3 -> data plane to switch.
> 
> Configuration to set up openvswitch:
> # ovs-vsctl add-br ovs1
> # ovs-vsctl add-port ovs1 eth2
> # ovs-vsctl add-port ovs1 eth3
> # ovs-vsctl set bridge ovs1 other-config:datapath-id=0000000000000002
> # ovs-vsctl set bridge ovs1 protocols=OpenFlow10,OpenFlow13
> # ovs-vsctl set-controller ovs1 tcp:192.168.1.254:6633
> The switch can communicate with the controller just fine. The openvswitch 
> instance also joins the testing session. But somehow, when I capture 
> packets on eth2 or eth3, I only get a few packets, where there should be a 
> lot sent from the tester switch to the target switch. And the logs of the 
> testing script are full of timeouts. In short, not one test succeeds, 
> while the expectation is that at least the 00_OUTPUT tests succeed.
> Can someone give me a step by step howto on how to successfully set up a 
> testing environment with a real switch and one software switch instead of 
> mininet?
> 
> I'm trying to reproduce the compliance test of the AS4600-52T with the 
> same firmware version, but no success so far. I tried to install the CPqD 
> of13softswitch, but cannot get it compiled on the same machine. Only the 
> pre-installed VM image of the of13softswitch works... however, the 
> of13softswitch cannot connect to the Ryu controller... so, no use. I'm a 
> bit lost here.

can you provide tester log?

YAMAMOTO Takashi

> 
> Best Regards!
> Arne Goetje (葵憶仇)
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/NeoTech
> _______________________________________________
> Ryu-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ryu-devel

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to