Changes between Version 54 and Version 55 of GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-6
- Timestamp:
- 09/18/12 15:01:28 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-6
v54 v55 889 889 890 890 == 30. Verify control access to OF experiment == 891 891 892 Verify that no default controller, switch fail-open behavior, or other resource other than experimenters' controllers, can control how traffic flows on network resources assigned to experimenters' slivers. 892 893 … … 895 896 * Starting controller allows existing traffic flows to be delivered. 896 897 * Stopping the controller does not stop an existing continuous traffic exchange. 897 * Stopping the controller and starting a flow within the "DEFAULT_FLOW_TIMEOUT"(5 sec) allow traffic delivery.898 * Stopping the controller and starting a flow after the "DEFAULT_FLOW_TIMEOUT" (5 sec) does not allow traffic delivery.898 * Stopping the controller and starting a flow within the default timeout (5 sec) allow traffic delivery. 899 * Stopping the controller and starting a flow after the default timeout (5 sec) does not allow traffic delivery.. 899 900 900 901 901 902 == 31. Set the hard and soft timeout of flowtable entries == 902 903 903 The following scenarios were verified with a modified soft timeout by modifying the "DEFAULT_FLOW_TIMEOUT" in the file src/include/openflow-default.hh: 904 * Stopping the controller and starting a flow within the "DEFAULT_FLOW_TIMEOUT" (25 sec) allow traffic delivery. 905 * Stopping the controller and starting a flow after the "DEFAULT_FLOW_TIMEOUT" (25 sec) does not allow traffic delivery. 904 The following scenarios were verified by modifying the "idle_timeout" from "0" to "15" seconds and modifying the "hard_timeout" from "0" to 40 seconds in the file src/nox/coreapps/switch/switch.cc: 905 906 * Stopping the controller and starting a flow within the "hard_timeout" (15 sec) allow traffic delivery. 907 * Stopping the controller and starting a flow after the "hard_timeout" (40 sec) does not allow traffic delivery. 906 908 907 909 Flow removed (src/include/flow-removed.hh)