source: trunk/GENIRacks/ExoGENI/Spiral5/RSpecs/ConfirmationTests/UCDavis/EG-CT-4-openflow-ig-gpo.rspec @ 3108

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

RSpecs used for confirmation tests.

  • 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  <openflow:sliver description="New Site Confirmation Test IG-CT-4 ">
11    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />
12    <openflow:group name="bbn-instageni-1750">
13      <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.instageni.gpolab.bbn.com+datapath+06:d6:84:34:97:c6:c9:00"
14        component_manager_id="urn:publicid:IDN+openflow:foam:foam.instageni.gpolab.bbn.com+authority+am"  />
15    </openflow:group>
16    <openflow:match>
17      <openflow:use-group name="bbn-instageni-1750" />
18      <openflow:packet>
19        <openflow:dl_type value="0x800,0x806"/>
20        <openflow:nw_dst value="10.42.11.0/24"/>
21        <openflow:nw_src value="10.42.11.0/24"/>
22      </openflow:packet>
23    </openflow:match>
24  </openflow:sliver>
25</rspec>
Note: See TracBrowser for help on using the repository browser.