source: trunk/GENIRacks/InstaGENI/Spiral4/RSpecs/AcceptanceTests/IG-EXP-6/IG-EXP-6-exp1-openflow-ig-utah.rspec @ 1644

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

Adding RSpecs for IG-EXP-6

  • Property svn:executable set to *
File size: 1.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3RSpec reserves the OpenFlow resources in the Utah InstaGENI rack
4AM: https://foam.utah.geniracks.net:3626/foam/gapi/1
5-->
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="IG-EXP-6-exp1 ">
17
18    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33017" type="primary" />
19
20
21    <openflow:group name="utah-instageni-1750">
22      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:ig-utah+datapath+06:d6:00:24:a8:5d:0b:00"
23                         component_manager_id="urn:publicid:IDN+openflow:foam:ig-utah+authority+am" />
24    </openflow:group>
25
26    <openflow:match>
27
28      <openflow:use-group name="utah-instageni-1750" />
29
30      <openflow:packet>
31        <openflow:dl_type value="0x800,0x806"/>
32        <openflow:nw_dst value="10.42.13.0/24"/>
33        <openflow:nw_src value="10.42.13.0/24"/>
34      </openflow:packet>
35
36    </openflow:match>
37
38  </openflow:sliver>
39
40</rspec>
Note: See TracBrowser for help on using the repository browser.