source: trunk/GENIRacks/ExoGENI/Spiral4/Rspecs/AcceptanceTests/EG-EXP-6/EG-EXP-6-exp3-openflow-rutgers.rspec @ 1656

Last change on this file since 1656 was 1656, checked in by lnevers@bbn.com, 11 years ago

Adding Rspecs to be used in re-running EG-EXP-6

  • Property svn:executable set to *
File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3AM: https://nox.orbit-lab.org:3626/foam/gapi/1
4-->
5
6<rspec xmlns="http://www.geni.net/resources/rspec/3"
7       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
8       xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3"
9       xs:schemaLocation="http://www.geni.net/resources/rspec/3
10           http://www.geni.net/resources/rspec/3/request.xsd
11           http://www.geni.net/resources/rspec/ext/openflow/3
12           http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd"
13       type="request">
14
15  <openflow:sliver description="EG-EXP-6-exp3" email="lnevers@bbn.com">
16
17    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33019" type="primary" />
18
19    <openflow:group name="rutgers-1750-i2-3716">
20      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:internal2.orbit-lab.org+datapath+00:00:00:10:10:17:50:01"
21                         component_manager_id="urn:publicid:IDN+openflow:foam:internal2.orbit-lab.org+authority+am">
22        <openflow:port num="5"/>
23        <openflow:port num="9"/>
24        <openflow:port num="10"/>
25        <openflow:port num="11"/>
26        <openflow:port num="12"/>
27      </openflow:datapath>
28    </openflow:group>
29
30    <openflow:match>
31
32      <openflow:use-group name="rutgers-1750-i2-3716" />
33
34      <openflow:packet>
35        <openflow:dl_type value="0x800,0x806"/>
36        <openflow:nw_dst value="10.42.19.0/24"/>
37        <openflow:nw_src value="10.42.19.0/24"/>
38      </openflow:packet>
39
40    </openflow:match>
41
42  </openflow:sliver>
43
44</rspec>
Note: See TracBrowser for help on using the repository browser.