From e4ce86f98b451cf055eba3c390b8a28f6d4fadd2 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 8 Dec 2018 15:33:31 +0200 Subject: [PATCH] tests: Add dfs_etsi to the long_tests list Signed-off-by: Jouni Malinen --- tests/hwsim/vm/parallel-vm.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",