Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
baa30a3e
Commit
baa30a3e
authored
Dec 16, 2009
by
Leigh B. Stoller
Browse files
Add exclusive bits.
parent
00933f23
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/test/linktest.py
View file @
baa30a3e
...
...
@@ -90,11 +90,13 @@ print "Asking for a ticket from the local CM"
rspec
=
"<rspec xmlns=
\"
http://protogeni.net/resources/rspec/0.1
\"
> "
+
\
" <node virtual_id=
\"
geni1
\"
"
+
\
" virtualization_type=
\"
emulab-vnode
\"
> "
+
\
" virtualization_type=
\"
emulab-vnode
\"
"
+
\
" exclusive=
\"
1
\"
> "
+
\
" <interface virtual_id=
\"
virt0
\"
/> "
+
\
" </node>"
+
\
" <node virtual_id=
\"
geni2
\"
"
+
\
" virtualization_type=
\"
emulab-vnode
\"
> "
+
\
" virtualization_type=
\"
emulab-vnode
\"
"
+
\
" exclusive=
\"
1
\"
> "
+
\
" <interface virtual_id=
\"
virt0
\"
/> "
+
\
" </node>"
+
\
" <link virtual_id=
\"
link0
\"
> "
+
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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