Changes between Version 54 and Version 55 of GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-6


Ignore:
Timestamp:
09/18/12 15:01:28 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-6

    v54 v55  
    889889
    890890== 30.  Verify control access to OF experiment ==
     891
    891892Verify 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.
    892893
     
    895896 * Starting controller allows existing traffic flows to be delivered. 
    896897 * 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..
    899900
    900901
    901902== 31. Set the hard and soft timeout of flowtable entries ==
    902903
    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.
     904The 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.
    906908
    907909Flow removed (src/include/flow-removed.hh)