-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Porting rspec into trema-edge #11
Comments
👍 |
@yasuhito I started porting the rspec into trema-edge but I found that the network{} block is a bit restrictive ( to be able to receive multiple events like switch_ready and/or packet_in or others ) so I am thinking about the following modifications but not really completely different from the original source:
An example to show its use.
The above describes one way to verify ArpOp flexible action. If you have any comments please inform me. I am planning to use the above spec_helper.rb to start creating rspecs for some more complicated cases and see if it meets all the needs or not. |
This issue also depends on the creation of trema shared library before it can be started.
The text was updated successfully, but these errors were encountered: