Last change
on this file since 3149 was
3105,
checked in by lnevers@bbn.com, 10 years ago
|
Stitching tests rspecs for GPO-OG
|
File size:
1.4 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="ig-stan" component_manager_id="urn:publicid:IDN+instageni.stanford.edu+authority+cm" exclusive="false"> |
---|
10 | <sliver_type name="emulab-xen"/> |
---|
11 | <interface client_id="ig-stan:if0"> |
---|
12 | <ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4"/> |
---|
13 | </interface> |
---|
14 | </node> |
---|
15 | <node client_id="gr-gpo" component_manager_id="urn:publicid:IDN+bbn-cam-ctrl-1.gpolab.bbn.com+authority+am"> |
---|
16 | <sliver_type name="m1.small" /> |
---|
17 | <interface client_id="gr-gpo:if0" > |
---|
18 | <ip address="192.168.1.2" netmask="255.255.255.0" /> |
---|
19 | </interface> |
---|
20 | </node> |
---|
21 | <link client_id="link"> |
---|
22 | <component_manager name="urn:publicid:IDN+instageni.stanford.edu+authority+cm"/> |
---|
23 | <component_manager name="urn:publicid:IDN+bbn-cam-ctrl-1.gpolab.bbn.com+authority+am"/> |
---|
24 | <interface_ref client_id="ig-stan:if0"/> |
---|
25 | <interface_ref client_id="gr-gpo:if0"/> |
---|
26 | <property source_id="ig-stan:if0" dest_id="gr-gpo:if0"/> |
---|
27 | <property source_id="gr-gpo:if0" dest_id="ig-stan:if0"/> |
---|
28 | </link> |
---|
29 | </rspec> |
---|
Note: See
TracBrowser
for help on using the repository browser.