@@ -1026,31 +1026,32 @@ def test_virsh_console_works_with_pty(self):
10261026
10271027
10281028def suite ():
1029+ # Test cases in alphabetical order
10291030 testcases = [
10301031 LibvirtTests .test_hotplug ,
1032+ LibvirtTests .test_hugepages ,
1033+ LibvirtTests .test_hugepages_prefault ,
1034+ LibvirtTests .test_libvirt_event_stop_failed ,
10311035 LibvirtTests .test_libvirt_restart ,
10321036 LibvirtTests .test_live_migration ,
1037+ LibvirtTests .test_live_migration_virsh_non_blocking ,
1038+ LibvirtTests .test_live_migration_virsh_non_blocking ,
10331039 LibvirtTests .test_live_migration_with_hotplug ,
1040+ LibvirtTests .test_live_migration_with_hotplug_and_virtchd_restart ,
10341041 LibvirtTests .test_live_migration_with_hugepages ,
10351042 LibvirtTests .test_live_migration_with_hugepages_failure_case ,
1036- LibvirtTests .test_live_migration_with_hotplug_and_virtchd_restart ,
1037- LibvirtTests .test_numa_topology ,
1038- LibvirtTests .test_hugepages ,
1039- LibvirtTests .test_hugepages_prefault ,
1040- LibvirtTests .test_numa_hugepages ,
1041- LibvirtTests .test_numa_hugepages_prefault ,
1042- LibvirtTests .test_network_hotplug_attach_detach_transient ,
1043+ LibvirtTests .test_managedsave ,
10431044 LibvirtTests .test_network_hotplug_attach_detach_persistent ,
1044- LibvirtTests .test_network_hotplug_transient_vm_restart ,
1045- LibvirtTests .test_network_hotplug_persistent_vm_restart ,
1045+ LibvirtTests .test_network_hotplug_attach_detach_transient ,
10461046 LibvirtTests .test_network_hotplug_persistent_transient_detach_vm_restart ,
1047+ LibvirtTests .test_network_hotplug_persistent_vm_restart ,
1048+ LibvirtTests .test_network_hotplug_transient_vm_restart ,
1049+ LibvirtTests .test_numa_hugepages ,
1050+ LibvirtTests .test_numa_hugepages_prefault ,
1051+ LibvirtTests .test_numa_topology ,
10471052 LibvirtTests .test_serial_file_output ,
1048- LibvirtTests .test_managedsave ,
1049- LibvirtTests .test_shutdown ,
1050- LibvirtTests .test_libvirt_event_stop_failed ,
10511053 LibvirtTests .test_serial_tcp ,
10521054 LibvirtTests .test_serial_tcp_live_migration ,
1053- LibvirtTests .test_live_migration_virsh_non_blocking ,
10541055 LibvirtTests .test_virsh_console_works_with_pty ,
10551056 ]
10561057
0 commit comments