source: trunk/GENIRacks/InstaGENI/Spiral5/RSpecs/ConfirmationTests/GPO/IG-CT-3.rspec @ 1608

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

Confirmation Test Rspecs successfully used to for GPO IG rack

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<rspec xmlns="http://www.geni.net/resources/rspec/3"
3       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4       xsi:schemaLocation="http://www.geni.net/resources/rspec/3
5                           http://www.geni.net/resources/rspec/3/request.xsd"
6       type="request">
7
8  <node client_id="VM-2" component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false">
9    <sliver_type name="emulab-openvz"/>
10    <interface client_id="VM-2:if0">
11      <ip address="192.168.4.1" netmask="255.255.255.0" type="ipv4"/>
12      <flack:interface_info addressUnset="false" bound="false"/>
13    </interface>
14  </node>
15  <node client_id="VM-3" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="false">
16    <sliver_type name="emulab-openvz"/>
17    <interface client_id="VM-3:if0">
18      <ip address="192.168.4.2" netmask="255.255.255.0" type="ipv4"/>
19    </interface>
20  </node>
21  <link client_id="gre-tunnel0">
22    <component_manager name="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm"/>
23    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
24    <interface_ref client_id="VM-2:if0"/>
25    <interface_ref client_id="VM-3:if0"/>
26    <property source_id="VM-2:if0" dest_id="VM-3:if0"/>
27    <property source_id="VM-3:if0" dest_id="VM-2:if0"/>
28    <link_type name="gre-tunnel"/>
29  </link>
30</rspec>
Note: See TracBrowser for help on using the repository browser.