Blame tests/p_audit/2_auditd_generate-events.sh
|
Athmane Madjoudj |
ac318d |
#!/bin/sh
|
|
Athmane Madjoudj |
ac318d |
# Author: Athmane Madjoudj <athmanem@gmail.com>
|
|
Athmane Madjoudj |
ac318d |
|
|
Adam Saleh |
9d8d96 |
if [ $SKIP_QA_HARNESS -eq 1 -o $CONTAINERTEST -eq 1 ]; then
|
|
Adam Saleh |
9d8d96 |
echo "Skipping this test ..."
|
|
Adam Saleh |
9d8d96 |
else
|
|
Athmane Madjoudj |
ac318d |
t_Log "Running $0 - Generate some events for audit log."
|
|
Athmane Madjoudj |
ac318d |
|
|
Athmane Madjoudj |
ac318d |
useradd testauditd
|
|
Athmane Madjoudj |
ac318d |
userdel testauditd
|
|
Athmane Madjoudj |
ac318d |
|
|
Athmane Madjoudj |
ac318d |
t_CheckExitStatus $?
|
|
Adam Saleh |
9d8d96 |
fi
|