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
221e2932
Commit
221e2932
authored
Apr 28, 2011
by
Leigh B Stoller
Browse files
Featureize libvtop so that we can test alternate version with fixes
for LM.
parent
e6598e50
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
tbsetup/GNUmakefile.in
View file @
221e2932
...
...
@@ -88,7 +88,9 @@ LIB_STUFF = libtbsetup.pm exitonwarn.pm libtestbed.pm snmpit_intel.pm \
power_mail.pm power_whol.pm Template.pm power_rmcp.pm \
power_ilo.pm libvtop.pm libptop.pm libossetup.pm \
power_ipmi.pm libosload_new.pm libosload_switch.pm \
libossetup_switch.pm power_icebox.pm
libossetup_switch.pm power_icebox.pm \
libvtop_stable.pm libvtop_test.pm
# These scripts installed setuid, with sudo.
SETUID_BIN_SCRIPTS = node_reboot eventsys_control tarfiles_setup savelogs \
...
...
tbsetup/libvtop.pm.in
→
tbsetup/libvtop
_stable
.pm.in
View file @
221e2932
...
...
@@ -4,7 +4,7 @@
#
Copyright
(
c
)
2005
-
2011
University
of
Utah
and
the
Flux
Group
.
#
All
rights
reserved
.
#
package
libvtop
;
package
libvtop
_stable
;
use
strict
;
use
Exporter
;
...
...
@@ -705,7 +705,7 @@ sub doesimplement($$)
#############################################################################
#
Back
to
the
main
package
.
#
package
libvtop
;
package
libvtop
_stable
;
#
#
Load
some
physical
info
(
for
types
,
interfaces
,
speeds
).
...
...
tbsetup/libvtop_test.pm.in
0 → 100644
View file @
221e2932
This diff is collapsed.
Click to expand it.
tbsetup/mapper.in
View file @
221e2932
#!/usr/bin/perl -w
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-201
0
University of Utah and the Flux Group.
# Copyright (c) 2000-201
1
University of Utah and the Flux Group.
# All rights reserved.
#
use
strict
;
...
...
@@ -226,6 +226,8 @@ my $newassign =
EmulabFeatures
->
FeatureEnabled
("
NewAssign
",
$this_user
,
$experiment
->
GetGroup
(),
$experiment
);
libvtop::
Init
(
$this_user
,
$experiment
->
GetGroup
(),
$experiment
);
#
# These are the flags to the vtop creation code.
...
...
Write
Preview
Supports
Markdown
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