source: trunk/GENIRacks/ExoGENI/Spiral4/Rspecs/AcceptanceTests/EG-EXP-6/EG-EXP-6-exp3-openflow-eg-gpo.rspec

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

files used in the running of the test

  • Property svn:executable set to *
File size: 1.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3AM: https://bbn-hn.exogeni.gpolab.bbn.com:3626/foam/gapi/1
4-->
5
6<rspec xmlns="http://www.geni.net/resources/rspec/3"
7       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
8       xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3"
9       xs:schemaLocation="http://www.geni.net/resources/rspec/3
10           http://www.geni.net/resources/rspec/3/request.xsd
11           http://www.geni.net/resources/rspec/ext/openflow/3
12           http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd"
13       type="request">
14
15  <openflow:sliver description="EG-EXP-6-exp3" email="lnevers@bbn.com">
16
17    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33019" type="primary" />
18
19    <openflow:group name="bbn-exogeni">
20      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:bbn-hn.exogeni.gpolab.bbn.com+datapath+00:01:08:17:f4:b5:2a:00"
21                component_manager_id="urn:publicid:IDN+openflow:foam:bbn-hn.exogeni.gpolab.bbn.com+authority+am" />
22    </openflow:group>
23
24    <openflow:match>
25      <openflow:use-group name="bbn-exogeni" />
26      <openflow:packet>
27        <openflow:dl_vlan value="1750"/>
28        <openflow:dl_type value="0x800,0x806"/>
29        <openflow:nw_dst value="10.42.19.0/24"/>
30        <openflow:nw_src value="10.42.19.0/24"/>
31      </openflow:packet>
32    </openflow:match>
33  </openflow:sliver>
34
35</rspec>
Note: See TracBrowser for help on using the repository browser.