source: trunk/GENIRacks/InstaGENI/Spiral5/RSpecs/ConfirmationTests/IG-CT-4/TemplateRspecs/EG-CT-4-openflow-eg-gpo.rspec @ 1581

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

Adding template RSpecs for new site and other RSpecs required for Confiramtion testing.

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1<!--
2
3AM: https://foam.gpolab.bbn.com: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="Sliver to allow BBN, BBN ExoGENI, Clemson MyPLC and Rutgers WAPG over 3716 "
16                   email="lnevers@bbn.com">
17
18    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />
19
20    <openflow:group name="Site-1750-nlr-3716">
21      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+datapath+06:d6:00:12:e2:b8:a5:d0"
22                         component_manager_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+authority+am">
23        <openflow:port num="5"/>
24        <openflow:port num="15"/>
25      </openflow:datapath>
26    </openflow:group>
27
28    <openflow:match>
29
30      <openflow:use-group name="Site-1750-nlr-3716" />
31
32      <openflow:packet>
33        <openflow:dl_type value="0x800,0x806"/>
34        <openflow:nw_dst value="10.42.11.0/24"/>
35        <openflow:nw_src value="10.42.11.0/24"/>
36      </openflow:packet>
37
38    </openflow:match>
39  </openflow:sliver>
40
41</rspec>
Note: See TracBrowser for help on using the repository browser.