Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend payload group #1308

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion basic-ftp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="method"
TESTTYPE="payload"

. ${KSTESTDIR}/functions.sh
3 changes: 1 addition & 2 deletions basic-ostree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
#
# Red Hat Author(s): Chris Lumens <clumens@redhat.com>

#TESTTYPE="method"
# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="knownfailure"
TESTTYPE="knownfailure payload"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="bootloader packaging coverage skip-on-rhel gh1237"
TESTTYPE="bootloader packaging payload coverage skip-on-rhel gh1237"

. ${KSTESTDIR}/functions.sh
4 changes: 3 additions & 1 deletion driverdisk-disk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
# Author: Will Woods <wwoods@redhat.com>

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# The payload group is here because dud is creating repository during
# installation and adding the DUD to the installed system this way
# shellcheck disable=SC2034
TESTTYPE="driverdisk"
TESTTYPE="driverdisk payload"

. ${KSTESTDIR}/functions.sh

Expand Down
2 changes: 1 addition & 1 deletion fedora-live-image-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging skip-on-rhel"
TESTTYPE="packaging skip-on-rhel payload"

. ${KSTESTDIR}/functions.sh

Expand Down
2 changes: 1 addition & 1 deletion groups-and-envs-1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
# FIXME: times out on rhel8
# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging skip-on-rhel"
TESTTYPE="packaging payload skip-on-rhel"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion groups-and-envs-2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# FIXME: times out on rhel8
# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging skip-on-rhel"
TESTTYPE="packaging payload skip-on-rhel"

. ${KSTESTDIR}/functions.sh

Expand Down
2 changes: 1 addition & 1 deletion groups-and-envs-3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
# "Fedora Server default environment was not installed"
# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging skip-on-rhel"
TESTTYPE="packaging payload skip-on-rhel"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion groups-ignoremissing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging"
TESTTYPE="packaging payload"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion harddrive-install-tree-relative.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# SourceSetupError: Nothing useful found for Hard drive ISO source at partition=/dev/sdb directory=/repo/
# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging harddrive gh804"
TESTTYPE="packaging payload harddrive gh804"

. ${KSTESTDIR}/harddrive-install-tree.sh

2 changes: 1 addition & 1 deletion harddrive-install-tree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# SourceSetupError: Nothing useful found for Hard drive ISO source at partition=/dev/sdb directory=/repo/
# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE=${TESTTYPE:-"packaging harddrive gh804"}
TESTTYPE=${TESTTYPE:-"packaging payload harddrive gh804"}

. ${KSTESTDIR}/functions.sh

Expand Down
2 changes: 1 addition & 1 deletion harddrive-iso-single.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE=${TESTTYPE:-"packaging harddrive gh804 gh1213"}
TESTTYPE=${TESTTYPE:-"packaging payload harddrive gh804 gh1213"}

. ${KSTESTDIR}/functions.sh

Expand Down
2 changes: 1 addition & 1 deletion harddrive-iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE=${TESTTYPE:-"packaging harddrive gh804"}
TESTTYPE=${TESTTYPE:-"packaging payload harddrive gh804"}

. ${KSTESTDIR}/harddrive-install-tree.sh
2 changes: 1 addition & 1 deletion https-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
# once there is a solution, create fragments/platform/rhel8/repos/https.ks
# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="method skip-on-rhel"
TESTTYPE="payload skip-on-rhel"

. ${KSTESTDIR}/functions.sh
3 changes: 1 addition & 2 deletions liveimg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@
#
# Red Hat Author(s): Chris Lumens <clumens@redhat.com>

#TESTTYPE="method"
# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="knownfailure"
TESTTYPE="payload knownfailure"

. ${KSTESTDIR}/functions.sh

