Home
last modified time | relevance | path

Searched refs:teardown (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerWiFiBaseTest.py58 self.access_point.bridge.teardown(self.brconfigs)
61 self.access_point_main.bridge.teardown(self.brconfigs_main)
64 self.access_point_aux.bridge.teardown(self.brconfigs_aux)
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dbridge_interface.py101 def teardown(self, brconfigs): member in BridgeInterface
/tools/tradefederation/core/atest/
DREADME.md61 <tr><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-d</td><td>--disable-teardown</td>
62 <td>Disables test teardown and cleanup.</td></tr>
215 Atest now has the ability to force a test to skip its cleanup/teardown step.
217 to rerun your test with -t will fail without having the **--disable-teardown**
224 Note that -t disables both **setup/install** and **teardown/cleanup** of the device.