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
2954b5eb
Commit
2954b5eb
authored
Apr 21, 2003
by
Mac Newbold
Browse files
Updates to state_triggers and testsuite_preentables.
parent
cf5e1dba
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/database-fill.sql
View file @
2954b5eb
...
...
@@ -383,10 +383,10 @@ REPLACE INTO state_transitions VALUES ('WIDEAREA','SHUTDOWN','SHUTDOWN');
--
REPLACE
INTO
state_triggers
VALUES
(
'NORMAL'
,
'ISUP'
,
'RESET'
);
REPLACE
INTO
state_triggers
VALUES
(
'NORMALv1'
,
'ISUP'
,
'RESET'
);
REPLACE
INTO
state_triggers
VALUES
(
'MINIMAL'
,
'ISUP'
,
'RESET'
);
REPLACE
INTO
state_triggers
VALUES
(
'RELOAD'
,
'RELOADDONE'
,
'RESET, RELOADDONE'
);
REPLACE
INTO
state_triggers
VALUES
(
'
*'
,
'
NORMAL'
,
'ISUP'
,
'RESET'
);
REPLACE
INTO
state_triggers
VALUES
(
'
*'
,
'
NORMALv1'
,
'ISUP'
,
'RESET'
);
REPLACE
INTO
state_triggers
VALUES
(
'
*'
,
'
MINIMAL'
,
'ISUP'
,
'RESET'
);
REPLACE
INTO
state_triggers
VALUES
(
'
*'
,
'
RELOAD'
,
'RELOADDONE'
,
'RESET, RELOADDONE'
);
--
-- Dumping data for table 'testsuite_preentables'
...
...
@@ -419,6 +419,8 @@ REPLACE INTO testsuite_preentables VALUES ('os_info','prune');
REPLACE
INTO
testsuite_preentables
VALUES
(
'node_activity'
,
'clean'
);
REPLACE
INTO
testsuite_preentables
VALUES
(
'portmap'
,
'clean'
);
REPLACE
INTO
testsuite_preentables
VALUES
(
'webnews'
,
'clean'
);
REPLACE
INTO
testsuite_preentables
VALUES
(
'vis_nodes'
,
'clean'
);
REPLACE
INTO
testsuite_preentables
VALUES
(
'vis_experiments'
,
'clean'
);
--
-- Dumping data for table 'webdb_table_permissions'
...
...
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