source: trunk/GENIRacks/InstaGENI/Spiral4/RSpecs/AcceptanceTests/IG-EXP-5/IG-EXP-5-exp1-openflow-i2.rspec @ 1650

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

Updating RSpec capture current resources used to re-run IG-EXP-5

  • Property svn:executable set to *
File size: 3.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3This rspec will reserve the OpenFlow resources at Internet2
4AM: https://foam.net.internet2.edu:3626/foam/gapi/1
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  <openflow:sliver description="IG-EXP-5-exp1 " email="lnevers@bbn.com">
15
16 <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />
17
18    <openflow:group name="i2-3716">
19      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+0e:84:00:12:e2:22:63:1d"
20        component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" />  <!-- I2 NEWY 3716 -->
21      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+0e:84:00:12:e2:22:6f:e5"
22        component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" />  <!-- I2 WASH 3716 -->
23      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+0e:84:00:12:e2:22:63:6e"
24        component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" />  <!-- I2 ATLA 3716 -->
25      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+0e:84:00:12:e2:22:81:42"
26        component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" />  <!-- I2 HOUS 3716 -->
27      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+0e:84:00:12:e2:22:63:38"
28        component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" />  <!-- I2 LOSA 3716 -->
29    </openflow:group>
30
31   <openflow:group name="I2-LOSA-1750-3716">
32      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+06:d6:00:12:e2:22:63:38"
33        component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" dpid="06:d6:00:12:e2:22:63:38">
34        <openflow:port name="15" num="15"/>
35      </openflow:datapath>
36    </openflow:group>
37
38    <openflow:group name="UEN-1750">
39      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+06:d6:00:12:e2:22:63:38"
40        component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" dpid="06:d6:00:12:e2:22:63:38">
41        <openflow:port name="12" num="12"/>
42      </openflow:datapath>
43    </openflow:group>
44
45    <openflow:group name="I2-ATLA-1750-3716">
46      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+06:d6:00:12:e2:22:63:6e" 
47        component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" dpid="06:d6:00:12:e2:22:63:6e">
48        <openflow:port name="9" num="9"/>
49      </openflow:datapath>
50    </openflow:group>
51
52    <openflow:match>
53
54      <openflow:use-group name="i2-3716" />
55      <openflow:use-group name="UEN-1750" />
56      <openflow:use-group name="I2-LOSA-1750-3716" />
57      <openflow:packet>
58        <openflow:dl_type value="0x800,0x806"/>
59        <openflow:nw_dst value="10.42.11.0/24"/>
60        <openflow:nw_src value="10.42.11.0/24"/>
61      </openflow:packet>
62
63    </openflow:match>
64
65  </openflow:sliver>
66
67</rspec>
Note: See TracBrowser for help on using the repository browser.