source: trunk/GENIRacks/CloudLab/Spiral5/RSpecs/ConfirmationTests/Utah/CL-CT-2-utah.rspec

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

add Utah CloudLab Rspec for the only confirmation test that could be completed.

File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<rspec type="request"
3        xmlns="http://www.geni.net/resources/rspec/3"
4        xmlns:flack="http://www.protogeni.net/resources/rspec/ext/flack/1"
5        xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1"
6        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7        xsi:schemaLocation="http://www.geni.net/resources/rspec/3
8        http://www.geni.net/resources/rspec/3/request.xsd"> 
9
10 <node client_id="PC1" component_manager_id="urn:publicid:IDN+utah.cloudlab.us+authority+cm" exclusive="true">
11    <sliver_type name="raw-pc"/>
12    <services> <execute command="sudo apt-get install iperf -y" shell="sh"/> </services>
13    <interface client_id="PC1:if0">
14      <ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4"/>
15    </interface>
16  </node>
17  <node client_id="PC2" component_manager_id="urn:publicid:IDN+utah.cloudlab.us+authority+cm" exclusive="true">
18    <sliver_type name="raw-pc"/>
19    <services> <execute command="sudo apt-get install iperf -y" shell="sh"/> </services>
20    <interface client_id="PC2:if0">
21      <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/>
22    </interface>
23  </node>
24  <link client_id="lan0">
25    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
26    <interface_ref client_id="PC1:if0"/>
27    <interface_ref client_id="PC2:if0"/>
28    <link_type name="lan"/>
29  </link>
30</rspec>
Note: See TracBrowser for help on using the repository browser.