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

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

Adding RSpecs used for Utah DDC Confirmation tests.

  • Property svn:executable set to *
File size: 2.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3AM: https://foam.gpolab.bbn.com:3626/foam/gapi/1
4-->
5
6<rspec xmlns="http://www.geni.net/resources/rspec/3"
7       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
8       xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3"
9       xs:schemaLocation="http://www.geni.net/resources/rspec/3
10           http://www.geni.net/resources/rspec/3/request.xsd
11           http://www.geni.net/resources/rspec/ext/openflow/3
12           http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd"
13       type="request">
14
15  <openflow:sliver description="New Site EG-CT-4" email="lnevers@bbn.com">
16
17    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />
18
19    <openflow:group name="habanero-1750-argos">
20      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+datapath+06:d6:00:24:a8:c4:b9:00"
21                         component_manager_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+authority+am">
22        <openflow:port name="33" num="57"/>
23        <openflow:port name="47" num="71"/>
24      </openflow:datapath>
25    </openflow:group>
26
27    <openflow:group name="poblano-1750">
28      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+datapath+06:d6:00:12:e2:b8:a5:d0"
29                         component_manager_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+authority+am">
30        <openflow:port num="7"/>   <!-- to NLR 3716 -->
31        <openflow:port num="15"/>  <!-- to BBN ExoGENI rack -->
32        <openflow:port num="16"/>  <!-- to BBN InstaGENI rack -->
33        <openflow:port num="20"/>  <!-- to habanero -->
34      </openflow:datapath>
35    </openflow:group>
36
37    <openflow:match>
38
39      <openflow:use-group name="habanero-1750-argos" />
40      <openflow:use-group name="poblano-1750-nlr-3716" />
41
42      <openflow:packet>
43        <openflow:dl_type value="0x800,0x806"/>
44        <openflow:nw_dst value="10.42.11.0/24"/>
45        <openflow:nw_src value="10.42.11.0/24"/>
46      </openflow:packet>
47
48    </openflow:match>
49  </openflow:sliver>
50
51</rspec>
Note: See TracBrowser for help on using the repository browser.