summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGirish Moturu <gmoturu@google.com>2019-07-31 15:30:57 -0700
committerGirish Moturu <gmoturu@google.com>2019-08-01 06:54:34 -0700
commit9110c9cf66f7caae85cfcecb0dc2308bd34e3d0b (patch)
tree65c5def2027d30dd95df8c2754d3015f69279696
parent4e75c108afd467fdc70ee96ac3c80cb41336fb5a (diff)
downloadconnectivity-9110c9cf66f7caae85cfcecb0dc2308bd34e3d0b.tar.gz
[WifiScannerScanTest] Remove invalid and unsupported tests
test_wifi_connection_while_single_scan and test_wifi_scans_24GHz_5GHz_and_DFS are invalid. Please see bugs Cherry picked changes from git_master Bug: 118357711 Bug: 68223664 Test: None Change-Id: I93a341c9c4d052e228fd79a285dba272be047353 Merged-In: I7667d3ad923b58a701db3e2b316c33f6018ef7db
-rwxr-xr-xacts/tests/google/wifi/WifiScannerMultiScanTest.py8
-rwxr-xr-xacts/tests/google/wifi/WifiScannerScanTest.py1
2 files changed, 8 insertions, 1 deletions
diff --git a/acts/tests/google/wifi/WifiScannerMultiScanTest.py b/acts/tests/google/wifi/WifiScannerMultiScanTest.py
index 1b33e57e6..491b07a42 100755
--- a/acts/tests/google/wifi/WifiScannerMultiScanTest.py
+++ b/acts/tests/google/wifi/WifiScannerMultiScanTest.py
@@ -231,6 +231,14 @@ class WifiScannerMultiScanTest(WifiBaseTest):
def __init__(self, controllers):
WifiBaseTest.__init__(self, controllers)
+ self.tests = (
+ 'test_wifi_two_scans_at_same_interval',
+ 'test_wifi_two_scans_at_different_interval',
+ 'test_wifi_scans_24GHz_and_both',
+ 'test_wifi_scans_5GHz_and_both',
+ 'test_wifi_scans_batch_and_24GHz',
+ 'test_wifi_scans_batch_and_5GHz',
+ 'test_wifi_scans_24GHz_5GHz_full_result',)
def setup_class(self):
# If running in a setup with attenuators, set attenuation on all
diff --git a/acts/tests/google/wifi/WifiScannerScanTest.py b/acts/tests/google/wifi/WifiScannerScanTest.py
index 9b06641e3..ae8bbbfe8 100755
--- a/acts/tests/google/wifi/WifiScannerScanTest.py
+++ b/acts/tests/google/wifi/WifiScannerScanTest.py
@@ -71,7 +71,6 @@ class WifiScannerScanTest(WifiBaseTest):
"test_single_scan_report_full_scan_for_band_with_enumerated_params",
"test_batch_scan_report_full_scan_for_channels_with_enumerated_params",
"test_batch_scan_report_full_scan_for_band_with_enumerated_params",
- "test_wifi_connection_while_single_scan",
"test_single_scan_while_pno",
"test_wifi_connection_and_pno_while_batch_scan",
"test_wifi_scanner_single_scan_in_isolated",