From: Jouni Malinen Date: Sat, 23 Nov 2019 15:19:49 +0000 (+0200) Subject: tests: Remove a multi-line test description X-Git-Tag: hostap_2_10~2215 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8ccbef25123e66ab600fef0e1f9da6ded96cddb;p=thirdparty%2Fhostap.git 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 --- 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')