File: TESTLIST

package info (click to toggle)
freeswan 2.04-11.3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 23,340 kB
  • ctags: 12,260
  • sloc: ansic: 72,499; sh: 14,497; asm: 3,312; perl: 3,153; xml: 2,961; makefile: 2,702; tcl: 620; exp: 612; pascal: 228; sed: 206; awk: 124; lisp: 3
file content (66 lines) | stat: -rw-r--r-- 1,389 bytes parent folder | download
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
# 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
kernel_patch_test	kernpatch-suse-two-four	good


#
# test of building the module against various kernel sources
#
module_compile		modtest-suse-two-four	good

# test for building without ipcomp.
module_compile		modtest-noipcomp-01	good

# test for building on Alpha (only works on Alpha)
module_compile		modtest-rh-alpha-01	good