From ca04d9b52c2e3a8f9cec1748f6a07a3be345bc7b Mon Sep 17 00:00:00 2001 From: Al Stone Date: Mar 14 2019 20:47:09 +0000 Subject: Clean up some odds and ends Signed-off-by: Al Stone --- diff --git a/Makefile b/Makefile index b742523..54f818e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # -# Makefile of /kernel/acpi-dmesg-task/. +# Makefile of /kernel/acpi/acpi-dmesg-task # Description: Search dmesg output for all possible ACPI messages # Author: Al Stone # @@ -23,8 +23,8 @@ # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -export TEST=/kernel/acpi-dmesg-task/. -export TESTVERSION=1.0 +export TEST=/kernel/acpi/acpi-dmesg-task +export TESTVERSION=1.1 BUILT_FILES= @@ -58,6 +58,7 @@ $(METADATA): Makefile @echo "License: GPLv2+" >> $(METADATA) @echo "Confidential: no" >> $(METADATA) @echo "Destructive: no" >> $(METADATA) - @echo "Releases: -RHEL4 -RHELClient5 -RHELServer5" >> $(METADATA) + @echo "Releases: RedHatEnterpriseLinux7 RedHatEnterpriseLinux8" >> $(METADATA) + @echo "Architectures: x86_64 aarch64" >> $(METADATA) rhts-lint $(METADATA) diff --git a/PURPOSE b/PURPOSE index 2901ac2..7c40837 100644 --- a/PURPOSE +++ b/PURPOSE @@ -1,4 +1,4 @@ -PURPOSE of /kernel/acpi-dmesg-task/. +PURPOSE of /kernel/acpi/acpi-dmesg-task Description: Search dmesg output for all possible ACPI messages Author: Al Stone diff --git a/job.xml b/job.xml new file mode 100644 index 0000000..7d8b010 --- /dev/null +++ b/job.xml @@ -0,0 +1,22 @@ + + Collect all ACPI messages + + + + + + + + + + + + + + + + + + + + diff --git a/runtest.sh b/runtest.sh index e7b9641..2515a9d 100755 --- a/runtest.sh +++ b/runtest.sh @@ -2,7 +2,7 @@ # vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # -# runtest.sh of /kernel/acpi-dmesg-task/. +# runtest.sh of /kernel/acpi/acpi-dmesg-task # Description: Search dmesg output for all possible ACPI messages # Author: Al Stone #