]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Remove a multi-line test description
authorJouni Malinen <j@w1.fi>
Sat, 23 Nov 2019 15:19:49 +0000 (17:19 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 23 Nov 2019 15:19:49 +0000 (17:19 +0200)
The previous description of wmediumd_scan_only_one used multiple lines
and that resulted in parallel-vm.py miscounting total number of test
cases. Fix that by getting rid of the newlines from the description.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_wmediumd.py

index a9d4c8e19bc0494f54ead93df23da96644e1a2e7..ad38f03ced824678be9f8b69f54d6cf52e6695f3 100644 (file)
@@ -465,10 +465,7 @@ def _test_wmediumd_path_rann(dev, apdev):
         dev[i].dump_monitor()
 
 def test_wmediumd_scan_only_one(dev, apdev, params):
-    """
-    Test that scanning with a single active AP only returns that one
-    (with wmediumd enabled)
-    """
+    """Test that scanning with a single active AP only returns that one (wmediund)"""
     fd, fn = tempfile.mkstemp()
     try:
         f = os.fdopen(fd, 'w')