Skip to content

Commit

Permalink
modify payload tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rvykydal committed Apr 19, 2024
1 parent 374bab3 commit ca27dd6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hmc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
# shellcheck disable=SC2034
TESTTYPE="manual payload"

# modified

. ${KSTESTDIR}/functions.sh

kernel_args() {
Expand Down
2 changes: 2 additions & 0 deletions rpm-ostree-container-bootc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
# shellcheck disable=SC2034
TESTTYPE="payload ostree bootc reboot skip-on-rhel-8 skip-on-rhel-10"

# modifies

. ${KSTESTDIR}/functions.sh

copy_interesting_files_from_system() {
Expand Down
2 changes: 2 additions & 0 deletions rpm-ostree-container-luks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
# shellcheck disable=SC2034
TESTTYPE="payload ostree bootc luks reboot skip-on-rhel-8 skip-on-rhel-10"

#modified

. ${KSTESTDIR}/functions.sh

copy_interesting_files_from_system() {
Expand Down
2 changes: 2 additions & 0 deletions rpm-ostree-container-silverblue.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
# shellcheck disable=SC2034
TESTTYPE="payload ostree skip-on-rhel"

# modified

. ${KSTESTDIR}/functions.sh

kernel_args() {
Expand Down
2 changes: 2 additions & 0 deletions rpm-ostree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
# shellcheck disable=SC2034
TESTTYPE="payload ostree skip-on-rhel gh1023"

# modifies

. ${KSTESTDIR}/functions.sh

kernel_args() {
Expand Down

0 comments on commit ca27dd6

Please sign in to comment.