File: integration-tests

package info (click to toggle)
firewalld 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 28,900 kB
  • sloc: sh: 242,081; python: 29,155; xml: 13,238; makefile: 929
file content (9 lines) | stat: -rwxr-xr-x 174 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh

systemctl stop NetworkManager
systemctl stop firewalld
cd /tmp
if ! /usr/share/firewalld/testsuite/integration/testsuite ; then
	cat /tmp/testsuite.log
	exit 1
fi