source: trunk/GENIRacks/InstaGENI/Spiral4/RSpecs/AcceptanceTests/IG-EXP-2/IG-EXP-2-exp2.rspec

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

re-executed procedure and renamed test to use a naming convention that captures the test case and the experiment, as it is being done for ExoGENI.
Combind two RSpecs in EG-EXP-2

  • Property svn:executable set to *
File size: 1.5 KB
Line 
1<rspec type="request"
2        xmlns="http://www.geni.net/resources/rspec/3"
3        xmlns:flack="http://www.protogeni.net/resources/rspec/ext/flack/1"
4        xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1"
5        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6        xsi:schemaLocation="http://www.geni.net/resources/rspec/3
7        http://www.geni.net/resources/rspec/3/request.xsd"> 
8
9  <node client_id="hostY" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="true">
10    <sliver_type name="raw-pc">
11      <disk_image description="Ubuntu 12.04 image " name="urn:publicid:IDN+utah.geniracks.net+image+gpo:LNUBUNTU1204" os="Linux" version="2.6.38.7-1.0"/>
12    </sliver_type>
13    <interface client_id="hostY:if0">
14    </interface>
15  </node>
16  <node client_id="hostX" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="true">
17    <sliver_type name="raw-pc">
18    <disk_image description="Ubuntu 12.04 image " name="urn:publicid:IDN+utah.geniracks.net+image+gpo:LNUBUNTU1204" os="Linux" version="2.6.38.7-1.0"/>
19    </sliver_type>
20    <interface client_id="hostX:if0">
21    </interface>
22  </node>
23  <link client_id="lan0">
24    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
25    <interface_ref client_id="hostX:if0"/>
26    <interface_ref client_id="hostY:if0"/>
27    <property source_id="hostX:if0" dest_id="hostY:if0"/>
28    <property source_id="hostY:if0" dest_id="hostX:if0"/>
29    <link_type name="lan"/>
30  </link>
31</rspec>
Note: See TracBrowser for help on using the repository browser.