source: trunk/ProductionFOAM/openflow-nlr.rspec

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

RSpecs used for Production FOAM testing.

  • Property svn:executable set to *
File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<rspec xmlns="http://www.geni.net/resources/rspec/3"
3       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
4       xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3"
5       xs:schemaLocation="http://www.geni.net/resources/rspec/3
6           http://www.geni.net/resources/rspec/3/request.xsd
7           http://www.geni.net/resources/rspec/ext/openflow/3
8           http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd"
9       type="request">
10
11  <openflow:sliver description="FOAM Production Tests " email="lnevers@bbn.com">
12
13    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />
14
15    <openflow:group name="nlr-chic-1750-3716">
16      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+datapath+06:d6:00:23:47:c8:bc:00"
17       component_manager_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+authority+am"
18        dpid="06:d6:00:23:47:c8:bc:00">
19        <openflow:port name="5" num="5"/> <!-- NLR CHIC 3716 Port -->
20        <openflow:port name="9" num="9"/> <!-- GPO 1750 -->
21        <openflow:port name="25" num="49"/> <!-- Kettering 1750 -->
22        <openflow:port name="28" num="52"/> <!-- Northwestern 1750 -->
23      </openflow:datapath>
24    </openflow:group>
25
26
27    <openflow:group name="nlr-atla-1750-3716">
28      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+datapath+06:d6:00:24:a8:d2:b8:40"
29        component_manager_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+authority+am"
30        dpid="06:d6:00:24:a8:d2:b8:40">
31        <openflow:port name="5" num="5"/>   <!-- to VLAN 3716 -->
32        <openflow:port name="11" num="11"/> <!-- FIU 1752 -->
33        <openflow:port name="25" num="49"/>  <!-- to RENCI -->
34      </openflow:datapath>
35    </openflow:group>
36
37    <openflow:group name="nlr-3716">
38      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+datapath+0e:84:00:23:47:c8:bc:00" component_manager_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+authority+am">  <!-- NLR CHIC 3716 -->
39        <openflow:port name="6" num="6"/>   <!-- to NLR CHIC 1750 -->
40        <openflow:port name="20" num="20"/> <!-- to Wisconsin -->
41        <openflow:port name="21" num="21"/> <!-- to Indiana -->
42        <!-- <openflow:port name="25" num="49"/> --> <!-- exclude BBN 3716 -->
43        <openflow:port name="27" num="51"/>
44      </openflow:datapath>
45
46
47      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+datapath+0e:84:00:23:47:ca:bc:40" component_manager_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+authority+am" />  <!-- NLR SUNN 3716 -->
48
49      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+datapath+0e:84:00:24:a8:d2:48:00" component_manager_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+authority+am" />  <!-- NLR SEAT 3716 -->
50      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+datapath+0e:84:00:24:a8:d2:b8:40" component_manager_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+authority+am" />  <!-- NLR ATLA 3716 -->
51      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+datapath+0e:84:00:26:f1:40:a8:00" component_manager_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+authority+am" />  <!-- NLR DENV 3716 -->
52    </openflow:group>
53
54    <openflow:match>
55      <openflow:use-group name="nlr-chic-1750-3716" />
56      <openflow:use-group name="nlr-atla-1750-3716" />
57      <openflow:use-group name="nlr-3716" />
58      <openflow:packet>
59        <openflow:dl_type value="0x800,0x806"/>
60        <openflow:nw_dst value="10.42.11.0/24"/>
61        <openflow:nw_src value="10.42.11.0/24"/>
62      </openflow:packet>
63    </openflow:match>
64  </openflow:sliver>
65</rspec>
66
Note: See TracBrowser for help on using the repository browser.