Skip to content

Commit

Permalink
Get rid of qa_automation files by using name parameters for template …
Browse files Browse the repository at this point in the history
…modules
  • Loading branch information
okurz committed Feb 26, 2019
1 parent bed479a commit 15f805f
Show file tree
Hide file tree
Showing 51 changed files with 2 additions and 1,258 deletions.
2 changes: 1 addition & 1 deletion products/sle/main.pm
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ elsif (get_var("QA_TESTSET")) {
if (get_var('MAINT_TEST_REPO')) {
loadtest "qa_automation/patch_and_reboot";
}
loadtest "qa_automation/" . get_var("QA_TESTSET");
loadtest 'qa_automation/qa_run', name => get_required_var('QA_TESTSET');
}
elsif (get_var("QA_TESTSUITE")) {
boot_hdd_image;
Expand Down
23 changes: 0 additions & 23 deletions tests/qa_automation/acceptance_fs_stress.pm

This file was deleted.

23 changes: 0 additions & 23 deletions tests/qa_automation/acceptance_process_stress.pm

This file was deleted.

23 changes: 0 additions & 23 deletions tests/qa_automation/acceptance_sched_stress.pm

This file was deleted.

28 changes: 0 additions & 28 deletions tests/qa_automation/kernel_lmbench.pm

This file was deleted.

28 changes: 0 additions & 28 deletions tests/qa_automation/kernel_ltp_aio_stress.pm

This file was deleted.

28 changes: 0 additions & 28 deletions tests/qa_automation/kernel_ltp_aiodio.pm

This file was deleted.

28 changes: 0 additions & 28 deletions tests/qa_automation/kernel_ltp_commands.pm

This file was deleted.

28 changes: 0 additions & 28 deletions tests/qa_automation/kernel_ltp_connectors.pm

This file was deleted.

28 changes: 0 additions & 28 deletions tests/qa_automation/kernel_ltp_containers.pm

This file was deleted.

28 changes: 0 additions & 28 deletions tests/qa_automation/kernel_ltp_dio.pm

This file was deleted.

28 changes: 0 additions & 28 deletions tests/qa_automation/kernel_ltp_fcntl_locktests.pm

This file was deleted.

28 changes: 0 additions & 28 deletions tests/qa_automation/kernel_ltp_filecaps.pm

This file was deleted.

28 changes: 0 additions & 28 deletions tests/qa_automation/kernel_ltp_fs.pm

This file was deleted.

28 changes: 0 additions & 28 deletions tests/qa_automation/kernel_ltp_fs_perms_simple.pm

This file was deleted.

0 comments on commit 15f805f

Please sign in to comment.