source: trunk/GENIRacks/InstaGENI/Spiral4/RSpecs/AcceptanceTests/IG-EXP-5/IG-EXP-5-exp1-openflow-ig-gpo.rspec @ 1650

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

Updating RSpec capture current resources used to re-run IG-EXP-5

  • Property svn:executable set to *
File size: 1.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3This rspec will reserve the OpenFlow resources in the InstaGENI rack
4
5AM: https://foam.instageni.gpolab.bbn.com:3626/foam/gapi/1
6-->
7
8<rspec xmlns="http://www.geni.net/resources/rspec/3"
9       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
10       xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3"
11       xs:schemaLocation="http://www.geni.net/resources/rspec/3
12           http://www.geni.net/resources/rspec/3/request.xsd
13           http://www.geni.net/resources/rspec/ext/openflow/3
14           http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd"
15       type="request">
16
17  <openflow:sliver description="EG-EXP-5-exp1" email="lnevers@bbn.com" >
18    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />
19
20    <openflow:group name="bbn-instageni">
21      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.instageni.gpolab.bbn.com+datapath+06:d6:84:34:97:c6:c9:00"
22        component_manager_id="urn:publicid:IDN+openflow:foam:foam.instageni.gpolab.bbn.com+authority+am"  />
23    </openflow:group>
24
25    <openflow:match>
26
27      <openflow:use-group name="bbn-instageni" />
28
29      <openflow:packet>
30        <openflow:dl_type value="0x800,0x806"/>
31        <openflow:nw_dst value="10.42.11.0/24"/>
32        <openflow:nw_src value="10.42.11.0/24"/>
33      </openflow:packet>
34
35   </openflow:match>
36
37   <openflow:match>
38      <openflow:use-group name="bbn-instageni" />
39      <openflow:packet>
40        <openflow:dl_vlan value="3705"/>
41      </openflow:packet>
42    </openflow:match>
43
44
45  </openflow:sliver>
46
47</rspec>
48
Note: See TracBrowser for help on using the repository browser.