diff options
author | Jouni Malinen <j@w1.fi> | 2018-12-08 13:33:31 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2018-12-08 13:33:31 (GMT) |
commit | e4ce86f98b451cf055eba3c390b8a28f6d4fadd2 (patch) | |
tree | 1b304428770358414acfd0184c761087228fd1d8 | |
parent | 3ce48c440e311c6c128aa3658b24ad1ef6384cf4 (diff) | |
download | hostap-e4ce86f98b451cf055eba3c390b8a28f6d4fadd2.zip hostap-e4ce86f98b451cf055eba3c390b8a28f6d4fadd2.tar.gz hostap-e4ce86f98b451cf055eba3c390b8a28f6d4fadd2.tar.bz2 |
tests: Add dfs_etsi to the long_tests list
Signed-off-by: Jouni Malinen <j@w1.fi>
-rwxr-xr-x | tests/hwsim/vm/parallel-vm.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/hwsim/vm/parallel-vm.py b/tests/hwsim/vm/parallel-vm.py index 24661a1..0dcefdc 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 <j@w1.fi> +# Copyright (c) 2014-2018, Jouni Malinen <j@w1.fi> # # 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", |