Wireless Daemon for Linux
 help / color / mirror / Atom feed
From: James Prestwood <prestwoj@gmail.com>
To: iwd@lists.01.org
Subject: [PATCH 2/2] auto-t: remove scanning wait from testHiddenNetworks
Date: Wed, 06 May 2020 08:58:07 -0700	[thread overview]
Message-ID: <20200506155807.4434-2-prestwoj@gmail.com> (raw)
In-Reply-To: <20200506155807.4434-1-prestwoj@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 815 bytes --]

Same deal as with testKnownNetworks, the wait for scanning to stop
has been removed since scanning may not be running at this point.
---
 autotests/testHiddenNetworks/validation.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/autotests/testHiddenNetworks/validation.py b/autotests/testHiddenNetworks/validation.py
index 9c433623..551f12c7 100644
--- a/autotests/testHiddenNetworks/validation.py
+++ b/autotests/testHiddenNetworks/validation.py
@@ -50,8 +50,6 @@ class TestConnectAutoConnect(unittest.TestCase):
         device = devices[0]
 
         if autoconnect:
-            condition = 'obj.scanning'
-            wd.wait_for_object_condition(device, condition)
             condition = 'not obj.scanning'
             wd.wait_for_object_condition(device, condition)
 
-- 
2.21.1

  reply	other threads:[~2020-05-06 15:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-06 15:58 [PATCH 1/2] auto-t: remove scanning wait from testConnectAutoconnect James Prestwood
2020-05-06 15:58 ` James Prestwood [this message]
2020-05-06 16:46 ` Kourt, Tim A
2020-05-06 16:52   ` James Prestwood
2020-05-06 17:02     ` Kourt, Tim A

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200506155807.4434-2-prestwoj@gmail.com \
    --to=prestwoj@gmail.com \
    --cc=iwd@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox