source: trunk/GENIRacks/InstaGENI/Spiral5/RSpecs/ConfirmationTests/Princeton/IG-CT-4-openflow-ig-princeton.rspec @ 2631

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

modified group name to reflect the rack that it is used in

  • Property svn:executable set to *
File size: 1.3 KB
RevLine 
[1970]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    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />
13
[2631]14    <openflow:group name="princeton-1750">
[1970]15   <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.instageni.cs.princeton.edu+datapath+06:d6:84:34:97:cc:8e:00"
16    component_manager_id="urn:publicid:IDN+openflow:foam:foam.instageni.cs.princeton.edu+authority+am" dpid="06:d6:84:34:97:cc:8e:00"/>
17    </openflow:group>
18
19
20    <openflow:match>
21
[2631]22      <openflow:use-group name="princeton-1750" />
[1970]23
24      <openflow:packet>
25        <openflow:dl_type value="0x800,0x806"/>
26        <openflow:nw_dst value="10.42.11.0/24"/>
27        <openflow:nw_src value="10.42.11.0/24"/>
28      </openflow:packet>
29
30    </openflow:match>
31
32  </openflow:sliver>
33
34</rspec>
35
Note: See TracBrowser for help on using the repository browser.