source: trunk/GENIRacks/InstaGENI/Spiral5/RSpecs/ConfirmationTests/UMKC/IG-CT-4-openflow-cenic.rspec @ 3122

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

RSpecs used for New Site Confirmation tests

  • Property svn:executable set to *
File size: 2.1 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="New Site Confirmation Test IG-CT-4 ">
12
13    <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33020" type="primary" />
14
15    <openflow:group name="CENIC-LOSA">
16     <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.cenic.net+datapath+00:24:38:9e:c2:00:00:00"
17        component_manager_id="urn:publicid:IDN+openflow:foam:foam.cenic.net+authority+am" dpid="00:24:38:9e:c2:00:00:00">     
18         <openflow:port name="eth3/2" num="98"/> <!-- To I2 AL2S LOSA-->
19         <openflow:port name="eth3/4" num="100"/> <!-- To CENIC SUNN -->
20        <openflow:port name="eth3/6" num="102"/> <!-- To CENIC IG -->
21         <openflow:port name="eth3/7" num="103"/> <!-- To NPS -->
22         <openflow:port name="eth4/1" num="145"/> <!-- To UCLA -->
23    </openflow:datapath>
24    </openflow:group>
25
26    <openflow:group name="CENIC-SUNN">
27    <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foam.cenic.net+datapath+00:24:38:7c:73:00:00:00"
28        component_manager_id="urn:publicid:IDN+openflow:foam:foam.cenic.net+authority+am" dpid="00:24:38:7c:73:00:00:00">
29        <openflow:port name="eth2/4" num="52"/> <!-- To CENIC LOSA -->
30        <openflow:port name="eth2/5" num="53"/> <!-- To Stanford -->
31  </openflow:datapath>
32    </openflow:group>
33
34    <openflow:match>
35      <openflow:use-group name="CENIC-LOSA" />
36      <openflow:use-group name="CENIC-SUNN" />
37      <openflow:packet>
38        <openflow:dl_type value="0x800,0x806"/>
39        <openflow:nw_dst value="10.42.11.0/24"/>
40        <openflow:nw_src value="10.42.11.0/24"/>
41      </openflow:packet>
42
43    </openflow:match>
44
45  </openflow:sliver>
46
47</rspec>
Note: See TracBrowser for help on using the repository browser.