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

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

Rspecs used in site confirmation tests for MAX InstaGENI

  • 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="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"/>   <!-- to VLAN 3716 -->
33        <openflow:port name="11" num="11"/> <!-- FIU 1752 -->
34        <openflow:port name="25" num="49"/>  <!-- to RENCI -->
35      </openflow:datapath>
36    </openflow:group>
37
38    <openflow:group name="nlr-3716">
39      <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 -->
40        <openflow:port name="6" num="6"/>   <!-- to NLR CHIC 1750 -->
41        <openflow:port name="20" num="20"/> <!-- to Wisconsin -->
42        <openflow:port name="21" num="21"/> <!-- to Indiana -->
43        <!-- <openflow:port name="25" num="49"/> --> <!-- exclude BBN 3716 -->
44        <openflow:port name="27" num="51"/>
45      </openflow:datapath>
46
47
48      <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 -->
49
50      <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 -->
51      <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 -->
52      <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 -->
53    </openflow:group>
54
55    <openflow:match>
56      <openflow:use-group name="nlr-chic-1750-3716" />
57      <openflow:use-group name="nlr-atla-1750-3716" />
58      <openflow:use-group name="nlr-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    </openflow:match>
65  </openflow:sliver>
66</rspec>
67
Note: See TracBrowser for help on using the repository browser.