source: trunk/ProductionFOAM/openflow-ig-utah.rspec @ 2995

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

RSpecs used for Production FOAM testing.

  • Property svn:executable set to *
File size: 1.2 KB
Line 
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="FOAM Production Tests">
12
13    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />
14
15
16    <openflow:group name="utah-instageni-1750">
17      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:ig-utah+datapath+06:d6:00:24:a8:5d:0b:00"
18                         component_manager_id="urn:publicid:IDN+openflow:foam:ig-utah+authority+am" />
19    </openflow:group>
20
21    <openflow:match>
22
23      <openflow:use-group name="utah-instageni-1750" />
24
25      <openflow:packet>
26        <openflow:dl_type value="0x800,0x806"/>
27        <openflow:nw_dst value="10.42.11.0/24"/>
28        <openflow:nw_src value="10.42.11.0/24"/>
29      </openflow:packet>
30
31    </openflow:match>
32
33  </openflow:sliver>
34
35</rspec>
Note: See TracBrowser for help on using the repository browser.