Skip to content
Merged
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
8 changes: 4 additions & 4 deletions test/scenarios-bootc/releases/el96-y1@el96-lrel@lvms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ scenario_run_tests() {
echo "INFO: Checking LVMS resources after upgrade..."
run_command_on_vm host1 'bash -s' < "${TESTDIR}/../scripts/lvms-helpers/checkLvmsResources.sh"

# Cleanup LVMS workloads
echo "INFO: Cleaning up LVMS workloads..."
run_command_on_vm host1 'bash -s' < "${TESTDIR}/../scripts/lvms-helpers/cleanupWorkload.sh"

# Run standard1 suite for basic validation after upgrade
run_tests host1 \
--variable "EXPECTED_OS_VERSION:9.6" \
suites/standard1/

# Cleanup LVMS workloads
echo "INFO: Cleaning up LVMS workloads..."
run_command_on_vm host1 'bash -s' < "${TESTDIR}/../scripts/lvms-helpers/cleanupWorkload.sh"
}
8 changes: 4 additions & 4 deletions test/scenarios/releases/el96-yminus1@el96-lrel@lvms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ scenario_run_tests() {
echo "INFO: Checking LVMS resources after upgrade..."
run_command_on_vm host1 'bash -s' < "${TESTDIR}/../scripts/lvms-helpers/checkLvmsResources.sh"

# Cleanup LVMS workloads
echo "INFO: Cleaning up LVMS workloads..."
run_command_on_vm host1 'bash -s' < "${TESTDIR}/../scripts/lvms-helpers/cleanupWorkload.sh"

# Run standard1 suite for basic validation after upgrade
run_tests host1 \
--variable "EXPECTED_OS_VERSION:9.6" \
suites/standard1/

# Cleanup LVMS workloads
echo "INFO: Cleaning up LVMS workloads..."
run_command_on_vm host1 'bash -s' < "${TESTDIR}/../scripts/lvms-helpers/cleanupWorkload.sh"
}