Last change
on this file since 2623 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
|
File size:
1.3 KB
|
Rev | Line | |
---|
[1419] | 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="host-bsd" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="true"> |
---|
| 10 | <sliver_type name="raw-pc"> |
---|
| 11 | <disk_image name="urn:publicid:IDN+utah.geniracks.net+image+emulab-ops//FBSD82-STD"/> |
---|
| 12 | </sliver_type> |
---|
| 13 | <interface client_id="host-bsd:if0"> |
---|
| 14 | </interface> |
---|
| 15 | </node> |
---|
| 16 | |
---|
| 17 | <node client_id="host-ubuntu12" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" exclusive="true"> |
---|
| 18 | <sliver_type name="raw-pc"> |
---|
| 19 | <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"/> |
---|
| 20 | </sliver_type> |
---|
| 21 | <interface client_id="host-ubuntu12:if0"> |
---|
| 22 | </interface> |
---|
| 23 | </node> |
---|
| 24 | |
---|
| 25 | <link client_id="lan0"> |
---|
| 26 | <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/> |
---|
| 27 | <interface_ref client_id="host-ubuntu12:if0"/> |
---|
| 28 | <interface_ref client_id="host-bsd:if0"/> |
---|
| 29 | <link_type name="lan"/> |
---|
| 30 | </link> |
---|
| 31 | </rspec> |
---|
| 32 | |
---|
| 33 | |
---|
Note: See
TracBrowser
for help on using the repository browser.