Skip to content

Commit

Permalink
Change package name back because autotest can not load
Browse files Browse the repository at this point in the history
Package prepare_transactional_server.pm had been renamed
to transactional::prepare_transactional_server.pm which
leads to test run failure, because autotest can not load
it. At the same time, move the module one level up, so
the existing usage in kubevirt test will not break.
  • Loading branch information
waynechen55 authored and alice-suse committed Dec 8, 2022
1 parent c5e00db commit e83237b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion schedule/virt_autotest/install_guest_on_slem_kvm_host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ vars:
schedule:
- "{{bootup_and_install}}"
- virt_autotest/login_console
- virt_autotest/transactional/prepare_transactional_server
- virt_autotest/prepare_transactional_server
- "{{install_guest}}"
conditional_schedule:
bootup_and_install:
Expand Down
2 changes: 1 addition & 1 deletion tests/virt_autotest/kubevirt_tests_server.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Maintainer: Nan Zhang <nan.zhang@suse.com> qe-virt@suse.de

use base multi_machine_job_base;
use base transactional::prepare_transactional_server;
use base prepare_transactional_server;
use strict;
use warnings;
use testapi;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# only or which need to to performed by leveraging transactional-update command.
#
# Maintainer: Wayne Chen <wchen@suse.com> qe-virt@suse.de
package transactional::prepare_transactional_server;
package prepare_transactional_server;

use base "opensusebasetest";
use strict;
Expand Down

0 comments on commit e83237b

Please sign in to comment.