diff options
| author | Bryan Quigley <bryan.quigley@canonical.com> | 2018-02-23 15:59:54 -0500 |
|---|---|---|
| committer | Jeremy Bicha <jbicha@ubuntu.com> | 2018-02-23 15:59:54 -0500 |
| commit | 68cf091b9a56aa4a2d9ac09815a1fef05ae83f74 (patch) | |
| tree | 66069e312517ed3dc1e10376ef1467ae7cbbad3e /debian/tests/urfkill-integration | |
| parent | 92069254265d31e1cb7eeb26629f7e603c355487 (diff) | |
debian/tests/urfkill-integration - don't stop/start network manager
Diffstat (limited to 'debian/tests/urfkill-integration')
| -rw-r--r-- | debian/tests/urfkill-integration | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/tests/urfkill-integration b/debian/tests/urfkill-integration index 32c009f9..09e194ed 100644 --- a/debian/tests/urfkill-integration +++ b/debian/tests/urfkill-integration @@ -42,17 +42,12 @@ echo echo echo "--- Testing killswitch bringup when URFKILL is running: follow URfkill signals" -echo "+++ stopping network-manager" -service network-manager stop echo "+++ starting urfkill" service urfkill start sleep 15 echo "+++ blocking device $fake_id" rfkill block $fake_id rfkill list -sleep 5 -echo "+++ starting network-manager" -service network-manager start echo "+++ Waiting for the devices to settle" sleep 30 |