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

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

Adding RSpecs that are used to setup the OpenFlow Interoperability test for New InstaGENI sites

  • 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 "
18                   email="lnevers@bbn.com">
19
20    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />
21
22    <openflow:group name="indiana-1750-nlr-3716">
23      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.noc.iu.edu+datapath+06:d6:00:16:b9:cf:fc:40"
24                         component_manager_id="urn:publicid:IDN+openflow:foam:foam.noc.iu.edu+authority+am">
25
26        <openflow:port name="3" num="3"/>   
27        <openflow:port name="5" num="5"/>   
28        <openflow:port name="8" num="8"/>   
29        <openflow:port name="9" num="9"/>   
30        <openflow:port name="10" num="10"/>   
31      </openflow:datapath>
32    </openflow:group>
33
34 <openflow:group name="indiana-WAPG">
35    <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.noc.iu.edu+datapath+06:d6:00:24:a8:fe:e1:00"
36                        component_manager_id="urn:publicid:IDN+openflow:foam:foam.noc.iu.edu+authority+am">   
37        <openflow:port name="3" num="27"/>   
38        <openflow:port name="22" num="46"/>   
39        <openflow:port name="47" num="71"/>   
40        <openflow:port name="8" num="32"/>   
41        <openflow:port name="6" num="30"/>   
42    </openflow:datapath> 
43    </openflow:group>
44
45    <openflow:match>
46
47      <openflow:use-group name="indiana-1750-nlr-3716" />
48      <openflow:use-group name="indiana-WAPG" />
49      <openflow:packet>
50        <openflow:dl_type value="0x800,0x806"/>
51        <openflow:nw_dst value="10.42.11.0/24"/>
52        <openflow:nw_src value="10.42.11.0/24"/>
53      </openflow:packet>
54
55    </openflow:match>
56
57  </openflow:sliver>
58
59</rspec>
Note: See TracBrowser for help on using the repository browser.