Victor Seva
14791eda51
MT#14011 fail if no config is found on tests that need it
...
Change-Id: I16ddebd5b3c3559599c1aadf997077746f221538
11 years ago
Michael Prokop
f7dc79d966
MT#485 Check for files in /etc/ngcp-config/templates that don't belong to any package
...
Demo run:
| root@spce:~# bash ./04_template_files.sh
| 1..1
| ok 1 - no unpackaged files in /etc/ngcp-config/templates/
| root@spce:~# touch /etc/ngcp-config/templates/foo /etc/ngcp-config/templates/foo2
| root@spce:~# bash ./04_template_files.sh
| 1..2
| not ok 1 - dpkg-query: no path found matching pattern /etc/ngcp-config/templates/foo
| not ok 2 - dpkg-query: no path found matching pattern /etc/ngcp-config/templates/foo2
| root@spce:~# rm /etc/ngcp-config/templates/foo /etc/ngcp-config/templates/foo2
Change-Id: I13a52c8fe84c9d4505220ba28b765ea356cc6363
11 years ago
Victor Seva
d65ac02853
MT#9547 load config from template in order to select tests
...
Change-Id: I15e2bd9fccee87e53609c4c00525bcd2f4974e57
12 years ago
Alexander Lutay
cdf84d77ed
MT#9837 Removed Apache and ossbss deamons since mr3.6+
12 years ago
Alexander Lutay
80abeab4f4
MT#9837 Updated tests accordingly to trunk changes
12 years ago
Alexander Lutay
517ae125ea
MT#9677 Removed old selfcare availability check since mr3.6+
12 years ago
Alexander Lutay
75a0abc760
MT#8895 hylafax and iaxmodem are disabled by default in PRO
12 years ago
Alexander Lutay
08819aaa84
MT#6659 Add check of basic files avialability
12 years ago
Alexander Lutay
101bb7c34b
MT#7349 Rename sems to ngcp-sems in tests
12 years ago
Alexander Lutay
1fe5910423
MT#7333 Fixed TAP output for 03_no-cores.sh
12 years ago
Victor Seva
807cb9b720
MT#7333 add support for bash tests. Add no-cores test
12 years ago
Michael Prokop
19f247d5f6
MT#6807 Adjust getty check for usage with systemd
...
Check for getty process without path information and arguments,
because on systemd powered systems we have:
| /sbin/agetty tty1 38400
while sysvinit powered systemd run:
| /sbin/getty 38400 tty1
| /sbin/getty 38400 tty2
| /sbin/getty 38400 tty3
| /sbin/getty 38400 tty4
| /sbin/getty 38400 tty5
| /sbin/getty 38400 tty6
As soon as one "getty" process is available that should be fine enough
for us, no matter whether it's /sbin/agetty or /sbin/getty.
(Of course it would be even better if we'd have regex support
in the tests, but that's not available in upstream code...)
12 years ago
Michael Prokop
48e9ce9c5f
MT#6807 Check for udevd process without "--daemon" args
...
The daemon option doesn't necessarily exist, e.g. when
udev is invoked through systemd.
12 years ago
Alexander Lutay
349e51611f
MT#6389 Add ability to stip DNS check via SKIP_DNS_CHECK_TEST
...
We have no DNS records for freshly installed VMs/Vagrant/Amazon images.
So, we have to skip the test there. It is enabled by default for
other test cases as it is useful itself.
We can conside to configure DNS for freshly installed VMs one day.
12 years ago
Alexander Lutay
61d17a7c18
MT#6389 Renamed mediaproxy-ng to rtpengine
12 years ago
Alexander Lutay
e468dc91eb
MT#6389 Fixed tests count calculation
12 years ago
Alexander Lutay
4c448154c6
MT#6389 Removed ports duplicates
12 years ago
Alexander Lutay
aaabef088b
MT#6389 Add support of UDP ports check
12 years ago
Alexander Lutay
1e544925b4
MT#6389 Update list of opened ports
12 years ago
Alexander Lutay
9e890dceec
MT#6389 Processlist actualized for trunk/mr3.3
12 years ago
Alexander Lutay
b2ac87ff52
MT#6389 Add disk free space check for pro
12 years ago
Alexander Lutay
239bf3b7da
MT#6389 03_sites-ok.t config has been updated
12 years ago
Michael Prokop
3685dfc4c2
Adopt PRO tests for 3.0 release
13 years ago
Michael Prokop
a9d756bd1e
Mark test scripts executables
13 years ago
Michael Prokop
c6442cc381
Provide test to check web sites
13 years ago
Michael Prokop
e7e41d0a4f
Add test for open ports
13 years ago
Michael Prokop
da263e7a7c
Document #703428 for glusterfs check
13 years ago
Michael Prokop
4f435d35dd
Reduce should-run process arguments + quote heartbeat cmdline
...
In failing tests it's hard to parse very long cmdlines, so reduce
it as much as possible and still sensible. Also fix quoting of
the heartbeat command line for YAML format.
13 years ago
Michael Prokop
9ca24d21bc
Initial test-server configuration file for PRO systems
13 years ago
Michael Prokop
7a62440f02
Initial checkin
13 years ago