source: trunk/GENIRacks/ExoGENI/Spiral4/Rspecs/AcceptanceTests/EG-EXP-6/EG-EXP-6-exp2-openflow-eg-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.3 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="EG-EXP-6-exp2" email="lnevers@bbn.com">
12
13    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33018" type="primary" />
14
15    <openflow:group name="bbn-exogeni">
16      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:bbn-hn.exogeni.gpolab.bbn.com+datapath+00:64:08:17:f4:b5:2a:00" component_manager_id="urn:publicid:IDN+openflow:foam:bbn-hn.exogeni.gpolab.bbn.com+authority+am" />
17    </openflow:group>
18
19    <openflow:match>
20
21      <openflow:use-group name="bbn-exogeni" />
22
23      <openflow:packet>
24        <openflow:dl_vlan value="1750"/>
25        <openflow:dl_type value="0x800,0x806"/>
26        <openflow:nw_dst value="10.42.18.0/24"/>
27        <openflow:nw_src value="10.42.18.0/24"/>
28      </openflow:packet>
29
30    </openflow:match>
31
32  </openflow:sliver>
33
34</rspec>
Note: See TracBrowser for help on using the repository browser.