1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
# Check to see if we can successfully "make" in doc.
# Currently, this test will be confounded if not run before any of
# the basic install tests.
#
mkinsttest basic-docmake-01 good
# Test to see if your basic /usr/local install works correctly.
#
mkinsttest basic-install-01 good
#
# test to make sure that we can uninstall properly
#
mkinsttest basic-uninstall-01 good
#
# Test to see if one can install into / properly.
#
mkinsttest xisp-install-01 good
#
# Test to see that we do not overwrite important files when installing
# a second time. Also confirm that .old files are produced.
#
mkinsttest overwrite-install-01 good
#
# Tests RPM packaging
#
# for RH7.2 kernel
#rpm_build_install_test rpm-rh72-install-01 good
# for RH7.3 kernel
#rpm_build_install_test rpm-rh73-install-01 good
#
# kernel patch tests
#
# test the 2.4 patch
kernel_patch_test kernpatch-two-four-01 good
# test the 2.2 patch
kernel_patch_test kernpatch-two-two-01 good
# test the 2.0 patch
kernel_patch_test kernpatch-two-oh-01 good
# test against SuSE kernel source
# Disabled - SuSE now includes 2.6 backport stuff, so
# we don't patch the kernel
skiptest kernpatch-suse-two-four incomplete
#
# test of building the module against various kernel sources
#
# Disabled - SuSE now includes 2.6 backport stuff, so
# we don't patch the kernel
skiptest modtest-suse-two-four incomplete
# test for building without ipcomp.
module_compile modtest-noipcomp-01 good
# test for building on Alpha (only works on Alpha)
skiptest modtest-rh-alpha-01 incomplete
|