forked from noxrepo/pox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Moved SwitchFlowTableTest to switch_test
flow_table_test.SwitchFlowTableTest is now tested under the name of switch_test.ProcessFlowModTest. This is due to the moving of the method process_flow_mod from flow_table to switch, making it previously incompatible with the unit tests. Since the unit tests are under the switches instead, the tests are modified to do the same as the other tests, using a mock controller to send across flow mod messages rather than directly process them as done beforehand.
- Loading branch information
1 parent
1e65b48
commit 937837d
Showing
2 changed files
with
96 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters