source: trunk/GENIRacks/ExoGENI/Spiral4/Rspecs/AcceptanceTests/EG-EXP-5/EG-EXP-5-scenario1/EG-EXP-5-scenario1-openflow-clemson.rspec @ 1322

Last change on this file since 1322 was 1299, checked in by lnevers@bbn.com, 12 years ago

adding RSpecs for initial run of EG-EXP-5, along with README that describes the scope of each scenario

File size: 1.4 KB
Line 
1<?xml version="1.1" 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="Sliver to allow BBN ExoGENI Host to Clemson MyPLC host "
12                   email="lnevers@bbn.com">
13    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33017" type="primary" />
14
15
16  <openflow:group name="clemson-1750-3716">
17     <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam+datapath+06:d6:00:26:f1:3f:e4:80"
18                    component_manager_id="urn:publicid:IDN+openflow:foam:foam+authority+am" dpid="06:d6:00:26:f1:3f:e4:80">
19        <openflow:port name="39" num="39"/>
20        <openflow:port name="41" num="41"/>
21      </openflow:datapath>
22  </openflow:group>
23
24  <openflow:match>
25      <openflow:use-group name="clemson-1750-3716" />
26      <openflow:packet>
27        <openflow:dl_type value="0x800,0x806"/>
28        <openflow:nw_dst value="10.42.11.0/24"/>
29        <openflow:nw_src value="10.42.11.0/24"/>
30      </openflow:packet>
31    </openflow:match>
32</openflow:sliver>
33</rspec>
34
Note: See TracBrowser for help on using the repository browser.