cherry icon indicating copy to clipboard operation
cherry copied to clipboard

Automated tests?!

Open gurjeet opened this issue 8 years ago • 3 comments

Are there any automated tests part of this repository? Perhaps there's an external OpenFlow testing framework that can be launched against Cherry controller to test it!

I am interested in providing Postgres support to this project, so I'd like to see docs around how to set up and run tests against Cherry.

gurjeet avatar Jul 19 '16 06:07 gurjeet

Unfortunately, we don't have automated tests yet. Could you please lead me to the testing framework you mentioned?

superkkt avatar Jul 19 '16 07:07 superkkt

Mininet seems to be ideally suited for testing any of the components of an SDN setup. I found the following links that Cherry can use to automate testing via Mininet:

http://mininet.org/walkthrough/#using-a-remote-controller http://mininet.org/blog/2013/06/03/automating-controller-startup/

gurjeet avatar Jul 19 '16 12:07 gurjeet

@gurjeet Thanks. Actually, I tested Cherry using Mininet, but I didn't make it automatic. Now, I have a plan to do this and also very welcome a contribution from others. :-)

superkkt avatar Jul 20 '16 00:07 superkkt