]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Add some more longer duration test cases to long_tests
authorJouni Malinen <quic_jouni@quicinc.com>
Wed, 18 Dec 2024 11:07:43 +0000 (13:07 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 18 Dec 2024 11:07:43 +0000 (13:07 +0200)
These test cases seemed to take longer time with UML time-travel and it
is more efficient to run them in the beginning of the test sequence to
avoid leaving a single VM delaying completion of a parallel test run
with large number of VMs. In addition, it looks like some of these test
cases are much more reliable and faster to run at the beginning of a VM
lifetime than at the end.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
tests/hwsim/vm/parallel-vm.py

index 83859b3564d4cae1c20b36bf9952a7f52f6db185..33120f7f99e748123332f9759c463d89eb43a253 100755 (executable)
@@ -23,6 +23,12 @@ logger = logging.getLogger()
 
 # Test cases that take significantly longer time to execute than average.
 long_tests = ["ap_roam_open",
+              "gas_anqp_address3_ap_forced",
+              "gas_anqp_address3_ap_non_compliant",
+              "hostapd_oom_wpa2_eap_connect",
+              "ap_wpa2_eap_eke_many",
+              "p2p_channel_random_social_with_op_class_change",
+              "ap_open_ps_mc_buf",
               "wpas_mesh_password_mismatch_retry",
               "wpas_mesh_password_mismatch",
               "hostapd_oom_wpa2_psk_connect",