Re: [Ryu-devel] How to run test_vsctl.py

2020-06-22 Thread Vasu Dasari
Figured out. I needed to have docker environment. So, I think this command is not designed to work in non-docker environment. -Vasu *Vasu Dasari* On Mon, Jun 22, 2020 at 6:05 PM Vasu Dasari wrote: > Hi, > > I would like to study OVSDB protocol exchange between Ryu and > ovsdb-server. I see th

[Ryu-devel] How to run test_vsctl.py

2020-06-22 Thread Vasu Dasari
Hi, I would like to study OVSDB protocol exchange between Ryu and ovsdb-server. I see that there is a unit test script called "tests/unit/test_utils.py". May aI know how to execute that? I tried this from ryu docker image: docker run -it --rm -v --name ryu osrg/ryu ryu-manager ryu/tests/unit/te