source: trunk/GENIRacks/ExoGENI/Spiral4/Rspecs/AcceptanceTests/EG-EXP-6/EG-EXP-6-exp1-openflow-gpo.rspec @ 1656

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

Adding Rspecs to be used in re-running EG-EXP-6

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3AM: https://foam.gpolab.bbn.com:3626/foam/gapi/1
4-->
5<rspec xmlns="http://www.geni.net/resources/rspec/3"
6       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
7       xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3"
8       xs:schemaLocation="http://www.geni.net/resources/rspec/3
9           http://www.geni.net/resources/rspec/3/request.xsd
10           http://www.geni.net/resources/rspec/ext/openflow/3
11           http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd"
12       type="request">
13
14  <openflow:sliver description="EG-EXP-6-exp1" email="lnevers@bbn.com">
15
16    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />
17
18    <openflow:group name="Site-1750-nlr-3716">
19      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+datapath+06:d6:00:12:e2:b8:a5:d0"
20                         component_manager_id="urn:publicid:IDN+openflow:foam:foam.gpolab.bbn.com+authority+am">
21        <openflow:port num="5"/>
22        <openflow:port num="15"/>
23      </openflow:datapath>
24    </openflow:group>
25
26    <openflow:match>
27
28      <openflow:use-group name="Site-1750-nlr-3716" />
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  </openflow:sliver>
38
39</rspec>
Note: See TracBrowser for help on using the repository browser.