From e8ccbef25123e66ab600fef0e1f9da6ded96cddb Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 23 Nov 2019 17:19:49 +0200 Subject: [PATCH] tests: Remove a multi-line test description 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 --- tests/hwsim/test_wmediumd.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/hwsim/test_wmediumd.py b/tests/hwsim/test_wmediumd.py index a9d4c8e19..ad38f03ce 100644 --- a/tests/hwsim/test_wmediumd.py +++ b/tests/hwsim/test_wmediumd.py @@ -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')