Skip to content
GitLab
Menu
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
63229185
Commit
63229185
authored
Jul 31, 2001
by
Christopher Alfeld
Browse files
Added tb-set-node-failure-action
parent
ebd77116
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/tbcmd/nsfile.ns
View file @
63229185
...
...
@@ -44,5 +44,6 @@ tb-set-node-rpms $node4 "my node rpms"
tb-set-node-startup $node4 "my node startup"
tb-set-node-tarfiles $node4 dira tara dirb tarb dirc tarc
tb-set-node-deltas $node4 "deltas!"
tb-set-node-failure-action $node4 nonfatal
$ns run
\ No newline at end of file
$ns run
testsuite/tests/tbcmd/test
View file @
63229185
...
...
@@ -25,9 +25,8 @@ tb_compare("select vname,delay,bandwidth,lossrate,member from virt_lans" .
tb_compare("select ips,vname,type from virt_nodes" .
" where pid=\"testbed\" and eid=\"test\"",\@result);
@result = (
["0:1.0.4.1 1:192.168.1.4","MYOS","my command line","{my node rpms}","deltas!","my node startup","dira tara dirb tarb dirc tarc","pc"],
);
tb_compare("select ips,osid,cmd_line,rpms,deltas,startupcmd,tarfiles,type" .
["0:1.0.4.1 1:192.168.1.4","MYOS","my command line","{my node rpms}","deltas!","my node startup","dira tara dirb tarb dirc tarc","nonfatal","pc"], );
tb_compare("select ips,osid,cmd_line,rpms,deltas,startupcmd,tarfiles,failureaction,type" .
" from virt_nodes where pid=\"testbed\" and eid=\"test\"" .
" and vname=\"node4\"",\@result);
tb_run("tbswapin",0);
...
...
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