• Home
  • History
  • Annotate
  • only in /external/autotest/server/site_tests/network_WiFi_SecChange/
History log of /external/autotest/server/site_tests/network_WiFi_SecChange/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ca52f20dfec1e33276b0a3e47e78339c8a89dc98 01-Oct-2015 Tien Chang <tienchang@google.com> Added wifi_matfunc_bcm4371 and wifi_perf_bcm4371 suite for qualification.

Also removed other variants suites, as we now have coverage with reference/
follower boards.

BUG=None
TEST=None

Change-Id: I4c683cb3b8b26c292e40201da4838cd9a46b8dc6
Reviewed-on: https://chromium-review.googlesource.com/303572
Commit-Ready: Tien Chang <tienchang@chromium.org>
Tested-by: Tien Chang <tienchang@chromium.org>
Reviewed-by: Bindu Mahadev <bmahadev@chromium.org>
ontrol
aa7ec8c17b2c52168ec212b926de38de40f04e5c 06-May-2015 Shuqian Zhao <shuqianz@chromium.org> [autotest] Seed ATTRIBUTES in all control files in autotest

The SUITE tag in the control files is being phased out and replaced by
ATTRIBUTES. During the transition period, both SUITE and ATTRIBUTES tags
will coexist, and a pre-upload hook will enforce that they agree with each
other and also ATTRIBUTES are in the attribute whitelist.

BUG=chromium:482749
TEST=Test with the pre-upload hook

Change-Id: I58288ff97c37af0b356115899b0d98e4052bc725
Reviewed-on: https://chromium-review.googlesource.com/269667
Reviewed-by: Shuqian Zhao <shuqianz@chromium.org>
Commit-Queue: Shuqian Zhao <shuqianz@chromium.org>
Trybot-Ready: Shuqian Zhao <shuqianz@chromium.org>
Tested-by: Shuqian Zhao <shuqianz@chromium.org>
ontrol
8e331968e2949722685295293d40a19ccaa5b711 27-Jan-2015 Bindu Mahadev <bmahadev@chromium.org> Creating new suite to run matfunc on Intel stone peak 7265

BUG=chromium:450462
TEST=None

Change-Id: I25176750bb07934ce03f5f8fc19ccf5981a2c2d1
Reviewed-on: https://chromium-review.googlesource.com/243385
Reviewed-by: Kris Rambish <krisr@chromium.org>
Tested-by: Bindu Mahadev <bmahadev@chromium.org>
Reviewed-by: Bindu Mahadev <bmahadev@chromium.org>
ontrol
4b5cd369ab8d92b9073a6c1d6d4e68122dff83b0 13-Dec-2014 Bindu Mahadev <bmahadev@chromium.org> Creating new suites to run on variants

Created two suites 'control.wifi_matfunc_bcm4356' and
'control.wifi_matfunc_marvell8897' with suite dependency
as 'wifi:bcm4356' and 'wifi:marvell8897' respectively.
Also added these suites to individual matfunc tests controls.

BUG=chromium:440226
TEST=Ran few simple connect tests in wificell.

Change-Id: I326d1ce574e82897e42111d0c3b8f1cdc9cb3e6b
Reviewed-on: https://chromium-review.googlesource.com/235443
Tested-by: Bindu Mahadev <bmahadev@chromium.org>
Reviewed-by: Kris Rambish <krisr@chromium.org>
Reviewed-by: Christopher Wiley <wiley@chromium.org>
Reviewed-by: Bindu Mahadev <bmahadev@chromium.org>
Commit-Queue: Bindu Mahadev <bmahadev@chromium.org>
Trybot-Ready: Bindu Mahadev <bmahadev@chromium.org>
ontrol
d743fea8f23501dfe29e872ae5328f4d776d6b5f 19-Nov-2014 Bindu Mahadev <bmahadev@chromium.org> Creating a new suite "wifi_matfunc_preflight"

This has the same tests as does wifi_matfunc.
Creating new suite with different name so that we
can have matfunc run on preflight boards.

BUG=chromium:428945
TEST=None

Change-Id: Id24f5aaab8a4de0fff1de0a1879cda553e23ba40
Reviewed-on: https://chromium-review.googlesource.com/230587
Reviewed-by: Prashanth B <beeps@chromium.org>
Reviewed-by: Kris Rambish <krisr@chromium.org>
Commit-Queue: Bindu Mahadev <bmahadev@chromium.org>
Tested-by: Bindu Mahadev <bmahadev@chromium.org>
ontrol
408d1814becea6bacde78abb0327bb09a5b542c7 14-Jan-2014 Christopher Wiley <wiley@chromium.org> autotest: Refactoring and cleanup for LinuxRouter

