source: trunk/GENIRacks/ExoGENI/Spiral5/RSpecs/ConfirmationTests/Houston/EG-CT-4-openflow-ig-utah.rspec

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

adding RSpecs used in site confirmation testing for Houston ExoGENI rack

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<rspec xmlns="http://www.geni.net/resources/rspec/3"
4       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
5       xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3"
6       xs:schemaLocation="http://www.geni.net/resources/rspec/3
7           http://www.geni.net/resources/rspec/3/request.xsd
8           http://www.geni.net/resources/rspec/ext/openflow/3
9           http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd"
10       type="request">
11
12  <openflow:sliver description="New Site Confirmation Test IG-CT-4 ">
13
14    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />
15
16
17    <openflow:group name="utah-instageni-1750">
18      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:ig-utah+datapath+06:d6:00:24:a8:5d:0b:00"
19                         component_manager_id="urn:publicid:IDN+openflow:foam:ig-utah+authority+am" />
20    </openflow:group>
21
22    <openflow:match>
23
24      <openflow:use-group name="utah-instageni-1750" />
25
26      <openflow:packet>
27        <openflow:dl_type value="0x800,0x806"/>
28        <openflow:nw_dst value="10.42.11.0/24"/>
29        <openflow:nw_src value="10.42.11.0/24"/>
30      </openflow:packet>
31
32    </openflow:match>
33
34  </openflow:sliver>
35
36</rspec>
Note: See TracBrowser for help on using the repository browser.