source: trunk/GENIRacks/InstaGENI/Spiral5/RSpecs/ConfirmationTests/Northwestern/IG-CT-4-openflow-indiana-wapg.rspec @ 1684

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

modified some files, and adding remaining rspec for IG-CT-4 as executed for Northwestern

  • Property svn:executable set to *
File size: 2.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3This rspec will reserve the OpenFlow resources at Rutgers
4used by the IG-CT-4 Site Confirmation Test.
5AM: https://foam.noc.iu.edu:3626/foam/gapi/1
6-->
7
8<rspec xmlns="http://www.geni.net/resources/rspec/3"
9       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
10       xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3"
11       xs:schemaLocation="http://www.geni.net/resources/rspec/3
12           http://www.geni.net/resources/rspec/3/request.xsd
13           http://www.geni.net/resources/rspec/ext/openflow/3
14           http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd"
15       type="request">
16
17  <openflow:sliver description="New Site Confirmation Test IG-CT-4 " email="lnevers@bbn.com">
18
19    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />
20
21    <openflow:group name="indiana-1750-nlr-3716">
22      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.noc.iu.edu+datapath+06:d6:00:16:b9:cf:fc:40"
23                         component_manager_id="urn:publicid:IDN+openflow:foam:foam.noc.iu.edu+authority+am">
24       <openflow:port name="1" num="1"/>
25       <openflow:port name="5" num="5"/>
26       <openflow:port name="8" num="8"/>
27       <openflow:port name="9" num="9"/>
28       <openflow:port name="10" num="10"/>
29      </openflow:datapath>
30    </openflow:group>
31
32 <openflow:group name="indiana-WAPG">
33    <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.noc.iu.edu+datapath+06:d6:00:24:a8:fe:e1:00"
34                        component_manager_id="urn:publicid:IDN+openflow:foam:foam.noc.iu.edu+authority+am">   
35    <openflow:port name="3" num="27"/>
36    <openflow:port name="8" num="32"/>
37    <openflow:port name="22" num="46"/>
38    <openflow:port name="47" num="71"/>
39    <openflow:port name="51" num="121"/>
40    <openflow:port name="6" num="30"/>
41    </openflow:datapath> 
42    </openflow:group>
43
44    <openflow:match>
45
46      <openflow:use-group name="indiana-1750-nlr-3716" />
47      <openflow:use-group name="indiana-WAPG" />
48      <openflow:packet>
49        <openflow:dl_type value="0x800,0x806"/>
50        <openflow:nw_dst value="10.42.11.0/24"/>
51        <openflow:nw_src value="10.42.11.0/24"/>
52      </openflow:packet>
53
54    </openflow:match>
55
56  </openflow:sliver>
57
58</rspec>
Note: See TracBrowser for help on using the repository browser.