In general, this patch tries to remove some of the invisible state and
opaque configuration built into the router. As we've extended the
router to do more things, concepts like the "phytype" of the router no
longer make sense, because we can be multiple phytypes at once.
Fortunately, the phytype is easily inferred from the type of interface
we hope to configure. We also had a number of interfaces to configure
various aspects of how the router worked that we never used and added
complexity.

Removed params dict for LinuxRouter/LinuxSystem.
Deprecated self.router field for LinuxRouter.
Removed LinuxRouter.create_wifi_device() since we now have
hostapd/wpa_supplicant/ibss (phytype) specific method calls.
Removed LinuxRouter.destroy() method in favor of deconfig().

BUG=None
TEST=wifi_matfunc passes with these changes on a spring.

Change-Id: I1d77499b5e544813956e6f8018ca328c466046e8
Reviewed-on: https://chromium-review.googlesource.com/182636
Tested-by: Christopher Wiley <wiley@chromium.org>
Reviewed-by: Christopher Wiley <wiley@chromium.org>
Commit-Queue: Christopher Wiley <wiley@chromium.org>
etwork_WiFi_SecChange.py
c81c67018a8f062663ff6441b29e1697f335c922 20-Nov-2013 Christopher Wiley <wiley@chromium.org> autotest: Correct many networking related control files

Per our best practices, TEST_CLASS and TEST_CATEGORY are not real
labels. CRITERIA and PURPOSE should be rolled into the DOC block.
Tests should have at least 2 comma separated authors for triage
purposes. These authors should still be in the group. Use single
quotes where possible.

BUG=chromium:321672
TEST=None

Change-Id: I30af9777655bf66c65669bfaa6a192cfa3dfe21f
Reviewed-on: https://chromium-review.googlesource.com/177424
Reviewed-by: mukesh agrawal <quiche@chromium.org>
Commit-Queue: Christopher Wiley <wiley@chromium.org>
Tested-by: Christopher Wiley <wiley@chromium.org>
ontrol
99d42c95fa5c12285fb129b50445a60c9a145dd3 10-Jul-2013 Christopher Wiley <wiley@chromium.org> autotest: Move hostap_config.py to server/cros/network

TEST=Ran check11b successfully. This indicates that objects were
imported and instantiated correctly.
BUG=chromium:258537

Change-Id: Icfb68a218ca54a019610a342188469c26a706af3
Reviewed-on: https://gerrit.chromium.org/gerrit/61362
Tested-by: Christopher Wiley <wiley@chromium.org>
Reviewed-by: Paul Stewart <pstew@chromium.org>
Commit-Queue: Christopher Wiley <wiley@chromium.org>
etwork_WiFi_SecChange.py
4961e848f54cb64f911c3ce03b3c377d171b35e5 10-Jul-2013 Christopher Wiley <wiley@chromium.org> autotest: Move WiFi test bases to server/cros/network/

TEST=Ran check11g successfully.
BUG=chromium:258537

Change-Id: Ifc608c8470d14ee123ce192632172a8b08674e4e
Reviewed-on: https://gerrit.chromium.org/gerrit/61348
Tested-by: Christopher Wiley <wiley@chromium.org>
Reviewed-by: Paul Stewart <pstew@chromium.org>
Commit-Queue: Christopher Wiley <wiley@chromium.org>
etwork_WiFi_SecChange.py
3db6db85ad013c7f3eadb7fc6f028948f3d6ecca 01-Jul-2013 Christopher Wiley <wiley@chromium.org> autotest: Migrate network_WiFiSecMat/120ChangeBSSSecurity

TEST=This is a test. It passes.
BUG=chromium:256348
Change-Id: I2b0e392d43dbcef28f76e91c0c86c61aae3600de
Reviewed-on: https://gerrit.chromium.org/gerrit/60674
Tested-by: Christopher Wiley <wiley@chromium.org>
Reviewed-by: Paul Stewart <pstew@chromium.org>
Commit-Queue: Christopher Wiley <wiley@chromium.org>
ontrol
etwork_WiFi_SecChange.py