Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lustre-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
debian-packages
lustre-release
Commits
ba4c08fc
Commit
ba4c08fc
authored
22 years ago
by
alokbhagwat
Browse files
Options
Downloads
Patches
Plain Diff
Modified to report to buffalo (Buffalized)
parent
846877d5
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lustre/tests/acceptance-small.sh
+19
-9
19 additions, 9 deletions
lustre/tests/acceptance-small.sh
with
19 additions
and
9 deletions
lustre/tests/acceptance-small.sh
+
19
−
9
View file @
ba4c08fc
#!/bin/sh
# script which _must_ complete successfully (at minimum) before checkins to
# the CVS HEAD are allowed.
set
-vxe
set
-e
.
common.sh
TESTDESC
=
"Minimum Acceptance Test"
TESTNAME
=
"acceptance-small"
TESTGROUP
=
"correctness"
LVER
=
"head"
# This has to be made dynamic
NET
=
"tcp"
# This has to be made dynamic
buffalo_init
if
[
"
$LOCAL
"
!=
no
]
;
then
export
NAME
=
${
LOCAL
:-
local
}
sh
${
NAME
}
.sh
[
"
$RUNTESTS
"
!=
"no"
]
&&
sh runtests
--reformat
${
NAME
}
.xml
[
"
$RUNTESTS
"
!=
"no"
]
&&
start_test
"runtests-local"
&&
sh runtests
--reformat
${
NAME
}
.xml
mount |
grep
lustre_lite
||
sh llmount.sh
[
"
$SANITY
"
!=
"no"
]
&&
sh sanity.sh
[
"
$DBENCH
"
!=
"no"
]
&&
sh rundbench 1
[
"
$BONNIE
"
!=
"no"
]
&&
bonnie++
-s
0
-n
10
-u
0
-d
/mnt/lustre
[
"
$SANITY
"
!=
"no"
]
&&
start_test
"sanity-local"
&&
sh sanity.sh
[
"
$DBENCH
"
!=
"no"
]
&&
start_test
"rundbench-local"
&&
sh rundbench 1
[
"
$BONNIE
"
!=
"no"
]
&&
start_test
"bonnie-local"
&&
bonnie++
-s
0
-n
10
-u
0
-d
/mnt/lustre
sync
;
sync
sh llmountcleanup.sh
fi
...
...
@@ -19,11 +29,11 @@ fi
if
[
"
$LOV
"
!=
no
]
;
then
export
NAME
=
${
LOV
:-
lov
}
sh
${
NAME
}
.sh
[
"
$RUNTESTS
"
!=
"no"
]
&&
sh runtests
--reformat
${
NAME
}
.xml
[
"
$RUNTESTS
"
!=
"no"
]
&&
start_test
"runtests-lov"
&&
sh runtests
--reformat
${
NAME
}
.xml
mount |
grep
lustre_lite
||
sh llmount.sh
[
"
$SANITY
"
!=
"no"
]
&&
sh sanity.sh
[
"
$DBENCH
"
!=
"no"
]
&&
sh rundbench 1
[
"
$BONNIE
"
!=
"no"
]
&&
bonnie++
-s
0
-n
10
-u
0
-d
/mnt/lustre
[
"
$SANITY
"
!=
"no"
]
&&
start_test
"sanity-lov"
&&
sh sanity.sh
[
"
$DBENCH
"
!=
"no"
]
&&
start_test
"rundbench-lov"
&&
sh rundbench 1
[
"
$BONNIE
"
!=
"no"
]
&&
start_test
"bonnie-lov"
&&
bonnie++
-s
0
-n
10
-u
0
-d
/mnt/lustre
sync
;
sync
sh llmountcleanup.sh
fi
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment