From: Jouni Malinen Date: Sat, 8 Dec 2018 13:33:31 +0000 (+0200) Subject: tests: Add dfs_etsi to the long_tests list X-Git-Tag: hostap_2_8~802 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4ce86f98b451cf055eba3c390b8a28f6d4fadd2;p=thirdparty%2Fhostap.git tests: Add dfs_etsi to the long_tests list Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/vm/parallel-vm.py b/tests/hwsim/vm/parallel-vm.py index 24661a1cf..0dcefdcea 100755 --- a/tests/hwsim/vm/parallel-vm.py +++ b/tests/hwsim/vm/parallel-vm.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # # Parallel VM test case executor -# Copyright (c) 2014-2015, Jouni Malinen +# Copyright (c) 2014-2018, Jouni Malinen # # This software may be distributed under the terms of the BSD license. # See README for more details. @@ -51,6 +51,7 @@ long_tests = [ "ap_roam_open", "dfs_radar", "dfs", "dfs_ht40_minus", + "dfs_etsi", "grpform_cred_ready_timeout", "hostapd_oom_wpa2_eap_connect", "wpas_ap_dfs",