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

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

RSpecs used in confirmation testing

  • Property svn:executable set to *
File size: 1.5 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
13    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />
14
15
16    <openflow:group name="MOXI-1751">
17     <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:moxifoam.600wchicag.omnipop.cic.net+datapath+06:d7:f0:62:81:77:4e:00"
18          component_manager_id="urn:publicid:IDN+openflow:foam:moxifoam.600wchicag.omnipop.cic.net+authority+am" dpid="06:d7:f0:62:81:77:4e:00">
19          <openflow:port name="A5" num="5"/> <!-- To ION WASH 1750-->             
20          <openflow:port name="A6" num="6"/> <!-- To MOXI-ig -->
21          <openflow:port name="A8" num="8"/> <!-- To Wisconsin-->
22      </openflow:datapath>
23    </openflow:group>
24
25    <openflow:match>
26      <openflow:use-group name="MOXI-1751" />
27      <openflow:packet>
28        <openflow:dl_type value="0x800,0x806"/>
29        <openflow:nw_dst value="10.42.11.0/24"/>
30        <openflow:nw_src value="10.42.11.0/24"/>
31      </openflow:packet>
32
33    </openflow:match>
34
35  </openflow:sliver>
36
37</rspec>
Note: See TracBrowser for help on using the repository browser.