Add Files path for test recordings
This commit is contained in:
parent
ce70a6d4ee
commit
5b5fc11b94
1 changed files with 3 additions and 2 deletions
|
|
@ -4,6 +4,7 @@ set -eux
|
||||||
TESTS="$(realpath $(dirname "$0"))"
|
TESTS="$(realpath $(dirname "$0"))"
|
||||||
SOURCE="$(realpath $TESTS/../..)"
|
SOURCE="$(realpath $TESTS/../..)"
|
||||||
LOGS="$(pwd)/logs"
|
LOGS="$(pwd)/logs"
|
||||||
|
FILES="$(realpath $TESTS/../files)"
|
||||||
mkdir -p "$LOGS"
|
mkdir -p "$LOGS"
|
||||||
chmod a+w "$LOGS"
|
chmod a+w "$LOGS"
|
||||||
|
|
||||||
|
|
@ -49,8 +50,8 @@ echo core > /proc/sys/kernel/core_pattern
|
||||||
dnf install -y cockpit-packagekit glibc-langpack-en
|
dnf install -y cockpit-packagekit glibc-langpack-en
|
||||||
|
|
||||||
mkdir -p /var/log/journal/
|
mkdir -p /var/log/journal/
|
||||||
cp 1.journal /var/log/journal/1.journal
|
cp $FILES/1.journal /var/log/journal/1.journal
|
||||||
cp binary-rec.journal /var/log/journal/binary-rec.journal
|
cp $FILES/binary-rec.journal /var/log/journal/binary-rec.journal
|
||||||
|
|
||||||
# Add proxy provider domain for sssd for testSessionRecordingConf test
|
# Add proxy provider domain for sssd for testSessionRecordingConf test
|
||||||
cat > /etc/sssd/sssd.conf <<EOF
|
cat > /etc/sssd/sssd.conf <<EOF
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue