source: trunk/GENIRacks/ExoGENI/Spiral5/RSpecs/ConfirmationTests/EG-CT-4/TemplateRspecs/IG-CT-4-openflow-internet2.rspec @ 1574

Last change on this file since 1574 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: 3.6 KB
Line 
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+00:00:0e:84:40:39:18:1b"
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+00:00:0e:84:40:39:18:58"
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+00:00:0e:84:40:39:19:96"
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+00:00:0e:84:40:39:1a:57"
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+00:00:0e:84:40:39:1b:93"
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="I2-LOSA-1750-3716">
34      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+00:00:06:d6:40:39:1b:93"
35        component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" dpid="00:00:06:d6:40:39:1b:93">
36        <openflow:port name="15" num="4"/>
37      </openflow:datapath>
38    </openflow:group>
39
40    <openflow:group name="UEN-1750">
41      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+00:00:06:d6:40:39:1b:93"
42        component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" dpid="00:00:06:d6:40:39:1b:93">
43        <openflow:port name="12" num="2"/>
44      </openflow:datapath>
45    </openflow:group>
46
47    <openflow:group name="I2-ATLA-1750-3716">
48      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+datapath+00:00:06:d6:40:39:19:96" 
49        component_manager_id="urn:publicid:IDN+openflow:foam:foam.net.internet2.edu+authority+am" dpid="00:00:06:d6:40:39:19:96">
50        <openflow:port name="9" num="2"/>
51      </openflow:datapath>
52    </openflow:group>
53
54    <openflow:match>
55
56      <openflow:use-group name="i2-3716" />
57      <openflow:use-group name="UEN-1750" />
58      <openflow:use-group name="I2-LOSA-1750-3716" />
59      <openflow:packet>
60        <openflow:dl_type value="0x800,0x806"/>
61        <openflow:nw_dst value="10.42.11.0/24"/>
62        <openflow:nw_src value="10.42.11.0/24"/>
63      </openflow:packet>
64
65    </openflow:match>
66
67  </openflow:sliver>
68
69</rspec>
Note: See TracBrowser for help on using the repository browser.