Changes between Version 57 and Version 58 of GENIRacksHome/ExogeniRacks/AcceptanceTestStatus/EG-EXP-5


Ignore:
Timestamp:
01/22/13 16:39:39 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

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

    v57 v58  
    12961296}}}
    12971297
     1298First checked that there are no existing static flows:
     1299{{{
     1300$ curl http://localhost:9090/wm/staticflowentrypusher/list/all/json
     1301{}
     1302}}}
     1303
     1304Set a static flow named "flow-mod-1" and checked that it was applied:
     1305
     1306{{{
     1307$ curl -d '{"switch": "00:01:08:17:f4:b5:2a:00", "name":"flow-mod-1", , "priority":"32768", "networkSource":"10.42.13.43","active":"true", "actions":"output=2"}'  http://localhost:9090/wm/staticflowentrypusher/json
     1308{"status" : "Entry pushed"}
     1309$
     1310}}}
     1311
     1312Verify that the flow modification is applied:
     1313{{{
     1314$ curl http://localhost:9090/wm/staticflowentrypusher/list/all/json
     1315
     1316}}}
     1317
     1318*** RAN INTO !FloodLight error... Investigating...
     1319
    12981320== Step 27. Verify that traffic is delivered to target according to the flowmods settings. ==
    12991321