Expand Down
2 changes: 1 addition & 1 deletion module-1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging modularity skip-on-rhel skip-on-fedora"
TESTTYPE="packaging payload modularity skip-on-rhel skip-on-fedora"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion module-2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging modularity skip-on-rhel skip-on-fedora"
TESTTYPE="packaging payload modularity skip-on-rhel skip-on-fedora"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion module-3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging modularity skip-on-rhel skip-on-fedora"
TESTTYPE="packaging payload modularity skip-on-rhel skip-on-fedora"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion module-4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging modularity skip-on-rhel skip-on-fedora"
TESTTYPE="packaging payload modularity skip-on-rhel skip-on-fedora"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion module-enable-one-module-multiple-streams.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="knownfailure packaging modularity skip-on-rhel"
TESTTYPE="knownfailure packaging payload modularity skip-on-rhel"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion module-enable-one-stream-install-different-stream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging modularity knownfailure"
TESTTYPE="packaging payload modularity knownfailure"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion module-ignoremissing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging modularity"
TESTTYPE="packaging payload modularity"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion module-install-no-stream-no-profile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="knownfailure packaging modularity skip-on-rhel"
TESTTYPE="knownfailure packaging payload modularity skip-on-rhel"
# there are currently no modules with a default streams in Fedora

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion module-install-one-module-multiple-streams-and-profiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="knownfailure packaging modularity skip-on-rhel"
TESTTYPE="knownfailure packaging payload modularity skip-on-rhel"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion module-install-one-module-multiple-streams.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="knownfailure packaging modularity skip-on-rhel"
TESTTYPE="knownfailure packaging payload modularity skip-on-rhel"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion nfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
# requires special setup (NFS server) which we don't have in our test environments
# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="method packaging knownfailure"
TESTTYPE="packaging payload knownfailure"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion packages-and-groups-1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging"
TESTTYPE="packaging payload"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion packages-and-groups-ignoremissing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging coverage"
TESTTYPE="packaging payload coverage"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion packages-default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging skip-on-rhel gh975"
TESTTYPE="packaging payload skip-on-rhel gh975"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion packages-excludedocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging"
TESTTYPE="packaging payload"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion packages-ignorebroken.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging skip-on-rhel"
TESTTYPE="packaging payload skip-on-rhel"

. ${KSTESTDIR}/functions.sh

Expand Down
2 changes: 1 addition & 1 deletion packages-ignoremissing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging"
TESTTYPE="packaging payload"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion packages-instlangs-1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging"
TESTTYPE="packaging payload"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion packages-instlangs-2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging"
TESTTYPE="packaging payload"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion packages-instlangs-3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging"
TESTTYPE="packaging payload"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion packages-multilib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging skip-on-rhel-8 gh641 gh1207"
TESTTYPE="packaging payload skip-on-rhel-8 gh641 gh1207"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion packages-weakdeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging gh604"
TESTTYPE="packaging payload gh604"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion proxy-auth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="method proxy"
TESTTYPE="payload proxy"

. ${KSTESTDIR}/functions.sh
. ${KSTESTDIR}/functions-proxy.sh
Expand Down
2 changes: 1 addition & 1 deletion proxy-cmdline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="method proxy"
TESTTYPE="payload proxy"

. ${KSTESTDIR}/functions.sh
. ${KSTESTDIR}/functions-proxy.sh
Expand Down
2 changes: 1 addition & 1 deletion proxy-kickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="method proxy"
TESTTYPE="payload proxy"

. ${KSTESTDIR}/functions.sh
. ${KSTESTDIR}/functions-proxy.sh
Expand Down
2 changes: 1 addition & 1 deletion repo-addrepo-hd-iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging repo harddrive gh804"
TESTTYPE="packaging payload repo harddrive gh804"

. ${KSTESTDIR}/functions.sh

Expand Down
2 changes: 1 addition & 1 deletion repo-addrepo-hd-tree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# FIXME: Fails on RHEL 8: "Nothing useful found for Hard drive ISO source"
# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging repo harddrive gh804"
TESTTYPE="packaging payload repo harddrive gh804"

. ${KSTESTDIR}/functions.sh

Expand Down
2 changes: 1 addition & 1 deletion repo-addrepo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging repo"
TESTTYPE="packaging payload repo"

. ${KSTESTDIR}/functions.sh

Expand Down
2 changes: 1 addition & 1 deletion repo-baseurl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging repo"
TESTTYPE="packaging payload repo"

. ${KSTESTDIR}/functions.sh

Expand Down
2 changes: 1 addition & 1 deletion repo-enable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging repo"
TESTTYPE="packaging payload repo"

. ${KSTESTDIR}/functions.sh

Expand Down
2 changes: 1 addition & 1 deletion repo-exclude.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="packaging repo"
TESTTYPE="packaging payload repo"

. ${KSTESTDIR}/functions.sh

Expand Down
Loading