History log of /system/connectivity/shill/test-scripts/disconnect-service
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9b7b6e70c20d8ba96772eb7e80f8e7c66985c13b 28-Feb-2014 mukesh agrawal <quiche@chromium.org> shill test scripts: make scripts more consistent

For some reason, the invocation of connect-service,
disconnect-service, and set-service-property was different.
connect-serivce wanted the Name property of the Service,
while disconnect-service and set-service-propety wanted
something else.

Change this, so that all three scripts work with a Service
Name. Also, set the executable bit on set-service-property.

BUG=None
TEST=manual (see below)

1. set up ap
2. let shill find it
3. connect-service <wifi-ssid>
4. set-service-property <wifi-ssid> AutoConnect false
5. disconnect-service <wifi-ssid>
6. wait 30 seconds, check that the wifi service is still
disconnected

Change-Id: I00cae9e2b89cdbc6746500c4d0b5c769dc90970e
Reviewed-on: https://chromium-review.googlesource.com/188388
Reviewed-by: Paul Stewart <pstew@chromium.org>
Commit-Queue: mukesh agrawal <quiche@chromium.org>
Tested-by: mukesh agrawal <quiche@chromium.org>
/system/connectivity/shill/test-scripts/disconnect-service
2f48d9572459c2c90d68e8b017b86eb843fe2a74 22-Feb-2013 Christopher Wiley <wiley@chromium.org> shill: Copy test scripts out of flimflam/test

Directly copy scripts from third_party/flimflam/test to
platform/shill/test-scripts. This will allow us to make shill changes
in parallel with test tooling changes. It also allows us to fully
deprecate flimflam/flimflam-test. This change leaves swindle behind,
since it has decayed to a point where it makes little sense to bring it
over, and no one has used it in many moons anyway.

TEST=None. This has no effect until the ebuilds are changed to install
the scripts from shill rather than flimflam. Even then, since
we're not changing the install path, there shouldn't be any user
visible changes.
BUG=chromium-os:39146

Change-Id: I6d74cc4b3bba6ca80dbd05c17af8fc3e428b8d5e
Reviewed-on: https://gerrit.chromium.org/gerrit/43791
Reviewed-by: Paul Stewart <pstew@chromium.org>
Tested-by: Christopher Wiley <wiley@chromium.org>
Commit-Queue: Christopher Wiley <wiley@chromium.org>
/system/connectivity/shill/test-scripts/disconnect-service