source: trunk/GENIRacks/InstaGENI/Spiral5/RSpecs/ConfirmationTests/Princeton/IG-CT-4-ig-princeton.rspec @ 3460

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

Rspec used for site confirmation testing at Princeton.

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3AM:         URL: https://foam.instageni.cs.princeton.edu:3626/foam/gapi/1
4-->
5<rspec xmlns="http://www.geni.net/resources/rspec/3"
6       xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
7       xmlns:sharedvlan="http://www.geni.net/resources/rspec/ext/shared-vlan/1"
8       xs:schemaLocation="http://www.geni.net/resources/rspec/3
9           http://www.geni.net/resources/rspec/3/request.xsd
10           http://www.geni.net/resources/rspec/ext/shared-vlan/1
11           http://www.geni.net/resources/rspec/ext/shared-vlan/1/request.xsd"
12       type="request">
13
14  <node client_id="pt" exclusive="false">
15    <sliver_type name="emulab-openvz" />
16    <interface client_id="pt:if0">
17      <ip address="10.42.11.62" netmask="255.255.255.0" type="ipv4" />
18    </interface>
19  </node>
20
21  <node client_id="pt2" exclusive="false">
22    <sliver_type name="emulab-openvz" />
23    <interface client_id="pt2:if0">
24      <ip address="10.42.11.63" netmask="255.255.255.0" type="ipv4" />
25    </interface>
26  </node>
27
28  <link client_id="openflow-mesoscale">
29    <interface_ref client_id="pt:if0" />
30    <interface_ref client_id="pt2:if0" />
31    <sharedvlan:link_shared_vlan name="mesoscale-openflow" />
32  </link>
33</rspec>
Note: See TracBrowser for help on using the repository browser.