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

Last change on this file since 3460 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.5 KB
Line 
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
6AM: https://foam.instageni.gpolab.bbn.com:3626/foam/gapi/1
7-->
8
9<rspec xmlns="http://www.geni.net/resources/rspec/3"
10       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
11       xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3"
12       xs:schemaLocation="http://www.geni.net/resources/rspec/3
13           http://www.geni.net/resources/rspec/3/request.xsd
14           http://www.geni.net/resources/rspec/ext/openflow/3
15           http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd"
16       type="request">
17
18  <openflow:sliver description="New Site Confirmation Test IG-CT-4 ">
19    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />
20
21    <openflow:group name="bbn-instageni-1750">
22      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.instageni.gpolab.bbn.com+datapath+06:d6:84:34:97:c6:c9:00"
23        component_manager_id="urn:publicid:IDN+openflow:foam:foam.instageni.gpolab.bbn.com+authority+am"  />
24    </openflow:group>
25
26    <openflow:match>
27
28      <openflow:use-group name="bbn-instageni-1750" />
29
30      <openflow:packet>
31        <openflow:dl_type value="0x800,0x806"/>
32        <openflow:nw_dst value="10.42.11.0/24"/>
33        <openflow:nw_src value="10.42.11.0/24"/>
34      </openflow:packet>
35
36    </openflow:match>
37
38  </openflow:sliver>
39
40</rspec>
41
Note: See TracBrowser for help on using the repository browser.