source: trunk/GENIRacks/ExoGENI/Spiral5/RSpecs/ConfirmationTests/FIU/EG-CT-4-openflow-i2.rspec @ 1723

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

adding initial version of Confirmation Testing RSpecs for FIU

  • Property svn:executable set to *
File size: 2.8 KB
RevLine 
[1723]1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3This rspec will reserve the OpenFlow resources at Internet2
4used by the IG-CT-4 New Site Confirmation Test
5AM: https://foam.net.internet2.edu:3626/foam/gapi/1
6-->
7<rspec xmlns="http://www.geni.net/resources/rspec/3"
8       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
9       xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3"
10       xs:schemaLocation="http://www.geni.net/resources/rspec/3
11           http://www.geni.net/resources/rspec/3/request.xsd
12           http://www.geni.net/resources/rspec/ext/openflow/3
13           http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd"
14       type="request">
15  <openflow:sliver description="New Site Confirmation Test IG-CT-4 "
16                   email="lnevers@bbn.com">
17
18 <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />
19
20    <openflow:group name="i2-3716">
21      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+0e:84:00:12:e2:22:63:1d"
22        component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" />  <!-- I2 NEWY 3716 -->
23      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+0e:84:00:12:e2:22:6f:e5"
24        component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" />  <!-- I2 WASH 3716 -->
25      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+0e:84:00:12:e2:22:63:6e"
26        component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" />  <!-- I2 ATLA 3716 -->
27      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+0e:84:00:12:e2:22:81:42"
28        component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" />  <!-- I2 HOUS 3716 -->
29      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+0e:84:00:12:e2:22:63:38"
30        component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" />  <!-- I2 LOSA 3716 -->
31    </openflow:group>
32
33    <openflow:group name="UEN-1750">
34      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+06:d6:00:12:e2:22:63:38"
35        component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" dpid="06:d6:00:12:e2:22:63:38">
36        <openflow:port name="12" num="12"/>
37      </openflow:datapath>
38    </openflow:group>
39
40    <openflow:match>
41
42      <openflow:use-group name="i2-3716" />
43      <openflow:use-group name="UEN-1750" />
44      <openflow:packet>
45        <openflow:dl_type value="0x800,0x806"/>
46        <openflow:nw_dst value="10.42.11.0/24"/>
47        <openflow:nw_src value="10.42.11.0/24"/>
48      </openflow:packet>
49
50    </openflow:match>
51
52  </openflow:sliver>
53
54</rspec>
Note: See TracBrowser for help on using the repository browser.