~ubuntu-branches/ubuntu/wily/keyutils/wily

« back to all changes in this revision

Viewing changes to tests/keyctl/requesting/valid/runtest.sh

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-10-16 11:45:19 UTC
  • mfrom: (1.1.7) (10.2.16 sid)
  • Revision ID: package-import@ubuntu.com-20141016114519-cqt8zwrg92c31m31
Tags: 1.5.9-5ubuntu1
Disable the tests, hanging on the distro buildd kernels (12.04 LTS).
Verified that the tests succeed with the 14.04 LTS kernels.
Addresses: LP: #1381973.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
# ---- do the actual testing ----
8
8
 
9
9
result=PASS
 
10
 
 
11
if [ $skip_install_required -eq 1 ]
 
12
then
 
13
    echo "++++ SKIPPING TEST" >>$OUTPUTFILE
 
14
    marker "SKIP BECAUSE REQUIRES FULL INSTALLATION (for /sbin/request-key)"
 
15
    toolbox_report_result $TEST PASS
 
16
    exit 0
 
17
fi
 
18
 
 
19
 
10
20
echo "++++ BEGINNING TEST" >$OUTPUTFILE
11
21
 
12
22
set_gc_delay 10