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
4b7ecd2e
Commit
4b7ecd2e
authored
Jul 07, 2002
by
Leigh B. Stoller
Browse files
Insert Copyrights.
parent
aa9c1b37
Changes
4
Hide whitespace changes
Inline
Side-by-side
testsuite/dumpdb
View file @
4b7ecd2e
#!/usr/bin/perl -w
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
# This scripts takes a DB and a select statement and dumps the
# results of the table in a format that can easily be inserted into
# atest script for use with tb_compare.
...
...
testsuite/mktest
View file @
4b7ecd2e
#!/usr/bin/perl -w
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
# TODO: Add support for varying number of available nodes.
# TODO: Add support for Full tests.
...
...
testsuite/tbstub
View file @
4b7ecd2e
#
!/usr/bin/perl
#
#
EMULAB
-
COPYRIGHT
#
Copyright
(
c
)
2000
-
2002
University
of
Utah
and
the
Flux
Group
.
#
All
rights
reserved
.
#
#
The
lack
of
-
w
is
intentional
! Several variables here are only used
#
by
the
test
file
and
maybe
not
even
there
.
Thus
-
w
will
cause
a
lot
#
of
warnings
of
variables
being
used
only
once
.
...
...
testsuite/tbtest
View file @
4b7ecd2e
#!/usr/bin/perl -w
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
# tbtest
# This is the toplevel of the testbed testing setup. This command
...
...
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