Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
etf
cmssam
Commits
752748ef
Commit
752748ef
authored
Feb 04, 2010
by
Wolf Behrenhoff
Browse files
test shared sw areas
parent
a5424ffb
Changes
1
Hide whitespace changes
Inline
Side-by-side
SiteTests/testjob/tests/CE-cms-dummy
View file @
752748ef
...
...
@@ -6,6 +6,7 @@ warning=0
error
=
0
isEGEE
=
0
isOSG
=
0
export
LANG
=
C
cat
$SAME_SENSOR_HOME
/tests/CMS-SAM-Banner.html
...
...
@@ -21,11 +22,6 @@ date --utc
voms-proxy-info
-identity
-fqan
id
echo
"=================================================="
pwd
env
echo
"=================================================="
workdir
=
`
mktemp
-d
workdirXXXXXX
`
cd
$workdir
cp
-v
$SAME_SENSOR_HOME
/tests/cmssw_required_version_list.txt
.
...
...
@@ -256,6 +252,7 @@ do
then
failproject
=
1
fi
echo
"</pre>"
fi
done
...
...
@@ -415,6 +412,17 @@ then
fi
# Determine shared software area
echo
"<h2>Shared Software Area</h2>"
echo
"The software area
$VO_CMS_SW_DIR
is used by the following CEs:"
SHARED_PATH
=
$VO_CMS_SW_DIR
/shared_sw_area
mkdir
-p
$SHARED_PATH
touch
$SHARED_PATH
/
$ceHost
echo
"<ul class=CMSSW_shared_areas>"
# list all files that have been modified/touched in the last 5 days
find
$SHARED_PATH
-mtime
-5
-type
f
-printf
'<li>%P</li>\n'
echo
"</ul>"
# Print out installed Generator Gridpacks
# We assume that they are stored in $CMS_PATH/slc4_ia32_gcc345/generatorData
# SAM test result does not depend on it (at least for now).
...
...
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