Difference between revisions of "EMI gLExec release test plan and report"
From PDP/Grid Wiki
Jump to navigationJump to search| (2 intermediate revisions by the same user not shown) | |||
| Line 422: | Line 422: | ||
REPRODUCE: run | REPRODUCE: run | ||
/usr/sbin/glexec-configure -o /tmp/glexec.conf -d /tmp/lcmaps.db argus argus.testbed | /usr/sbin/glexec-configure -o /tmp/glexec.conf -d /tmp/lcmaps.db argus argus.testbed | ||
| − | + | ||
| + | CHECK: the contents of /tmp/glexec.conf and /tmp/lcmaps.db | ||
FAIL: e.g. endpoint line in pepc entry is missing a " at the end of the line | FAIL: e.g. endpoint line in pepc entry is missing a " at the end of the line | ||
| Line 450: | Line 451: | ||
FAILED: output is 0077 (internal umask setting for glexec) | FAILED: output is 0077 (internal umask setting for glexec) | ||
| + | |||
| + | ==== Savannah: https://savannah.cern.ch/bugs/?101238 ==== | ||
| + | DESCRIPTION: mkgltempdir -t option does not work | ||
| + | |||
| + | REPRODUCE: | ||
| + | export X509_USER_PROXY=<location of valid proxy> | ||
| + | export GLEXEC_CLIENT_CERT=$X509_USER_PROXY | ||
| + | gldir=`/usr/sbin/mkgltempdir -t 404` && ls -ld $gldir && /usr/sbin/mkgltempdir -r $gldir | ||
| + | |||
| + | PASSED: lists directory with permissions dr-----r-- | ||
| + | |||
| + | FAILED: gives error messages starting with /bin/chmod: cannot access `<directory name>': Permission denied | ||