Delete suite:wifi_matfunc_noservo
This is equivalent to wifi_matfunc, now that we've dropped servo
dependencies.
Generated by:
git grep -l wifi_matfunc_noservo | xargs sed -i -E \
-e "/wifi_matfunc_noservo/ {
s/noservo, /noservo/ ;
s/(, |)suite:wifi_matfunc_noservo//
}"
plus manual changes to
site_utils/attribute_whitelist.txt
test_suites/control.wifi_matfunc_noservo
docs/wificell.md
server/site_tests/network_WiFi_DisconnectReason/control.ap_send_chan_switch
BUG=chromium:688261
TEST=This is a cosmetic change. The only thing to test *should be* that
the tests enumerated for wifi_matfunc and wifi_release stay the same and
are not nuked by the cosmetic list formatting changes. List all tests that
are part of these suits before and after this change, and ensure that the
list is the same in both cases:
$ git checkout master
(chroot) test_that -b hatch ${IP} suite:wifi_matfunc --pretend | \
tee -a /tmp/matfunc_before.txt
$ git checkout delete-noservo # branch with this CL
(chroot) test_that -b hatch ${IP} suite:wifi_matfunc --pretend | \
tee -a /tmp/matfunc_after.txt
Manual wrangling (vim macros) to delete timestamps and temporary
directory names in both files, then this should have no output.
$ diff -u /tmp/matfunc_before.txt /tmp/matfunc_after.txt
Change-Id: I804709f0c0d51151b45e18a329e1e084961d6e6c
Signed-off-by: Brian Norris <[email protected]>
Signed-off-by: Kirtika Ruchandani <[email protected]>
Reviewed-on: https://chromium-review.googlesource.com/1519210
Commit-Ready: Kirtika Ruchandani <[email protected]>
Tested-by: Kirtika Ruchandani <[email protected]>
Reviewed-by: Kirtika Ruchandani <[email protected]>
diff --git a/docs/wificell.md b/docs/wificell.md
index e96269f..312e1f6 100644
--- a/docs/wificell.md
+++ b/docs/wificell.md
@@ -35,8 +35,8 @@
## What suites should I run?
There are a variety of WiFi-related suites, but developers are commonly
-interested in the functionality (`wifi_matfunc` or its servo-less variant,
-`wifi_matfunc_noservo`) and performance (`wifi_perf`) suites.
+interested in the functionality (`wifi_matfunc`) and performance (`wifi_perf`)
+suites.
## Configuring DNS entries for test APs