source: trunk/GENIRacks/InstaGENI/Spiral5/RSpecs/ConfirmationTests/Northwestern/IG-CT-4-openflow-ig-nw.rspec

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

Initial version of RSpecs for Northwestern

  • Property svn:executable set to *
File size: 1.5 KB
RevLine 
[1677]1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3This rspec will reserve the OpenFlow resources in the InstaGENI rack
4at Utah used by IG-CT-4 New Site Confirmation Test
5 AM: https://foam.instageni.northwestern.edu:3626/foam/gapi/1
6-->
7<rspec xmlns="http://www.geni.net/resources/rspec/3"
8       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
9       xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3"
10       xs:schemaLocation="http://www.geni.net/resources/rspec/3
11           http://www.geni.net/resources/rspec/3/request.xsd
12           http://www.geni.net/resources/rspec/ext/openflow/3
13           http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd"
14       type="request">
15
16  <openflow:sliver description="New Site Confirmation Test IG-CT-4 ">
17    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />
18
19    <openflow:group name="northwestern-instageni-1750">
20    <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.instageni.northwestern.edu+datapath+06:d6:6c:3b:e5:68:00:00"
21      component_manager_id="urn:publicid:IDN+openflow:foam:foam.instageni.northwestern.edu+authority+am"
22        dpid="06:d6:6c:3b:e5:68:00:00" />
23    </openflow:group>
24
25    <openflow:match>
26
27      <openflow:use-group name="northwestern-instageni-1750" />
28
29      <openflow:packet>
30        <openflow:dl_type value="0x800,0x806"/>
31        <openflow:nw_dst value="10.42.11.0/24"/>
32        <openflow:nw_src value="10.42.11.0/24"/>
33      </openflow:packet>
34
35    </openflow:match>
36
37  </openflow:sliver>
38
39</rspec>
40
Note: See TracBrowser for help on using the repository browser.