Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-stable
Commits
6ade9995
Commit
6ade9995
authored
Jul 11, 2011
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V2 version of basic link between two nodes.
parent
58eb4767
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
protogeni/test/linktest-v2.rspec
protogeni/test/linktest-v2.rspec
+21
-0
No files found.
protogeni/test/linktest-v2.rspec
0 → 100644
View file @
6ade9995
<?xml version="1.0" encoding="UTF-8"?>
<rspec
xmlns=
"http://www.protogeni.net/resources/rspec/2"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://www.protogeni.net/resources/rspec/2
http://www.protogeni.net/resources/rspec/2/request.xsd"
type=
"request"
>
<node
client_id=
"geni1"
exclusive=
"true"
>
<sliver_type
name=
"raw-pc"
/>
<interface
client_id=
"geni1:if0"
/>
</node>
<node
client_id=
"geni2"
exclusive=
"true"
>
<sliver_type
name=
"raw-pc"
/>
<interface
client_id=
"geni2:if0"
/>
</node>
<link
client_id=
"link0"
>
<interface_ref
client_id=
"geni1:if0"
/>
<interface_ref
client_id=
"geni2:if0"
/>
</link>
</rspec>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment