Skip to content

Commit

Permalink
Extend smoke tests set by 8 tests to 12
Browse files Browse the repository at this point in the history
Resolves: INSTALLER-3943

Currently we run 16 tests in parallel in a single batch run so let's use
the resources for better coverage in mandatory CI test.
  • Loading branch information
rvykydal committed Oct 14, 2024
1 parent 33cd1a0 commit 7156ec0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion autopart-encrypted-1.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="autopart storage coverage"
TESTTYPE="autopart storage coverage smoke"

. ${KSTESTDIR}/functions.sh

Expand Down
2 changes: 1 addition & 1 deletion bond2-httpks.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:-"network"} coverage"
TESTTYPE="${TESTTYPE:-"network"} coverage smoke"

. ${KSTESTDIR}/functions.sh

Expand Down
2 changes: 1 addition & 1 deletion keyboard.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="keyboard i18n coverage"
TESTTYPE="keyboard i18n coverage smoke"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion lvm-thinp-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="lvm storage coverage"
TESTTYPE="lvm storage coverage smoke"

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

# Ignore unused variable parsed out by tooling scripts as test tags metadata
# shellcheck disable=SC2034
TESTTYPE="${TESTTYPE:-"network"} coverage"
TESTTYPE="${TESTTYPE:-"network"} coverage smoke"

. ${KSTESTDIR}/functions.sh

Expand Down
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 payload coverage"
TESTTYPE="packaging payload coverage smoke"

. ${KSTESTDIR}/functions.sh
2 changes: 1 addition & 1 deletion raid-1.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:-"raid storage coverage"}
TESTTYPE=${TESTTYPE:-"raid storage coverage smoke"}

. ${KSTESTDIR}/functions.sh

Expand Down
2 changes: 1 addition & 1 deletion user-multiple.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="users coverage"
TESTTYPE="users coverage smoke"

. ${KSTESTDIR}/functions.sh

0 comments on commit 7156ec0

Please sign in to comment.