source: trunk/GENIRacks/InstaGENI/Spiral5/RSpecs/ConfirmationTests/MissouriColumbia/IG-CT-4-openflow-nlr.rspec-bkup

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

RSpecs used for confirmation testing for University of Missouri, Columbia

  • Property svn:executable set to *
File size: 4.2 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="New Site Confirmation Test IG-CT-4 "
12                   email="lnevers@bbn.com">
13
14    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />
15
16    <openflow:group name="nlr-chic-1750-3716">
17      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+datapath+06:d6:00:23:47:c8:bc:00"
18       component_manager_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+authority+am"
19        dpid="06:d6:00:23:47:c8:bc:00">
20        <openflow:port name="5" num="5"/> <!-- NLR CHIC 3716 Port -->
21        <openflow:port name="9" num="9"/> <!-- GPO 1750 -->
22        <openflow:port name="25" num="49"/> <!-- Kettering 1750 -->
23        <openflow:port name="28" num="52"/> <!-- Northwestern 1750 -->
24      </openflow:datapath>
25    </openflow:group>
26
27
28    <openflow:group name="nlr-atla-1750-3716">
29      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+datapath+06:d6:00:24:a8:d2:b8:40"
30        component_manager_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+authority+am"
31        dpid="06:d6:00:24:a8:d2:b8:40">
32        <openflow:port name="5" num="5"/>   <!-- ATLA 1750-3716 -->
33        <openflow:port name="11" num="11"/> <!-- FIU 1752 -->
34        <openflow:port name="25" num="49"/>  <!-- RENCI 1750 -->
35      </openflow:datapath>
36    </openflow:group>
37
38    <openflow:group name="nlr-denv-1750-3716">
39      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+datapath+06:d6:00:26:f1:40:a8:00"
40        component_manager_id="urn:publicid:IDN+openflow:foam:foam.nlr.net+authority+am" dpid="06:d6:00:26:f1:40:a8:00">
41        <openflow:port name="5" num="5"/> <!-- DENV 1750-3716 -->
42        <openflow:port name="9" num="9"/> <!-- UH 1751 -->
43      </openflow:datapath>
44    </openflow:group>
45
46    <o6penflow:group name="nlr-3716">
47      <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 -->
48        <openflow:port name="6" num="6"/>   <!-- to NLR CHIC 1750 -->
49        <openflow:port name="20" num="20"/> <!-- to Wisconsin -->
50        <openflow:port name="21" num="21"/> <!-- to Indiana -->
51        <!-- <openflow:port name="25" num="49"/> --> <!-- exclude BBN 3716 -->
52        <openflow:port name="27" num="51"/>
53      </openflow:datapath>
54      <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 -->
55
56      <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 -->
57      <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 -->
58      <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 -->
59    </openflow:group>
60
61    <openflow:match>
62      <openflow:use-group name="nlr-chic-1750-3716" />
63      <openflow:use-group name="nlr-atla-1750-3716" />
64      <openflow:use-group name="nlr-denv-1750-3716" />
65      <openflow:use-group name="nlr-3716" />
66      <openflow:packet>
67        <openflow:dl_type value="0x800,0x806"/>
68        <openflow:nw_dst value="10.42.11.0/24"/>
69        <openflow:nw_src value="10.42.11.0/24"/>
70      </openflow:packet>
71    </openflow:match>
72  </openflow:sliver>
73</rspec>
74
Note: See TracBrowser for help on using the repository browser.