inf-955 (#4)
9: https://dev-ci.inferitos.ru/job/rpmTests/job/Docker_tests/4054/ --- systemd https://dev-ci.inferitos.ru/job/rpmTests/job/Docker_tests/4055/ --- httpd 8: https://dev-ci.inferitos.ru/job/rpmTests/job/Docker_tests/4057/ --- systemd Co-authored-by: Pavel Negrobov <Pavel.Negrobov@softline.com> Reviewed-on: #4pull/5/head
parent
00b2dfac6d
commit
cbdba03f47
@ -1,8 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
# Author: Athmane Madjoudj <athmanem@gmail.com>
|
|
||||||
|
|
||||||
t_Log "Running $0 - httpd: centos branding / Server tokens value "
|
|
||||||
|
|
||||||
curl -sI http://localhost/ | grep -i "Server:\ Apache.*\ (CentOS" > /dev/null 2>&1
|
|
||||||
|
|
||||||
t_CheckExitStatus $?
|
|
@ -1,8 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
# Author: Athmane Madjoudj <athmanem@gmail.com>
|
|
||||||
|
|
||||||
t_Log "Running $0 - httpd: Welcome page has CentOS Branding."
|
|
||||||
|
|
||||||
curl -s http://localhost/ | grep 'CentOS' > /dev/null 2>&1
|
|
||||||
|
|
||||||
t_CheckExitStatus $?
|
|
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "Подготовка окружения для тестирования пакета ${TEST_PACKAGE_NAME}"
|
||||||
|
|
||||||
|
/bin/dnf -y install audit kexec-tools
|
||||||
|
|
||||||
|
/bin/systemctl enable auditd
|
||||||
|
|
||||||
|
exit 0
|
Loading…
Reference in new issue